Shades of Light Slate Grey #77889A
Tints of Light Slate Grey #77889A
RGB
CMYK
RGB Variations
Color information
#77889A (or 0x77889A) is known color: Light Slate Grey. HEX triplet: 77, 88 and 9A. RGB value is (119,136,154). Sum of RGB (Red+Green+Blue) = 119+136+154=409 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.10% from 409); Green value is 136 (53.52% from 255 or 33.25% from 409); Blue value is 154 (60.55% from 255 or 37.65% from 409); Max value from RGB is 154 - color contains mainly: blue. Hex color #77889A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77889A is #887765. Grayscale: #848484. Windows color (decimal): -8943462 or 10127479. OLE color: 10127479.
HSL color Cylindrical-coordinate representation of color #77889A: hue angle of 210.86º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #77889A is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 119 | 136 | 154 | - |
| CMYK | 0.23 | 0.12 | 0 | 0.40 |
| HSL | 210.86º | 0.15% | 0.54% | - |
| HSV(B) | 210.86º | 0.23% | 0.6% | - |
| XYZ | 22.24 | 23.86 | 34.01 | - |
| YUV | 132.97 | 139.87 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 136 | 154 | 0.23 | 0.12 | 0 | 0.40 | 210.86 | 0.15 | 0.54 |
| Hex | 77 | 88 | 9A | 17 | C | 0 | 28 | D3 | F | 36 |
| Octal | 167 | 210 | 232 | 27 | 14 | 0 | 50 | 323 | 17 | 66 |
| Binary | 1110111 | 10001000 | 10011010 | 10111 | 1100 | 0 | 101000 | 11010011 | 1111 | 110110 |
Color Harmonies of #77889A
Complementary color
Monochromatic Colors of #77889A
Black with #77889A
Text Example
Text Example
White with #77889A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77889A; }
p { color: rgb(119,136,154); }
H1.HeaderClassName
{
color: #77889A;
}
.AnyTagClassName
{
color: #77889A;
}
</style>
background-color css
<style>
a { background-color: #77889A; }
a { background-color: rgb(119,136,154); }
div.DivClassName
{
background-color: #77889A;
}
.BgClassName
{
background-color: #77889A;
}
</style>
border-color css
<style>
span { border-color: #77889A; }
span { border-color: rgb(119,136,154); }
td.TdClassName
{
border-color: #77889A;
}
.TagClassName
{
border-color: #77889A;
}
</style>