Shades of Slate Grey #78828D
Tints of Slate Grey #78828D
RGB
CMYK
RGB Variations
Color information
#78828D (or 0x78828D) is known color: Slate Grey. HEX triplet: 78, 82 and 8D. RGB value is (120,130,141). Sum of RGB (Red+Green+Blue) = 120+130+141=391 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.69% from 391); Green value is 130 (51.17% from 255 or 33.25% from 391); Blue value is 141 (55.47% from 255 or 36.06% from 391); Max value from RGB is 141 - color contains mainly: blue. Hex color #78828D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78828D is #877D72. Grayscale: #808080. Windows color (decimal): -8879475 or 9273976. OLE color: 9273976.
HSL color Cylindrical-coordinate representation of color #78828D: hue angle of 211.43º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #78828D is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 130 | 141 | - |
| CMYK | 0.15 | 0.08 | 0 | 0.45 |
| HSL | 211.43º | 0.08% | 0.51% | - |
| HSV(B) | 211.43º | 0.15% | 0.55% | - |
| XYZ | 20.54 | 21.88 | 28.34 | - |
| YUV | 128.26 | 135.19 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 130 | 141 | 0.15 | 0.08 | 0 | 0.45 | 211.43 | 0.08 | 0.51 |
| Hex | 78 | 82 | 8D | F | 8 | 0 | 2D | D3 | 8 | 33 |
| Octal | 170 | 202 | 215 | 17 | 10 | 0 | 55 | 323 | 10 | 63 |
| Binary | 1111000 | 10000010 | 10001101 | 1111 | 1000 | 0 | 101101 | 11010011 | 1000 | 110011 |
Color Harmonies of #78828D
Complementary color
Monochromatic Colors of #78828D
Black with #78828D
Text Example
Text Example
White with #78828D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78828D; }
p { color: rgb(120,130,141); }
H1.HeaderClassName
{
color: #78828D;
}
.AnyTagClassName
{
color: #78828D;
}
</style>
background-color css
<style>
a { background-color: #78828D; }
a { background-color: rgb(120,130,141); }
div.DivClassName
{
background-color: #78828D;
}
.BgClassName
{
background-color: #78828D;
}
</style>
border-color css
<style>
span { border-color: #78828D; }
span { border-color: rgb(120,130,141); }
td.TdClassName
{
border-color: #78828D;
}
.TagClassName
{
border-color: #78828D;
}
</style>