Shades of Light Slate Grey #77859D
Tints of Light Slate Grey #77859D
RGB
CMYK
RGB Variations
Color information
#77859D (or 0x77859D) is known color: Light Slate Grey. HEX triplet: 77, 85 and 9D. RGB value is (119,133,157). Sum of RGB (Red+Green+Blue) = 119+133+157=409 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.10% from 409); Green value is 133 (52.34% from 255 or 32.52% from 409); Blue value is 157 (61.72% from 255 or 38.39% from 409); Max value from RGB is 157 - color contains mainly: blue. Hex color #77859D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77859D is #887A62. Grayscale: #838383. Windows color (decimal): -8944227 or 10323319. OLE color: 10323319.
HSL color Cylindrical-coordinate representation of color #77859D: hue angle of 217.89º 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 #77859D is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 133 | 157 | - |
| CMYK | 0.24 | 0.15 | 0 | 0.38 |
| HSL | 217.89º | 0.16% | 0.54% | - |
| HSV(B) | 217.89º | 0.24% | 0.62% | - |
| XYZ | 22.08 | 23.13 | 35.2 | - |
| YUV | 131.55 | 142.36 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 133 | 157 | 0.24 | 0.15 | 0 | 0.38 | 217.89 | 0.16 | 0.54 |
| Hex | 77 | 85 | 9D | 18 | F | 0 | 26 | DA | 10 | 36 |
| Octal | 167 | 205 | 235 | 30 | 17 | 0 | 46 | 332 | 20 | 66 |
| Binary | 1110111 | 10000101 | 10011101 | 11000 | 1111 | 0 | 100110 | 11011010 | 10000 | 110110 |
Color Harmonies of #77859D
Complementary color
Monochromatic Colors of #77859D
Black with #77859D
Text Example
Text Example
White with #77859D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77859D; }
p { color: rgb(119,133,157); }
H1.HeaderClassName
{
color: #77859D;
}
.AnyTagClassName
{
color: #77859D;
}
</style>
background-color css
<style>
a { background-color: #77859D; }
a { background-color: rgb(119,133,157); }
div.DivClassName
{
background-color: #77859D;
}
.BgClassName
{
background-color: #77859D;
}
</style>
border-color css
<style>
span { border-color: #77859D; }
span { border-color: rgb(119,133,157); }
td.TdClassName
{
border-color: #77859D;
}
.TagClassName
{
border-color: #77859D;
}
</style>