Color #778899

#778899rgb(119, 136, 153)

Color Codes

HEX#778899
RGBrgb(119, 136, 153)
HSLhsl(210°, 14%, 53%)
CMYKcmyk(22%, 11%, 0%, 40%)
CIELABLab(55.9, -2.2, -11.1)

Color Schemes

Tints & Shades

CSS Code Snippets

background-color: #778899;
color: #778899;
border: 2px solid #778899;
background: linear-gradient(135deg, #778899, #998877);

Code Export

css
:root {
  --color-primary: #778899;
  --color-primary-rgb: 119, 136, 153;
  --color-primary-hsl: 210, 14%, 53%;
}

Related Tools