Shades of Salt Box #78506D
Tints of Salt Box #78506D
RGB
CMYK
RGB Variations
Color information
#78506D (or 0x78506D) is known color: Salt Box. HEX triplet: 78, 50 and 6D. RGB value is (120,80,109). Sum of RGB (Red+Green+Blue) = 120+80+109=309 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.83% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 109 (42.97% from 255 or 35.28% from 309); Max value from RGB is 120 - color contains mainly: red. Hex color #78506D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78506D is #87AF92. Grayscale: #5F5F5F. Windows color (decimal): -8892307 or 7164024. OLE color: 7164024.
HSL color Cylindrical-coordinate representation of color #78506D: hue angle of 316.5º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #78506D is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 80 | 109 | - |
| CMYK | 0 | 0.33 | 0.09 | 0.53 |
| HSL | 316.5º | 0.2% | 0.39% | - |
| HSV(B) | 316.5º | 0.33% | 0.47% | - |
| XYZ | 13.37 | 10.83 | 15.85 | - |
| YUV | 95.27 | 135.75 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 80 | 109 | 0 | 0.33 | 0.09 | 0.53 | 316.5 | 0.2 | 0.39 |
| Hex | 78 | 50 | 6D | 0 | 21 | 9 | 35 | 13C | 14 | 27 |
| Octal | 170 | 120 | 155 | 0 | 41 | 11 | 65 | 474 | 24 | 47 |
| Binary | 1111000 | 1010000 | 1101101 | 0 | 100001 | 1001 | 110101 | 100111100 | 10100 | 100111 |
Color Harmonies of #78506D
Complementary color
Monochromatic Colors of #78506D
Black with #78506D
Text Example
Text Example
White with #78506D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78506D; }
p { color: rgb(120,80,109); }
H1.HeaderClassName
{
color: #78506D;
}
.AnyTagClassName
{
color: #78506D;
}
</style>
background-color css
<style>
a { background-color: #78506D; }
a { background-color: rgb(120,80,109); }
div.DivClassName
{
background-color: #78506D;
}
.BgClassName
{
background-color: #78506D;
}
</style>
border-color css
<style>
span { border-color: #78506D; }
span { border-color: rgb(120,80,109); }
td.TdClassName
{
border-color: #78506D;
}
.TagClassName
{
border-color: #78506D;
}
</style>