Shades of Slate Grey #78818B
Tints of Slate Grey #78818B
RGB
CMYK
RGB Variations
Color information
#78818B (or 0x78818B) is known color: Slate Grey. HEX triplet: 78, 81 and 8B. RGB value is (120,129,139). Sum of RGB (Red+Green+Blue) = 120+129+139=388 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.93% from 388); Green value is 129 (50.78% from 255 or 33.25% 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 #78818B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78818B is #877E74. Grayscale: #7F7F7F. Windows color (decimal): -8879733 or 9142648. OLE color: 9142648.
HSL color Cylindrical-coordinate representation of color #78818B: hue angle of 211.58º 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 #78818B is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 129 | 139 | - |
| CMYK | 0.14 | 0.07 | 0 | 0.45 |
| HSL | 211.58º | 0.08% | 0.51% | - |
| HSV(B) | 211.58º | 0.14% | 0.55% | - |
| XYZ | 20.26 | 21.56 | 27.52 | - |
| YUV | 127.45 | 134.52 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 129 | 139 | 0.14 | 0.07 | 0 | 0.45 | 211.58 | 0.08 | 0.51 |
| Hex | 78 | 81 | 8B | E | 7 | 0 | 2D | D4 | 8 | 33 |
| Octal | 170 | 201 | 213 | 16 | 7 | 0 | 55 | 324 | 10 | 63 |
| Binary | 1111000 | 10000001 | 10001011 | 1110 | 111 | 0 | 101101 | 11010100 | 1000 | 110011 |
Color Harmonies of #78818B
Complementary color
Monochromatic Colors of #78818B
Black with #78818B
Text Example
Text Example
White with #78818B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78818B; }
p { color: rgb(120,129,139); }
H1.HeaderClassName
{
color: #78818B;
}
.AnyTagClassName
{
color: #78818B;
}
</style>
background-color css
<style>
a { background-color: #78818B; }
a { background-color: rgb(120,129,139); }
div.DivClassName
{
background-color: #78818B;
}
.BgClassName
{
background-color: #78818B;
}
</style>
border-color css
<style>
span { border-color: #78818B; }
span { border-color: rgb(120,129,139); }
td.TdClassName
{
border-color: #78818B;
}
.TagClassName
{
border-color: #78818B;
}
</style>