Shades of Light Slate Grey #77859A
Tints of Light Slate Grey #77859A
RGB
CMYK
RGB Variations
Color information
#77859A (or 0x77859A) is known color: Light Slate Grey. HEX triplet: 77, 85 and 9A. RGB value is (119,133,154). Sum of RGB (Red+Green+Blue) = 119+133+154=406 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.31% from 406); Green value is 133 (52.34% from 255 or 32.76% from 406); Blue value is 154 (60.55% from 255 or 37.93% from 406); Max value from RGB is 154 - color contains mainly: blue. Hex color #77859A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77859A is #887A65. Grayscale: #838383. Windows color (decimal): -8944230 or 10126711. OLE color: 10126711.
HSL color Cylindrical-coordinate representation of color #77859A: hue angle of 216º 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 #77859A is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 119 | 133 | 154 | - |
| CMYK | 0.23 | 0.14 | 0 | 0.40 |
| HSL | 216º | 0.15% | 0.54% | - |
| HSV(B) | 216º | 0.23% | 0.6% | - |
| XYZ | 21.83 | 23.03 | 33.87 | - |
| YUV | 131.21 | 140.86 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 133 | 154 | 0.23 | 0.14 | 0 | 0.40 | 216 | 0.15 | 0.54 |
| Hex | 77 | 85 | 9A | 17 | E | 0 | 28 | D8 | F | 36 |
| Octal | 167 | 205 | 232 | 27 | 16 | 0 | 50 | 330 | 17 | 66 |
| Binary | 1110111 | 10000101 | 10011010 | 10111 | 1110 | 0 | 101000 | 11011000 | 1111 | 110110 |
Color Harmonies of #77859A
Complementary color
Monochromatic Colors of #77859A
Black with #77859A
Text Example
Text Example
White with #77859A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77859A; }
p { color: rgb(119,133,154); }
H1.HeaderClassName
{
color: #77859A;
}
.AnyTagClassName
{
color: #77859A;
}
</style>
background-color css
<style>
a { background-color: #77859A; }
a { background-color: rgb(119,133,154); }
div.DivClassName
{
background-color: #77859A;
}
.BgClassName
{
background-color: #77859A;
}
</style>
border-color css
<style>
span { border-color: #77859A; }
span { border-color: rgb(119,133,154); }
td.TdClassName
{
border-color: #77859A;
}
.TagClassName
{
border-color: #77859A;
}
</style>