Shades of Slate Grey #77828D
Tints of Slate Grey #77828D
RGB
CMYK
RGB Variations
Color information
#77828D (or 0x77828D) is known color: Slate Grey. HEX triplet: 77, 82 and 8D. RGB value is (119,130,141). Sum of RGB (Red+Green+Blue) = 119+130+141=390 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.51% from 390); Green value is 130 (51.17% from 255 or 33.33% from 390); Blue value is 141 (55.47% from 255 or 36.15% from 390); Max value from RGB is 141 - color contains mainly: blue. Hex color #77828D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77828D is #887D72. Grayscale: #7F7F7F. Windows color (decimal): -8945011 or 9273975. OLE color: 9273975.
HSL color Cylindrical-coordinate representation of color #77828D: hue angle of 210º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #77828D is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 130 | 141 | - |
| CMYK | 0.16 | 0.08 | 0 | 0.45 |
| HSL | 210º | 0.09% | 0.51% | - |
| HSV(B) | 210º | 0.16% | 0.55% | - |
| XYZ | 20.4 | 21.81 | 28.33 | - |
| YUV | 127.97 | 135.36 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 130 | 141 | 0.16 | 0.08 | 0 | 0.45 | 210 | 0.09 | 0.51 |
| Hex | 77 | 82 | 8D | 10 | 8 | 0 | 2D | D2 | 9 | 33 |
| Octal | 167 | 202 | 215 | 20 | 10 | 0 | 55 | 322 | 11 | 63 |
| Binary | 1110111 | 10000010 | 10001101 | 10000 | 1000 | 0 | 101101 | 11010010 | 1001 | 110011 |
Color Harmonies of #77828D
Complementary color
Monochromatic Colors of #77828D
Black with #77828D
Text Example
Text Example
White with #77828D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77828D; }
p { color: rgb(119,130,141); }
H1.HeaderClassName
{
color: #77828D;
}
.AnyTagClassName
{
color: #77828D;
}
</style>
background-color css
<style>
a { background-color: #77828D; }
a { background-color: rgb(119,130,141); }
div.DivClassName
{
background-color: #77828D;
}
.BgClassName
{
background-color: #77828D;
}
</style>
border-color css
<style>
span { border-color: #77828D; }
span { border-color: rgb(119,130,141); }
td.TdClassName
{
border-color: #77828D;
}
.TagClassName
{
border-color: #77828D;
}
</style>