Shades of Slate Grey #77828C
Tints of Slate Grey #77828C
RGB
CMYK
RGB Variations
Color information
#77828C (or 0x77828C) is known color: Slate Grey. HEX triplet: 77, 82 and 8C. RGB value is (119,130,140). Sum of RGB (Red+Green+Blue) = 119+130+140=389 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.59% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 140 (55.08% from 255 or 35.99% from 389); Max value from RGB is 140 - color contains mainly: blue. Hex color #77828C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77828C is #887D73. Grayscale: #7F7F7F. Windows color (decimal): -8945012 or 9208439. OLE color: 9208439.
HSL color Cylindrical-coordinate representation of color #77828C: hue angle of 208.57º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #77828C is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 130 | 140 | - |
| CMYK | 0.15 | 0.07 | 0 | 0.45 |
| HSL | 208.57º | 0.08% | 0.51% | - |
| HSV(B) | 208.57º | 0.15% | 0.55% | - |
| XYZ | 20.32 | 21.78 | 27.94 | - |
| YUV | 127.85 | 134.86 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 130 | 140 | 0.15 | 0.07 | 0 | 0.45 | 208.57 | 0.08 | 0.51 |
| Hex | 77 | 82 | 8C | F | 7 | 0 | 2D | D1 | 8 | 33 |
| Octal | 167 | 202 | 214 | 17 | 7 | 0 | 55 | 321 | 10 | 63 |
| Binary | 1110111 | 10000010 | 10001100 | 1111 | 111 | 0 | 101101 | 11010001 | 1000 | 110011 |
Color Harmonies of #77828C
Complementary color
Monochromatic Colors of #77828C
Black with #77828C
Text Example
Text Example
White with #77828C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77828C; }
p { color: rgb(119,130,140); }
H1.HeaderClassName
{
color: #77828C;
}
.AnyTagClassName
{
color: #77828C;
}
</style>
background-color css
<style>
a { background-color: #77828C; }
a { background-color: rgb(119,130,140); }
div.DivClassName
{
background-color: #77828C;
}
.BgClassName
{
background-color: #77828C;
}
</style>
border-color css
<style>
span { border-color: #77828C; }
span { border-color: rgb(119,130,140); }
td.TdClassName
{
border-color: #77828C;
}
.TagClassName
{
border-color: #77828C;
}
</style>