Shades of Light Slate Grey #77889B
Tints of Light Slate Grey #77889B
RGB
CMYK
RGB Variations
Color information
#77889B (or 0x77889B) is known color: Light Slate Grey. HEX triplet: 77, 88 and 9B. RGB value is (119,136,155). Sum of RGB (Red+Green+Blue) = 119+136+155=410 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.02% from 410); Green value is 136 (53.52% from 255 or 33.17% from 410); Blue value is 155 (60.94% from 255 or 37.80% from 410); Max value from RGB is 155 - color contains mainly: blue. Hex color #77889B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77889B is #887764. Grayscale: #848484. Windows color (decimal): -8943461 or 10193015. OLE color: 10193015.
HSL color Cylindrical-coordinate representation of color #77889B: hue angle of 211.67º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #77889B is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 119 | 136 | 155 | - |
| CMYK | 0.23 | 0.12 | 0 | 0.39 |
| HSL | 211.67º | 0.15% | 0.54% | - |
| HSV(B) | 211.67º | 0.23% | 0.61% | - |
| XYZ | 22.33 | 23.9 | 34.45 | - |
| YUV | 133.08 | 140.37 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 136 | 155 | 0.23 | 0.12 | 0 | 0.39 | 211.67 | 0.15 | 0.54 |
| Hex | 77 | 88 | 9B | 17 | C | 0 | 27 | D4 | F | 36 |
| Octal | 167 | 210 | 233 | 27 | 14 | 0 | 47 | 324 | 17 | 66 |
| Binary | 1110111 | 10001000 | 10011011 | 10111 | 1100 | 0 | 100111 | 11010100 | 1111 | 110110 |
Color Harmonies of #77889B
Complementary color
Monochromatic Colors of #77889B
Black with #77889B
Text Example
Text Example
White with #77889B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77889B; }
p { color: rgb(119,136,155); }
H1.HeaderClassName
{
color: #77889B;
}
.AnyTagClassName
{
color: #77889B;
}
</style>
background-color css
<style>
a { background-color: #77889B; }
a { background-color: rgb(119,136,155); }
div.DivClassName
{
background-color: #77889B;
}
.BgClassName
{
background-color: #77889B;
}
</style>
border-color css
<style>
span { border-color: #77889B; }
span { border-color: rgb(119,136,155); }
td.TdClassName
{
border-color: #77889B;
}
.TagClassName
{
border-color: #77889B;
}
</style>