Shades of Slate Grey #76808B
Tints of Slate Grey #76808B
RGB
CMYK
RGB Variations
Color information
#76808B (or 0x76808B) is known color: Slate Grey. HEX triplet: 76, 80 and 8B. RGB value is (118,128,139). Sum of RGB (Red+Green+Blue) = 118+128+139=385 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.65% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 139 - color contains mainly: blue. Hex color #76808B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76808B is #897F74. Grayscale: #7E7E7E. Windows color (decimal): -9011061 or 9142390. OLE color: 9142390.
HSL color Cylindrical-coordinate representation of color #76808B: hue angle of 211.43º 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 #76808B is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 128 | 139 | - |
| CMYK | 0.15 | 0.08 | 0 | 0.45 |
| HSL | 211.43º | 0.08% | 0.5% | - |
| HSV(B) | 211.43º | 0.15% | 0.55% | - |
| XYZ | 19.85 | 21.15 | 27.46 | - |
| YUV | 126.26 | 135.19 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 128 | 139 | 0.15 | 0.08 | 0 | 0.45 | 211.43 | 0.08 | 0.5 |
| Hex | 76 | 80 | 8B | F | 8 | 0 | 2D | D3 | 8 | 32 |
| Octal | 166 | 200 | 213 | 17 | 10 | 0 | 55 | 323 | 10 | 62 |
| Binary | 1110110 | 10000000 | 10001011 | 1111 | 1000 | 0 | 101101 | 11010011 | 1000 | 110010 |
Color Harmonies of #76808B
Complementary color
Monochromatic Colors of #76808B
Black with #76808B
Text Example
Text Example
White with #76808B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76808B; }
p { color: rgb(118,128,139); }
H1.HeaderClassName
{
color: #76808B;
}
.AnyTagClassName
{
color: #76808B;
}
</style>
background-color css
<style>
a { background-color: #76808B; }
a { background-color: rgb(118,128,139); }
div.DivClassName
{
background-color: #76808B;
}
.BgClassName
{
background-color: #76808B;
}
</style>
border-color css
<style>
span { border-color: #76808B; }
span { border-color: rgb(118,128,139); }
td.TdClassName
{
border-color: #76808B;
}
.TagClassName
{
border-color: #76808B;
}
</style>