Shades of Salt Box #79506E
Tints of Salt Box #79506E
RGB
CMYK
RGB Variations
Color information
#79506E (or 0x79506E) is known color: Salt Box. HEX triplet: 79, 50 and 6E. RGB value is (121,80,110). Sum of RGB (Red+Green+Blue) = 121+80+110=311 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.91% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 110 (43.36% from 255 or 35.37% from 311); Max value from RGB is 121 - color contains mainly: red. Hex color #79506E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79506E is #86AF91. Grayscale: #5F5F5F. Windows color (decimal): -8826770 or 7229561. OLE color: 7229561.
HSL color Cylindrical-coordinate representation of color #79506E: hue angle of 316.1º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #79506E is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 80 | 110 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.53 |
| HSL | 316.1º | 0.2% | 0.39% | - |
| HSV(B) | 316.1º | 0.34% | 0.47% | - |
| XYZ | 13.57 | 10.93 | 16.15 | - |
| YUV | 95.68 | 136.08 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 80 | 110 | 0 | 0.34 | 0.09 | 0.53 | 316.1 | 0.2 | 0.39 |
| Hex | 79 | 50 | 6E | 0 | 22 | 9 | 35 | 13C | 14 | 27 |
| Octal | 171 | 120 | 156 | 0 | 42 | 11 | 65 | 474 | 24 | 47 |
| Binary | 1111001 | 1010000 | 1101110 | 0 | 100010 | 1001 | 110101 | 100111100 | 10100 | 100111 |
Color Harmonies of #79506E
Complementary color
Monochromatic Colors of #79506E
Black with #79506E
Text Example
Text Example
White with #79506E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79506E; }
p { color: rgb(121,80,110); }
H1.HeaderClassName
{
color: #79506E;
}
.AnyTagClassName
{
color: #79506E;
}
</style>
background-color css
<style>
a { background-color: #79506E; }
a { background-color: rgb(121,80,110); }
div.DivClassName
{
background-color: #79506E;
}
.BgClassName
{
background-color: #79506E;
}
</style>
border-color css
<style>
span { border-color: #79506E; }
span { border-color: rgb(121,80,110); }
td.TdClassName
{
border-color: #79506E;
}
.TagClassName
{
border-color: #79506E;
}
</style>