Shades of Light Slate Grey #77829A
Tints of Light Slate Grey #77829A
RGB
CMYK
RGB Variations
Color information
#77829A (or 0x77829A) is known color: Light Slate Grey. HEX triplet: 77, 82 and 9A. RGB value is (119,130,154). Sum of RGB (Red+Green+Blue) = 119+130+154=403 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.53% from 403); Green value is 130 (51.17% from 255 or 32.26% from 403); Blue value is 154 (60.55% from 255 or 38.21% from 403); Max value from RGB is 154 - color contains mainly: blue. Hex color #77829A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77829A is #887D65. Grayscale: #818181. Windows color (decimal): -8944998 or 10125943. OLE color: 10125943.
HSL color Cylindrical-coordinate representation of color #77829A: hue angle of 221.14º 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 #77829A is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 119 | 130 | 154 | - |
| CMYK | 0.23 | 0.16 | 0 | 0.40 |
| HSL | 221.14º | 0.15% | 0.54% | - |
| HSV(B) | 221.14º | 0.23% | 0.6% | - |
| XYZ | 21.42 | 22.22 | 33.73 | - |
| YUV | 129.45 | 141.86 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 130 | 154 | 0.23 | 0.16 | 0 | 0.40 | 221.14 | 0.15 | 0.54 |
| Hex | 77 | 82 | 9A | 17 | 10 | 0 | 28 | DD | F | 36 |
| Octal | 167 | 202 | 232 | 27 | 20 | 0 | 50 | 335 | 17 | 66 |
| Binary | 1110111 | 10000010 | 10011010 | 10111 | 10000 | 0 | 101000 | 11011101 | 1111 | 110110 |
Color Harmonies of #77829A
Complementary color
Monochromatic Colors of #77829A
Black with #77829A
Text Example
Text Example
White with #77829A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77829A; }
p { color: rgb(119,130,154); }
H1.HeaderClassName
{
color: #77829A;
}
.AnyTagClassName
{
color: #77829A;
}
</style>
background-color css
<style>
a { background-color: #77829A; }
a { background-color: rgb(119,130,154); }
div.DivClassName
{
background-color: #77829A;
}
.BgClassName
{
background-color: #77829A;
}
</style>
border-color css
<style>
span { border-color: #77829A; }
span { border-color: rgb(119,130,154); }
td.TdClassName
{
border-color: #77829A;
}
.TagClassName
{
border-color: #77829A;
}
</style>