Shades of Slate Grey #77828A
Tints of Slate Grey #77828A
RGB
CMYK
RGB Variations
Color information
#77828A (or 0x77828A) is known color: Slate Grey. HEX triplet: 77, 82 and 8A. RGB value is (119,130,138). Sum of RGB (Red+Green+Blue) = 119+130+138=387 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.75% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 138 - color contains mainly: blue. Hex color #77828A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77828A is #887D75. Grayscale: #7F7F7F. Windows color (decimal): -8945014 or 9077367. OLE color: 9077367.
HSL color Cylindrical-coordinate representation of color #77828A: hue angle of 205.26º 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 #77828A is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 119 | 130 | 138 | - |
| CMYK | 0.14 | 0.06 | 0 | 0.46 |
| HSL | 205.26º | 0.08% | 0.5% | - |
| HSV(B) | 205.26º | 0.14% | 0.54% | - |
| XYZ | 20.18 | 21.72 | 27.17 | - |
| YUV | 127.62 | 133.86 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 130 | 138 | 0.14 | 0.06 | 0 | 0.46 | 205.26 | 0.08 | 0.5 |
| Hex | 77 | 82 | 8A | E | 6 | 0 | 2E | CD | 8 | 32 |
| Octal | 167 | 202 | 212 | 16 | 6 | 0 | 56 | 315 | 10 | 62 |
| Binary | 1110111 | 10000010 | 10001010 | 1110 | 110 | 0 | 101110 | 11001101 | 1000 | 110010 |
Color Harmonies of #77828A
Complementary color
Monochromatic Colors of #77828A
Black with #77828A
Text Example
Text Example
White with #77828A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77828A; }
p { color: rgb(119,130,138); }
H1.HeaderClassName
{
color: #77828A;
}
.AnyTagClassName
{
color: #77828A;
}
</style>
background-color css
<style>
a { background-color: #77828A; }
a { background-color: rgb(119,130,138); }
div.DivClassName
{
background-color: #77828A;
}
.BgClassName
{
background-color: #77828A;
}
</style>
border-color css
<style>
span { border-color: #77828A; }
span { border-color: rgb(119,130,138); }
td.TdClassName
{
border-color: #77828A;
}
.TagClassName
{
border-color: #77828A;
}
</style>