Color #708090

#708090rgb(112, 128, 144)

Color Codes

HEX#708090
RGBrgb(112, 128, 144)
HSLhsl(210°, 13%, 50%)
CMYKcmyk(22%, 11%, 0%, 44%)
CIELABLab(52.8, -2.1, -10.6)

Color Schemes

Tints & Shades

CSS Code Snippets

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

Code Export

css
:root {
  --color-primary: #708090;
  --color-primary-rgb: 112, 128, 144;
  --color-primary-hsl: 210, 13%, 50%;
}

Related Tools