Shades of Salt Box #78526F
Tints of Salt Box #78526F
RGB
CMYK
RGB Variations
Color information
#78526F (or 0x78526F) is known color: Salt Box. HEX triplet: 78, 52 and 6F. RGB value is (120,82,111). Sum of RGB (Red+Green+Blue) = 120+82+111=313 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.34% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 111 (43.75% from 255 or 35.46% from 313); Max value from RGB is 120 - color contains mainly: red. Hex color #78526F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78526F is #87AD90. Grayscale: #606060. Windows color (decimal): -8891793 or 7295608. OLE color: 7295608.
HSL color Cylindrical-coordinate representation of color #78526F: hue angle of 314.21º 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 #78526F is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 82 | 111 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.53 |
| HSL | 314.21º | 0.19% | 0.4% | - |
| HSV(B) | 314.21º | 0.32% | 0.47% | - |
| XYZ | 13.63 | 11.18 | 16.48 | - |
| YUV | 96.67 | 136.09 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 82 | 111 | 0 | 0.32 | 0.08 | 0.53 | 314.21 | 0.19 | 0.4 |
| Hex | 78 | 52 | 6F | 0 | 20 | 8 | 35 | 13A | 13 | 28 |
| Octal | 170 | 122 | 157 | 0 | 40 | 10 | 65 | 472 | 23 | 50 |
| Binary | 1111000 | 1010010 | 1101111 | 0 | 100000 | 1000 | 110101 | 100111010 | 10011 | 101000 |
Color Harmonies of #78526F
Complementary color
Monochromatic Colors of #78526F
Black with #78526F
Text Example
Text Example
White with #78526F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78526F; }
p { color: rgb(120,82,111); }
H1.HeaderClassName
{
color: #78526F;
}
.AnyTagClassName
{
color: #78526F;
}
</style>
background-color css
<style>
a { background-color: #78526F; }
a { background-color: rgb(120,82,111); }
div.DivClassName
{
background-color: #78526F;
}
.BgClassName
{
background-color: #78526F;
}
</style>
border-color css
<style>
span { border-color: #78526F; }
span { border-color: rgb(120,82,111); }
td.TdClassName
{
border-color: #78526F;
}
.TagClassName
{
border-color: #78526F;
}
</style>