Shades of Light Slate Grey #77869C
Tints of Light Slate Grey #77869C
RGB
CMYK
RGB Variations
Color information
#77869C (or 0x77869C) is known color: Light Slate Grey. HEX triplet: 77, 86 and 9C. RGB value is (119,134,156). Sum of RGB (Red+Green+Blue) = 119+134+156=409 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.10% from 409); Green value is 134 (52.73% from 255 or 32.76% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 156 - color contains mainly: blue. Hex color #77869C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77869C is #887963. Grayscale: #838383. Windows color (decimal): -8943972 or 10258039. OLE color: 10258039.
HSL color Cylindrical-coordinate representation of color #77869C: hue angle of 215.68º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #77869C is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 119 | 134 | 156 | - |
| CMYK | 0.24 | 0.14 | 0 | 0.39 |
| HSL | 215.68º | 0.16% | 0.54% | - |
| HSV(B) | 215.68º | 0.24% | 0.61% | - |
| XYZ | 22.13 | 23.37 | 34.8 | - |
| YUV | 132.02 | 141.53 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 134 | 156 | 0.24 | 0.14 | 0 | 0.39 | 215.68 | 0.16 | 0.54 |
| Hex | 77 | 86 | 9C | 18 | E | 0 | 27 | D8 | 10 | 36 |
| Octal | 167 | 206 | 234 | 30 | 16 | 0 | 47 | 330 | 20 | 66 |
| Binary | 1110111 | 10000110 | 10011100 | 11000 | 1110 | 0 | 100111 | 11011000 | 10000 | 110110 |
Color Harmonies of #77869C
Complementary color
Monochromatic Colors of #77869C
Black with #77869C
Text Example
Text Example
White with #77869C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77869C; }
p { color: rgb(119,134,156); }
H1.HeaderClassName
{
color: #77869C;
}
.AnyTagClassName
{
color: #77869C;
}
</style>
background-color css
<style>
a { background-color: #77869C; }
a { background-color: rgb(119,134,156); }
div.DivClassName
{
background-color: #77869C;
}
.BgClassName
{
background-color: #77869C;
}
</style>
border-color css
<style>
span { border-color: #77869C; }
span { border-color: rgb(119,134,156); }
td.TdClassName
{
border-color: #77869C;
}
.TagClassName
{
border-color: #77869C;
}
</style>