Shades of Slate Grey #78848D
Tints of Slate Grey #78848D
RGB
CMYK
RGB Variations
Color information
#78848D (or 0x78848D) is known color: Slate Grey. HEX triplet: 78, 84 and 8D. RGB value is (120,132,141). Sum of RGB (Red+Green+Blue) = 120+132+141=393 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.53% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 141 (55.47% from 255 or 35.88% from 393); Max value from RGB is 141 - color contains mainly: blue. Hex color #78848D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78848D is #877B72. Grayscale: #818181. Windows color (decimal): -8878963 or 9274488. OLE color: 9274488.
HSL color Cylindrical-coordinate representation of color #78848D: hue angle of 205.71º 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 #78848D is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
RGB | 120 | 132 | 141 | - |
CMYK | 0.15 | 0.06 | 0 | 0.45 |
HSL | 205.71º | 0.08% | 0.51% | - |
HSV(B) | 205.71º | 0.15% | 0.55% | - |
XYZ | 20.8 | 22.42 | 28.43 | - |
YUV | 129.44 | 134.52 | 121.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 120 | 132 | 141 | 0.15 | 0.06 | 0 | 0.45 | 205.71 | 0.08 | 0.51 |
Hex | 78 | 84 | 8D | F | 6 | 0 | 2D | CE | 8 | 33 |
Octal | 170 | 204 | 215 | 17 | 6 | 0 | 55 | 316 | 10 | 63 |
Binary | 1111000 | 10000100 | 10001101 | 1111 | 110 | 0 | 101101 | 11001110 | 1000 | 110011 |
Color Harmonies of #78848D
Complementary color
Monochromatic Colors of #78848D
Black with #78848D
Text Example
Text Example
White with #78848D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78848D; }
p { color: rgb(120,132,141); }
H1.HeaderClassName
{
color: #78848D;
}
.AnyTagClassName
{
color: #78848D;
}
</style>
background-color css
<style>
a { background-color: #78848D; }
a { background-color: rgb(120,132,141); }
div.DivClassName
{
background-color: #78848D;
}
.BgClassName
{
background-color: #78848D;
}
</style>
border-color css
<style>
span { border-color: #78848D; }
span { border-color: rgb(120,132,141); }
td.TdClassName
{
border-color: #78848D;
}
.TagClassName
{
border-color: #78848D;
}
</style>