Shades of Slate Grey #76828C
Tints of Slate Grey #76828C
RGB
CMYK
RGB Variations
Color information
#76828C (or 0x76828C) is known color: Slate Grey. HEX triplet: 76, 82 and 8C. RGB value is (118,130,140). Sum of RGB (Red+Green+Blue) = 118+130+140=388 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.41% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 140 (55.08% from 255 or 36.08% from 388); Max value from RGB is 140 - color contains mainly: blue. Hex color #76828C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76828C is #897D73. Grayscale: #7F7F7F. Windows color (decimal): -9010548 or 9208438. OLE color: 9208438.
HSL color Cylindrical-coordinate representation of color #76828C: hue angle of 207.27º 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 #76828C is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 130 | 140 | - |
| CMYK | 0.16 | 0.07 | 0 | 0.45 |
| HSL | 207.27º | 0.09% | 0.51% | - |
| HSV(B) | 207.27º | 0.16% | 0.55% | - |
| XYZ | 20.19 | 21.71 | 27.94 | - |
| YUV | 127.55 | 135.02 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 130 | 140 | 0.16 | 0.07 | 0 | 0.45 | 207.27 | 0.09 | 0.51 |
| Hex | 76 | 82 | 8C | 10 | 7 | 0 | 2D | CF | 9 | 33 |
| Octal | 166 | 202 | 214 | 20 | 7 | 0 | 55 | 317 | 11 | 63 |
| Binary | 1110110 | 10000010 | 10001100 | 10000 | 111 | 0 | 101101 | 11001111 | 1001 | 110011 |
Color Harmonies of #76828C
Complementary color
Monochromatic Colors of #76828C
Black with #76828C
Text Example
Text Example
White with #76828C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76828C; }
p { color: rgb(118,130,140); }
H1.HeaderClassName
{
color: #76828C;
}
.AnyTagClassName
{
color: #76828C;
}
</style>
background-color css
<style>
a { background-color: #76828C; }
a { background-color: rgb(118,130,140); }
div.DivClassName
{
background-color: #76828C;
}
.BgClassName
{
background-color: #76828C;
}
</style>
border-color css
<style>
span { border-color: #76828C; }
span { border-color: rgb(118,130,140); }
td.TdClassName
{
border-color: #76828C;
}
.TagClassName
{
border-color: #76828C;
}
</style>