Shades of Slate Grey #71808C
Tints of Slate Grey #71808C
RGB
CMYK
RGB Variations
Color information
#71808C (or 0x71808C) is known color: Slate Grey. HEX triplet: 71, 80 and 8C. RGB value is (113,128,140). Sum of RGB (Red+Green+Blue) = 113+128+140=381 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.66% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 140 (55.08% from 255 or 36.75% from 381); Max value from RGB is 140 - color contains mainly: blue. Hex color #71808C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71808C is #8E7F73. Grayscale: #7C7C7C. Windows color (decimal): -9338740 or 9207921. OLE color: 9207921.
HSL color Cylindrical-coordinate representation of color #71808C: hue angle of 206.67º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #71808C is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 128 | 140 | - |
| CMYK | 0.19 | 0.09 | 0 | 0.45 |
| HSL | 206.67º | 0.11% | 0.5% | - |
| HSV(B) | 206.67º | 0.19% | 0.55% | - |
| XYZ | 19.26 | 20.84 | 27.82 | - |
| YUV | 124.88 | 136.53 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 128 | 140 | 0.19 | 0.09 | 0 | 0.45 | 206.67 | 0.11 | 0.5 |
| Hex | 71 | 80 | 8C | 13 | 9 | 0 | 2D | CF | B | 32 |
| Octal | 161 | 200 | 214 | 23 | 11 | 0 | 55 | 317 | 13 | 62 |
| Binary | 1110001 | 10000000 | 10001100 | 10011 | 1001 | 0 | 101101 | 11001111 | 1011 | 110010 |
Color Harmonies of #71808C
Complementary color
Monochromatic Colors of #71808C
Black with #71808C
Text Example
Text Example
White with #71808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71808C; }
p { color: rgb(113,128,140); }
H1.HeaderClassName
{
color: #71808C;
}
.AnyTagClassName
{
color: #71808C;
}
</style>
background-color css
<style>
a { background-color: #71808C; }
a { background-color: rgb(113,128,140); }
div.DivClassName
{
background-color: #71808C;
}
.BgClassName
{
background-color: #71808C;
}
</style>
border-color css
<style>
span { border-color: #71808C; }
span { border-color: rgb(113,128,140); }
td.TdClassName
{
border-color: #71808C;
}
.TagClassName
{
border-color: #71808C;
}
</style>