Shades of Slate Grey #76808D
Tints of Slate Grey #76808D
RGB
CMYK
RGB Variations
Color information
#76808D (or 0x76808D) is known color: Slate Grey. HEX triplet: 76, 80 and 8D. RGB value is (118,128,141). Sum of RGB (Red+Green+Blue) = 118+128+141=387 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.49% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 141 (55.47% from 255 or 36.43% from 387); Max value from RGB is 141 - color contains mainly: blue. Hex color #76808D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76808D is #897F72. Grayscale: #7E7E7E. Windows color (decimal): -9011059 or 9273462. OLE color: 9273462.
HSL color Cylindrical-coordinate representation of color #76808D: hue angle of 213.91º 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 #76808D is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 128 | 141 | - |
| CMYK | 0.16 | 0.09 | 0 | 0.45 |
| HSL | 213.91º | 0.09% | 0.51% | - |
| HSV(B) | 213.91º | 0.16% | 0.55% | - |
| XYZ | 20 | 21.21 | 28.24 | - |
| YUV | 126.49 | 136.19 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 128 | 141 | 0.16 | 0.09 | 0 | 0.45 | 213.91 | 0.09 | 0.51 |
| Hex | 76 | 80 | 8D | 10 | 9 | 0 | 2D | D6 | 9 | 33 |
| Octal | 166 | 200 | 215 | 20 | 11 | 0 | 55 | 326 | 11 | 63 |
| Binary | 1110110 | 10000000 | 10001101 | 10000 | 1001 | 0 | 101101 | 11010110 | 1001 | 110011 |
Color Harmonies of #76808D
Complementary color
Monochromatic Colors of #76808D
Black with #76808D
Text Example
Text Example
White with #76808D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76808D; }
p { color: rgb(118,128,141); }
H1.HeaderClassName
{
color: #76808D;
}
.AnyTagClassName
{
color: #76808D;
}
</style>
background-color css
<style>
a { background-color: #76808D; }
a { background-color: rgb(118,128,141); }
div.DivClassName
{
background-color: #76808D;
}
.BgClassName
{
background-color: #76808D;
}
</style>
border-color css
<style>
span { border-color: #76808D; }
span { border-color: rgb(118,128,141); }
td.TdClassName
{
border-color: #76808D;
}
.TagClassName
{
border-color: #76808D;
}
</style>