Shades of Light Slate Grey #77869D
Tints of Light Slate Grey #77869D
RGB
CMYK
RGB Variations
Color information
#77869D (or 0x77869D) is known color: Light Slate Grey. HEX triplet: 77, 86 and 9D. RGB value is (119,134,157). Sum of RGB (Red+Green+Blue) = 119+134+157=410 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.02% from 410); Green value is 134 (52.73% from 255 or 32.68% from 410); Blue value is 157 (61.72% from 255 or 38.29% from 410); Max value from RGB is 157 - color contains mainly: blue. Hex color #77869D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77869D is #887962. Grayscale: #848484. Windows color (decimal): -8943971 or 10323575. OLE color: 10323575.
HSL color Cylindrical-coordinate representation of color #77869D: hue angle of 216.32º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #77869D is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 134 | 157 | - |
| CMYK | 0.24 | 0.15 | 0 | 0.38 |
| HSL | 216.32º | 0.16% | 0.54% | - |
| HSV(B) | 216.32º | 0.24% | 0.62% | - |
| XYZ | 22.22 | 23.41 | 35.25 | - |
| YUV | 132.14 | 142.03 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 134 | 157 | 0.24 | 0.15 | 0 | 0.38 | 216.32 | 0.16 | 0.54 |
| Hex | 77 | 86 | 9D | 18 | F | 0 | 26 | D8 | 10 | 36 |
| Octal | 167 | 206 | 235 | 30 | 17 | 0 | 46 | 330 | 20 | 66 |
| Binary | 1110111 | 10000110 | 10011101 | 11000 | 1111 | 0 | 100110 | 11011000 | 10000 | 110110 |
Color Harmonies of #77869D
Complementary color
Monochromatic Colors of #77869D
Black with #77869D
Text Example
Text Example
White with #77869D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77869D; }
p { color: rgb(119,134,157); }
H1.HeaderClassName
{
color: #77869D;
}
.AnyTagClassName
{
color: #77869D;
}
</style>
background-color css
<style>
a { background-color: #77869D; }
a { background-color: rgb(119,134,157); }
div.DivClassName
{
background-color: #77869D;
}
.BgClassName
{
background-color: #77869D;
}
</style>
border-color css
<style>
span { border-color: #77869D; }
span { border-color: rgb(119,134,157); }
td.TdClassName
{
border-color: #77869D;
}
.TagClassName
{
border-color: #77869D;
}
</style>