Shades of Slate Grey #77828B
Tints of Slate Grey #77828B
RGB
CMYK
RGB Variations
Color information
#77828B (or 0x77828B) is known color: Slate Grey. HEX triplet: 77, 82 and 8B. RGB value is (119,130,139). Sum of RGB (Red+Green+Blue) = 119+130+139=388 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.67% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 139 (54.69% from 255 or 35.82% from 388); Max value from RGB is 139 - color contains mainly: blue. Hex color #77828B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77828B is #887D74. Grayscale: #7F7F7F. Windows color (decimal): -8945013 or 9142903. OLE color: 9142903.
HSL color Cylindrical-coordinate representation of color #77828B: hue angle of 207º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #77828B is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 130 | 139 | - |
| CMYK | 0.14 | 0.06 | 0 | 0.45 |
| HSL | 207º | 0.08% | 0.51% | - |
| HSV(B) | 207º | 0.14% | 0.55% | - |
| XYZ | 20.25 | 21.75 | 27.56 | - |
| YUV | 127.74 | 134.36 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 130 | 139 | 0.14 | 0.06 | 0 | 0.45 | 207 | 0.08 | 0.51 |
| Hex | 77 | 82 | 8B | E | 6 | 0 | 2D | CF | 8 | 33 |
| Octal | 167 | 202 | 213 | 16 | 6 | 0 | 55 | 317 | 10 | 63 |
| Binary | 1110111 | 10000010 | 10001011 | 1110 | 110 | 0 | 101101 | 11001111 | 1000 | 110011 |
Color Harmonies of #77828B
Complementary color
Monochromatic Colors of #77828B
Black with #77828B
Text Example
Text Example
White with #77828B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77828B; }
p { color: rgb(119,130,139); }
H1.HeaderClassName
{
color: #77828B;
}
.AnyTagClassName
{
color: #77828B;
}
</style>
background-color css
<style>
a { background-color: #77828B; }
a { background-color: rgb(119,130,139); }
div.DivClassName
{
background-color: #77828B;
}
.BgClassName
{
background-color: #77828B;
}
</style>
border-color css
<style>
span { border-color: #77828B; }
span { border-color: rgb(119,130,139); }
td.TdClassName
{
border-color: #77828B;
}
.TagClassName
{
border-color: #77828B;
}
</style>