Shades of Slate Grey #77808A
Tints of Slate Grey #77808A
RGB
CMYK
RGB Variations
Color information
#77808A (or 0x77808A) is known color: Slate Grey. HEX triplet: 77, 80 and 8A. RGB value is (119,128,138). Sum of RGB (Red+Green+Blue) = 119+128+138=385 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.91% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 138 - color contains mainly: blue. Hex color #77808A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77808A is #887F75. Grayscale: #7E7E7E. Windows color (decimal): -8945526 or 9076855. OLE color: 9076855.
HSL color Cylindrical-coordinate representation of color #77808A: hue angle of 211.58º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #77808A is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 119 | 128 | 138 | - |
| CMYK | 0.14 | 0.07 | 0 | 0.46 |
| HSL | 211.58º | 0.08% | 0.5% | - |
| HSV(B) | 211.58º | 0.14% | 0.54% | - |
| XYZ | 19.91 | 21.2 | 27.09 | - |
| YUV | 126.45 | 134.52 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 128 | 138 | 0.14 | 0.07 | 0 | 0.46 | 211.58 | 0.08 | 0.5 |
| Hex | 77 | 80 | 8A | E | 7 | 0 | 2E | D4 | 8 | 32 |
| Octal | 167 | 200 | 212 | 16 | 7 | 0 | 56 | 324 | 10 | 62 |
| Binary | 1110111 | 10000000 | 10001010 | 1110 | 111 | 0 | 101110 | 11010100 | 1000 | 110010 |
Color Harmonies of #77808A
Complementary color
Monochromatic Colors of #77808A
Black with #77808A
Text Example
Text Example
White with #77808A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77808A; }
p { color: rgb(119,128,138); }
H1.HeaderClassName
{
color: #77808A;
}
.AnyTagClassName
{
color: #77808A;
}
</style>
background-color css
<style>
a { background-color: #77808A; }
a { background-color: rgb(119,128,138); }
div.DivClassName
{
background-color: #77808A;
}
.BgClassName
{
background-color: #77808A;
}
</style>
border-color css
<style>
span { border-color: #77808A; }
span { border-color: rgb(119,128,138); }
td.TdClassName
{
border-color: #77808A;
}
.TagClassName
{
border-color: #77808A;
}
</style>