Shades of Salt Box #78516E
Tints of Salt Box #78516E
RGB
CMYK
RGB Variations
Color information
#78516E (or 0x78516E) is known color: Salt Box. HEX triplet: 78, 51 and 6E. RGB value is (120,81,110). Sum of RGB (Red+Green+Blue) = 120+81+110=311 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.59% from 311); Green value is 81 (32.03% from 255 or 26.05% from 311); Blue value is 110 (43.36% from 255 or 35.37% from 311); Max value from RGB is 120 - color contains mainly: red. Hex color #78516E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78516E is #87AE91. Grayscale: #5F5F5F. Windows color (decimal): -8892050 or 7229816. OLE color: 7229816.
HSL color Cylindrical-coordinate representation of color #78516E: hue angle of 315.38º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #78516E is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 81 | 110 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.53 |
| HSL | 315.38º | 0.19% | 0.39% | - |
| HSV(B) | 315.38º | 0.33% | 0.47% | - |
| XYZ | 13.5 | 11 | 16.16 | - |
| YUV | 95.97 | 135.92 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 81 | 110 | 0 | 0.32 | 0.08 | 0.53 | 315.38 | 0.19 | 0.39 |
| Hex | 78 | 51 | 6E | 0 | 20 | 8 | 35 | 13B | 13 | 27 |
| Octal | 170 | 121 | 156 | 0 | 40 | 10 | 65 | 473 | 23 | 47 |
| Binary | 1111000 | 1010001 | 1101110 | 0 | 100000 | 1000 | 110101 | 100111011 | 10011 | 100111 |
Color Harmonies of #78516E
Complementary color
Monochromatic Colors of #78516E
Black with #78516E
Text Example
Text Example
White with #78516E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78516E; }
p { color: rgb(120,81,110); }
H1.HeaderClassName
{
color: #78516E;
}
.AnyTagClassName
{
color: #78516E;
}
</style>
background-color css
<style>
a { background-color: #78516E; }
a { background-color: rgb(120,81,110); }
div.DivClassName
{
background-color: #78516E;
}
.BgClassName
{
background-color: #78516E;
}
</style>
border-color css
<style>
span { border-color: #78516E; }
span { border-color: rgb(120,81,110); }
td.TdClassName
{
border-color: #78516E;
}
.TagClassName
{
border-color: #78516E;
}
</style>