Shades of Slate Grey #787D81
Tints of Slate Grey #787D81
RGB
CMYK
RGB Variations
Color information
#787D81 (or 0x787D81) is known color: Slate Grey. HEX triplet: 78, 7D and 81. RGB value is (120,125,129). Sum of RGB (Red+Green+Blue) = 120+125+129=374 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.09% from 374); Green value is 125 (49.22% from 255 or 33.42% from 374); Blue value is 129 (50.78% from 255 or 34.49% from 374); Max value from RGB is 129 - color contains mainly: blue. Hex color #787D81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787D81 is #87827E. Grayscale: #7B7B7B. Windows color (decimal): -8880767 or 8486264. OLE color: 8486264.
HSL color Cylindrical-coordinate representation of color #787D81: hue angle of 206.67º degrees, saturation: 0.04, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #787D81 is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 120 | 125 | 129 | - |
| CMYK | 0.07 | 0.03 | 0 | 0.49 |
| HSL | 206.67º | 0.04% | 0.49% | - |
| HSV(B) | 206.67º | 0.07% | 0.51% | - |
| XYZ | 19.04 | 20.25 | 23.67 | - |
| YUV | 123.96 | 130.84 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 125 | 129 | 0.07 | 0.03 | 0 | 0.49 | 206.67 | 0.04 | 0.49 |
| Hex | 78 | 7D | 81 | 7 | 3 | 0 | 31 | CF | 4 | 31 |
| Octal | 170 | 175 | 201 | 7 | 3 | 0 | 61 | 317 | 4 | 61 |
| Binary | 1111000 | 1111101 | 10000001 | 111 | 11 | 0 | 110001 | 11001111 | 100 | 110001 |
Color Harmonies of #787D81
Complementary color
Monochromatic Colors of #787D81
Black with #787D81
Text Example
Text Example
White with #787D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787D81; }
p { color: rgb(120,125,129); }
H1.HeaderClassName
{
color: #787D81;
}
.AnyTagClassName
{
color: #787D81;
}
</style>
background-color css
<style>
a { background-color: #787D81; }
a { background-color: rgb(120,125,129); }
div.DivClassName
{
background-color: #787D81;
}
.BgClassName
{
background-color: #787D81;
}
</style>
border-color css
<style>
span { border-color: #787D81; }
span { border-color: rgb(120,125,129); }
td.TdClassName
{
border-color: #787D81;
}
.TagClassName
{
border-color: #787D81;
}
</style>