Shades of Salt Box #78526E
Tints of Salt Box #78526E
RGB
CMYK
RGB Variations
Color information
#78526E (or 0x78526E) is known color: Salt Box. HEX triplet: 78, 52 and 6E. RGB value is (120,82,110). Sum of RGB (Red+Green+Blue) = 120+82+110=312 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.46% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 110 (43.36% from 255 or 35.26% from 312); Max value from RGB is 120 - color contains mainly: red. Hex color #78526E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78526E is #87AD91. Grayscale: #606060. Windows color (decimal): -8891794 or 7230072. OLE color: 7230072.
HSL color Cylindrical-coordinate representation of color #78526E: hue angle of 315.79º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #78526E is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 82 | 110 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.53 |
| HSL | 315.79º | 0.19% | 0.4% | - |
| HSV(B) | 315.79º | 0.32% | 0.47% | - |
| XYZ | 13.58 | 11.15 | 16.19 | - |
| YUV | 96.55 | 135.59 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 82 | 110 | 0 | 0.32 | 0.08 | 0.53 | 315.79 | 0.19 | 0.4 |
| Hex | 78 | 52 | 6E | 0 | 20 | 8 | 35 | 13C | 13 | 28 |
| Octal | 170 | 122 | 156 | 0 | 40 | 10 | 65 | 474 | 23 | 50 |
| Binary | 1111000 | 1010010 | 1101110 | 0 | 100000 | 1000 | 110101 | 100111100 | 10011 | 101000 |
Color Harmonies of #78526E
Complementary color
Monochromatic Colors of #78526E
Black with #78526E
Text Example
Text Example
White with #78526E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78526E; }
p { color: rgb(120,82,110); }
H1.HeaderClassName
{
color: #78526E;
}
.AnyTagClassName
{
color: #78526E;
}
</style>
background-color css
<style>
a { background-color: #78526E; }
a { background-color: rgb(120,82,110); }
div.DivClassName
{
background-color: #78526E;
}
.BgClassName
{
background-color: #78526E;
}
</style>
border-color css
<style>
span { border-color: #78526E; }
span { border-color: rgb(120,82,110); }
td.TdClassName
{
border-color: #78526E;
}
.TagClassName
{
border-color: #78526E;
}
</style>