Shades of Salt Box #78576D
Tints of Salt Box #78576D
RGB
CMYK
RGB Variations
Color information
#78576D (or 0x78576D) is known color: Salt Box. HEX triplet: 78, 57 and 6D. RGB value is (120,87,109). Sum of RGB (Red+Green+Blue) = 120+87+109=316 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.97% from 316); Green value is 87 (34.38% from 255 or 27.53% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 120 - color contains mainly: red. Hex color #78576D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78576D is #87A892. Grayscale: #636363. Windows color (decimal): -8890515 or 7165816. OLE color: 7165816.
HSL color Cylindrical-coordinate representation of color #78576D: hue angle of 320º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #78576D is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 87 | 109 | - |
| CMYK | 0 | 0.28 | 0.09 | 0.53 |
| HSL | 320º | 0.16% | 0.41% | - |
| HSV(B) | 320º | 0.28% | 0.47% | - |
| XYZ | 13.91 | 11.91 | 16.03 | - |
| YUV | 99.38 | 133.43 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 87 | 109 | 0 | 0.28 | 0.09 | 0.53 | 320 | 0.16 | 0.41 |
| Hex | 78 | 57 | 6D | 0 | 1C | 9 | 35 | 140 | 10 | 29 |
| Octal | 170 | 127 | 155 | 0 | 34 | 11 | 65 | 500 | 20 | 51 |
| Binary | 1111000 | 1010111 | 1101101 | 0 | 11100 | 1001 | 110101 | 101000000 | 10000 | 101001 |
Color Harmonies of #78576D
Complementary color
Monochromatic Colors of #78576D
Black with #78576D
Text Example
Text Example
White with #78576D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78576D; }
p { color: rgb(120,87,109); }
H1.HeaderClassName
{
color: #78576D;
}
.AnyTagClassName
{
color: #78576D;
}
</style>
background-color css
<style>
a { background-color: #78576D; }
a { background-color: rgb(120,87,109); }
div.DivClassName
{
background-color: #78576D;
}
.BgClassName
{
background-color: #78576D;
}
</style>
border-color css
<style>
span { border-color: #78576D; }
span { border-color: rgb(120,87,109); }
td.TdClassName
{
border-color: #78576D;
}
.TagClassName
{
border-color: #78576D;
}
</style>