Shades of Slate Grey #76818B
Tints of Slate Grey #76818B
RGB
CMYK
RGB Variations
Color information
#76818B (or 0x76818B) is known color: Slate Grey. HEX triplet: 76, 81 and 8B. RGB value is (118,129,139). Sum of RGB (Red+Green+Blue) = 118+129+139=386 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.57% from 386); Green value is 129 (50.78% from 255 or 33.42% from 386); Blue value is 139 (54.69% from 255 or 36.01% from 386); Max value from RGB is 139 - color contains mainly: blue. Hex color #76818B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76818B is #897E74. Grayscale: #7E7E7E. Windows color (decimal): -9010805 or 9142646. OLE color: 9142646.
HSL color Cylindrical-coordinate representation of color #76818B: hue angle of 208.57º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #76818B is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 129 | 139 | - |
| CMYK | 0.15 | 0.07 | 0 | 0.45 |
| HSL | 208.57º | 0.08% | 0.5% | - |
| HSV(B) | 208.57º | 0.15% | 0.55% | - |
| XYZ | 19.98 | 21.42 | 27.51 | - |
| YUV | 126.85 | 134.86 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 129 | 139 | 0.15 | 0.07 | 0 | 0.45 | 208.57 | 0.08 | 0.5 |
| Hex | 76 | 81 | 8B | F | 7 | 0 | 2D | D1 | 8 | 32 |
| Octal | 166 | 201 | 213 | 17 | 7 | 0 | 55 | 321 | 10 | 62 |
| Binary | 1110110 | 10000001 | 10001011 | 1111 | 111 | 0 | 101101 | 11010001 | 1000 | 110010 |
Color Harmonies of #76818B
Complementary color
Monochromatic Colors of #76818B
Black with #76818B
Text Example
Text Example
White with #76818B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76818B; }
p { color: rgb(118,129,139); }
H1.HeaderClassName
{
color: #76818B;
}
.AnyTagClassName
{
color: #76818B;
}
</style>
background-color css
<style>
a { background-color: #76818B; }
a { background-color: rgb(118,129,139); }
div.DivClassName
{
background-color: #76818B;
}
.BgClassName
{
background-color: #76818B;
}
</style>
border-color css
<style>
span { border-color: #76818B; }
span { border-color: rgb(118,129,139); }
td.TdClassName
{
border-color: #76818B;
}
.TagClassName
{
border-color: #76818B;
}
</style>