Shades of Salt Box #78576E
Tints of Salt Box #78576E
RGB
CMYK
RGB Variations
Color information
#78576E (or 0x78576E) is known color: Salt Box. HEX triplet: 78, 57 and 6E. RGB value is (120,87,110). Sum of RGB (Red+Green+Blue) = 120+87+110=317 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.85% from 317); Green value is 87 (34.38% from 255 or 27.44% from 317); Blue value is 110 (43.36% from 255 or 34.70% from 317); Max value from RGB is 120 - color contains mainly: red. Hex color #78576E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78576E is #87A891. Grayscale: #636363. Windows color (decimal): -8890514 or 7231352. OLE color: 7231352.
HSL color Cylindrical-coordinate representation of color #78576E: hue angle of 318.18º 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 #78576E is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 87 | 110 | - |
| CMYK | 0 | 0.28 | 0.08 | 0.53 |
| HSL | 318.18º | 0.16% | 0.41% | - |
| HSV(B) | 318.18º | 0.28% | 0.47% | - |
| XYZ | 13.97 | 11.94 | 16.32 | - |
| YUV | 99.49 | 133.93 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 87 | 110 | 0 | 0.28 | 0.08 | 0.53 | 318.18 | 0.16 | 0.41 |
| Hex | 78 | 57 | 6E | 0 | 1C | 8 | 35 | 13E | 10 | 29 |
| Octal | 170 | 127 | 156 | 0 | 34 | 10 | 65 | 476 | 20 | 51 |
| Binary | 1111000 | 1010111 | 1101110 | 0 | 11100 | 1000 | 110101 | 100111110 | 10000 | 101001 |
Color Harmonies of #78576E
Complementary color
Monochromatic Colors of #78576E
Black with #78576E
Text Example
Text Example
White with #78576E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78576E; }
p { color: rgb(120,87,110); }
H1.HeaderClassName
{
color: #78576E;
}
.AnyTagClassName
{
color: #78576E;
}
</style>
background-color css
<style>
a { background-color: #78576E; }
a { background-color: rgb(120,87,110); }
div.DivClassName
{
background-color: #78576E;
}
.BgClassName
{
background-color: #78576E;
}
</style>
border-color css
<style>
span { border-color: #78576E; }
span { border-color: rgb(120,87,110); }
td.TdClassName
{
border-color: #78576E;
}
.TagClassName
{
border-color: #78576E;
}
</style>