Shades of Light Slate Grey #76889E
Tints of Light Slate Grey #76889E
RGB
CMYK
RGB Variations
Color information
#76889E (or 0x76889E) is known color: Light Slate Grey. HEX triplet: 76, 88 and 9E. RGB value is (118,136,158). Sum of RGB (Red+Green+Blue) = 118+136+158=412 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.64% from 412); Green value is 136 (53.52% from 255 or 33.01% from 412); Blue value is 158 (62.11% from 255 or 38.35% from 412); Max value from RGB is 158 - color contains mainly: blue. Hex color #76889E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76889E is #897761. Grayscale: #858585. Windows color (decimal): -9008994 or 10389622. OLE color: 10389622.
HSL color Cylindrical-coordinate representation of color #76889E: hue angle of 213º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #76889E is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 136 | 158 | - |
| CMYK | 0.25 | 0.14 | 0 | 0.38 |
| HSL | 213º | 0.17% | 0.54% | - |
| HSV(B) | 213º | 0.25% | 0.62% | - |
| XYZ | 22.45 | 23.93 | 35.78 | - |
| YUV | 133.13 | 142.04 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 136 | 158 | 0.25 | 0.14 | 0 | 0.38 | 213 | 0.17 | 0.54 |
| Hex | 76 | 88 | 9E | 19 | E | 0 | 26 | D5 | 11 | 36 |
| Octal | 166 | 210 | 236 | 31 | 16 | 0 | 46 | 325 | 21 | 66 |
| Binary | 1110110 | 10001000 | 10011110 | 11001 | 1110 | 0 | 100110 | 11010101 | 10001 | 110110 |
Color Harmonies of #76889E
Complementary color
Monochromatic Colors of #76889E
Black with #76889E
Text Example
Text Example
White with #76889E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76889E; }
p { color: rgb(118,136,158); }
H1.HeaderClassName
{
color: #76889E;
}
.AnyTagClassName
{
color: #76889E;
}
</style>
background-color css
<style>
a { background-color: #76889E; }
a { background-color: rgb(118,136,158); }
div.DivClassName
{
background-color: #76889E;
}
.BgClassName
{
background-color: #76889E;
}
</style>
border-color css
<style>
span { border-color: #76889E; }
span { border-color: rgb(118,136,158); }
td.TdClassName
{
border-color: #76889E;
}
.TagClassName
{
border-color: #76889E;
}
</style>