Shades of Slate Grey #76808C
Tints of Slate Grey #76808C
RGB
CMYK
RGB Variations
Color information
#76808C (or 0x76808C) is known color: Slate Grey. HEX triplet: 76, 80 and 8C. RGB value is (118,128,140). Sum of RGB (Red+Green+Blue) = 118+128+140=386 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.57% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 140 (55.08% from 255 or 36.27% from 386); Max value from RGB is 140 - color contains mainly: blue. Hex color #76808C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76808C is #897F73. Grayscale: #7E7E7E. Windows color (decimal): -9011060 or 9207926. OLE color: 9207926.
HSL color Cylindrical-coordinate representation of color #76808C: hue angle of 212.73º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #76808C is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 128 | 140 | - |
| CMYK | 0.16 | 0.09 | 0 | 0.45 |
| HSL | 212.73º | 0.09% | 0.51% | - |
| HSV(B) | 212.73º | 0.16% | 0.55% | - |
| XYZ | 19.92 | 21.18 | 27.85 | - |
| YUV | 126.38 | 135.69 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 128 | 140 | 0.16 | 0.09 | 0 | 0.45 | 212.73 | 0.09 | 0.51 |
| Hex | 76 | 80 | 8C | 10 | 9 | 0 | 2D | D5 | 9 | 33 |
| Octal | 166 | 200 | 214 | 20 | 11 | 0 | 55 | 325 | 11 | 63 |
| Binary | 1110110 | 10000000 | 10001100 | 10000 | 1001 | 0 | 101101 | 11010101 | 1001 | 110011 |
Color Harmonies of #76808C
Complementary color
Monochromatic Colors of #76808C
Black with #76808C
Text Example
Text Example
White with #76808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76808C; }
p { color: rgb(118,128,140); }
H1.HeaderClassName
{
color: #76808C;
}
.AnyTagClassName
{
color: #76808C;
}
</style>
background-color css
<style>
a { background-color: #76808C; }
a { background-color: rgb(118,128,140); }
div.DivClassName
{
background-color: #76808C;
}
.BgClassName
{
background-color: #76808C;
}
</style>
border-color css
<style>
span { border-color: #76808C; }
span { border-color: rgb(118,128,140); }
td.TdClassName
{
border-color: #76808C;
}
.TagClassName
{
border-color: #76808C;
}
</style>