Shades of Salt Box #79516F
Tints of Salt Box #79516F
RGB
CMYK
RGB Variations
Color information
#79516F (or 0x79516F) is known color: Salt Box. HEX triplet: 79, 51 and 6F. RGB value is (121,81,111). Sum of RGB (Red+Green+Blue) = 121+81+111=313 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.66% from 313); Green value is 81 (32.03% from 255 or 25.88% from 313); Blue value is 111 (43.75% from 255 or 35.46% from 313); Max value from RGB is 121 - color contains mainly: red. Hex color #79516F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79516F is #86AE90. Grayscale: #606060. Windows color (decimal): -8826513 or 7295353. OLE color: 7295353.
HSL color Cylindrical-coordinate representation of color #79516F: hue angle of 315º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #79516F is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 81 | 111 | - |
| CMYK | 0 | 0.33 | 0.08 | 0.53 |
| HSL | 315º | 0.2% | 0.4% | - |
| HSV(B) | 315º | 0.33% | 0.47% | - |
| XYZ | 13.7 | 11.1 | 16.46 | - |
| YUV | 96.38 | 136.25 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 81 | 111 | 0 | 0.33 | 0.08 | 0.53 | 315 | 0.2 | 0.4 |
| Hex | 79 | 51 | 6F | 0 | 21 | 8 | 35 | 13B | 14 | 28 |
| Octal | 171 | 121 | 157 | 0 | 41 | 10 | 65 | 473 | 24 | 50 |
| Binary | 1111001 | 1010001 | 1101111 | 0 | 100001 | 1000 | 110101 | 100111011 | 10100 | 101000 |
Color Harmonies of #79516F
Complementary color
Monochromatic Colors of #79516F
Black with #79516F
Text Example
Text Example
White with #79516F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79516F; }
p { color: rgb(121,81,111); }
H1.HeaderClassName
{
color: #79516F;
}
.AnyTagClassName
{
color: #79516F;
}
</style>
background-color css
<style>
a { background-color: #79516F; }
a { background-color: rgb(121,81,111); }
div.DivClassName
{
background-color: #79516F;
}
.BgClassName
{
background-color: #79516F;
}
</style>
border-color css
<style>
span { border-color: #79516F; }
span { border-color: rgb(121,81,111); }
td.TdClassName
{
border-color: #79516F;
}
.TagClassName
{
border-color: #79516F;
}
</style>