Shades of Light Slate Grey #77849A
Tints of Light Slate Grey #77849A
RGB
CMYK
RGB Variations
Color information
#77849A (or 0x77849A) is known color: Light Slate Grey. HEX triplet: 77, 84 and 9A. RGB value is (119,132,154). Sum of RGB (Red+Green+Blue) = 119+132+154=405 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.38% from 405); Green value is 132 (51.95% from 255 or 32.59% from 405); Blue value is 154 (60.55% from 255 or 38.02% from 405); Max value from RGB is 154 - color contains mainly: blue. Hex color #77849A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77849A is #887B65. Grayscale: #828282. Windows color (decimal): -8944486 or 10126455. OLE color: 10126455.
HSL color Cylindrical-coordinate representation of color #77849A: hue angle of 217.71º 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 #77849A is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 119 | 132 | 154 | - |
| CMYK | 0.23 | 0.14 | 0 | 0.40 |
| HSL | 217.71º | 0.15% | 0.54% | - |
| HSV(B) | 217.71º | 0.23% | 0.6% | - |
| XYZ | 21.69 | 22.76 | 33.82 | - |
| YUV | 130.62 | 141.19 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 132 | 154 | 0.23 | 0.14 | 0 | 0.40 | 217.71 | 0.15 | 0.54 |
| Hex | 77 | 84 | 9A | 17 | E | 0 | 28 | DA | F | 36 |
| Octal | 167 | 204 | 232 | 27 | 16 | 0 | 50 | 332 | 17 | 66 |
| Binary | 1110111 | 10000100 | 10011010 | 10111 | 1110 | 0 | 101000 | 11011010 | 1111 | 110110 |
Color Harmonies of #77849A
Complementary color
Monochromatic Colors of #77849A
Black with #77849A
Text Example
Text Example
White with #77849A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77849A; }
p { color: rgb(119,132,154); }
H1.HeaderClassName
{
color: #77849A;
}
.AnyTagClassName
{
color: #77849A;
}
</style>
background-color css
<style>
a { background-color: #77849A; }
a { background-color: rgb(119,132,154); }
div.DivClassName
{
background-color: #77849A;
}
.BgClassName
{
background-color: #77849A;
}
</style>
border-color css
<style>
span { border-color: #77849A; }
span { border-color: rgb(119,132,154); }
td.TdClassName
{
border-color: #77849A;
}
.TagClassName
{
border-color: #77849A;
}
</style>