Shades of Slate Grey #77808B
Tints of Slate Grey #77808B
RGB
CMYK
RGB Variations
Color information
#77808B (or 0x77808B) is known color: Slate Grey. HEX triplet: 77, 80 and 8B. RGB value is (119,128,139). Sum of RGB (Red+Green+Blue) = 119+128+139=386 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.83% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 139 (54.69% from 255 or 36.01% from 386); Max value from RGB is 139 - color contains mainly: blue. Hex color #77808B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77808B is #887F74. Grayscale: #7E7E7E. Windows color (decimal): -8945525 or 9142391. OLE color: 9142391.
HSL color Cylindrical-coordinate representation of color #77808B: hue angle of 213º 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 #77808B is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 128 | 139 | - |
| CMYK | 0.14 | 0.08 | 0 | 0.45 |
| HSL | 213º | 0.08% | 0.51% | - |
| HSV(B) | 213º | 0.14% | 0.55% | - |
| XYZ | 19.99 | 21.22 | 27.47 | - |
| YUV | 126.56 | 135.02 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 128 | 139 | 0.14 | 0.08 | 0 | 0.45 | 213 | 0.08 | 0.51 |
| Hex | 77 | 80 | 8B | E | 8 | 0 | 2D | D5 | 8 | 33 |
| Octal | 167 | 200 | 213 | 16 | 10 | 0 | 55 | 325 | 10 | 63 |
| Binary | 1110111 | 10000000 | 10001011 | 1110 | 1000 | 0 | 101101 | 11010101 | 1000 | 110011 |
Color Harmonies of #77808B
Complementary color
Monochromatic Colors of #77808B
Black with #77808B
Text Example
Text Example
White with #77808B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77808B; }
p { color: rgb(119,128,139); }
H1.HeaderClassName
{
color: #77808B;
}
.AnyTagClassName
{
color: #77808B;
}
</style>
background-color css
<style>
a { background-color: #77808B; }
a { background-color: rgb(119,128,139); }
div.DivClassName
{
background-color: #77808B;
}
.BgClassName
{
background-color: #77808B;
}
</style>
border-color css
<style>
span { border-color: #77808B; }
span { border-color: rgb(119,128,139); }
td.TdClassName
{
border-color: #77808B;
}
.TagClassName
{
border-color: #77808B;
}
</style>