Shades of Slate Grey #76818D
Tints of Slate Grey #76818D
RGB
CMYK
RGB Variations
Color information
#76818D (or 0x76818D) is known color: Slate Grey. HEX triplet: 76, 81 and 8D. RGB value is (118,129,141). Sum of RGB (Red+Green+Blue) = 118+129+141=388 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.41% from 388); Green value is 129 (50.78% from 255 or 33.25% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 141 - color contains mainly: blue. Hex color #76818D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76818D is #897E72. Grayscale: #7F7F7F. Windows color (decimal): -9010803 or 9273718. OLE color: 9273718.
HSL color Cylindrical-coordinate representation of color #76818D: hue angle of 211.3º 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 #76818D is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 129 | 141 | - |
| CMYK | 0.16 | 0.09 | 0 | 0.45 |
| HSL | 211.3º | 0.09% | 0.51% | - |
| HSV(B) | 211.3º | 0.16% | 0.55% | - |
| XYZ | 20.13 | 21.48 | 28.28 | - |
| YUV | 127.08 | 135.86 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 129 | 141 | 0.16 | 0.09 | 0 | 0.45 | 211.3 | 0.09 | 0.51 |
| Hex | 76 | 81 | 8D | 10 | 9 | 0 | 2D | D3 | 9 | 33 |
| Octal | 166 | 201 | 215 | 20 | 11 | 0 | 55 | 323 | 11 | 63 |
| Binary | 1110110 | 10000001 | 10001101 | 10000 | 1001 | 0 | 101101 | 11010011 | 1001 | 110011 |
Color Harmonies of #76818D
Complementary color
Monochromatic Colors of #76818D
Black with #76818D
Text Example
Text Example
White with #76818D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76818D; }
p { color: rgb(118,129,141); }
H1.HeaderClassName
{
color: #76818D;
}
.AnyTagClassName
{
color: #76818D;
}
</style>
background-color css
<style>
a { background-color: #76818D; }
a { background-color: rgb(118,129,141); }
div.DivClassName
{
background-color: #76818D;
}
.BgClassName
{
background-color: #76818D;
}
</style>
border-color css
<style>
span { border-color: #76818D; }
span { border-color: rgb(118,129,141); }
td.TdClassName
{
border-color: #76818D;
}
.TagClassName
{
border-color: #76818D;
}
</style>