Shades of Slate Grey #77848E
Tints of Slate Grey #77848E
RGB
CMYK
RGB Variations
Color information
#77848E (or 0x77848E) is known color: Slate Grey. HEX triplet: 77, 84 and 8E. RGB value is (119,132,142). Sum of RGB (Red+Green+Blue) = 119+132+142=393 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.28% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 142 (55.86% from 255 or 36.13% from 393); Max value from RGB is 142 - color contains mainly: blue. Hex color #77848E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77848E is #887B71. Grayscale: #818181. Windows color (decimal): -8944498 or 9340023. OLE color: 9340023.
HSL color Cylindrical-coordinate representation of color #77848E: hue angle of 206.09º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #77848E is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 132 | 142 | - |
| CMYK | 0.16 | 0.07 | 0 | 0.44 |
| HSL | 206.09º | 0.09% | 0.51% | - |
| HSV(B) | 206.09º | 0.16% | 0.56% | - |
| XYZ | 20.74 | 22.38 | 28.82 | - |
| YUV | 129.25 | 135.19 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 132 | 142 | 0.16 | 0.07 | 0 | 0.44 | 206.09 | 0.09 | 0.51 |
| Hex | 77 | 84 | 8E | 10 | 7 | 0 | 2C | CE | 9 | 33 |
| Octal | 167 | 204 | 216 | 20 | 7 | 0 | 54 | 316 | 11 | 63 |
| Binary | 1110111 | 10000100 | 10001110 | 10000 | 111 | 0 | 101100 | 11001110 | 1001 | 110011 |
Color Harmonies of #77848E
Complementary color
Monochromatic Colors of #77848E
Black with #77848E
Text Example
Text Example
White with #77848E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77848E; }
p { color: rgb(119,132,142); }
H1.HeaderClassName
{
color: #77848E;
}
.AnyTagClassName
{
color: #77848E;
}
</style>
background-color css
<style>
a { background-color: #77848E; }
a { background-color: rgb(119,132,142); }
div.DivClassName
{
background-color: #77848E;
}
.BgClassName
{
background-color: #77848E;
}
</style>
border-color css
<style>
span { border-color: #77848E; }
span { border-color: rgb(119,132,142); }
td.TdClassName
{
border-color: #77848E;
}
.TagClassName
{
border-color: #77848E;
}
</style>