Shades of Salt Box #795C71
Tints of Salt Box #795C71
RGB
CMYK
RGB Variations
Color information
#795C71 (or 0x795C71) is known color: Salt Box. HEX triplet: 79, 5C and 71. RGB value is (121,92,113). Sum of RGB (Red+Green+Blue) = 121+92+113=326 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.12% from 326); Green value is 92 (36.33% from 255 or 28.22% from 326); Blue value is 113 (44.53% from 255 or 34.66% from 326); Max value from RGB is 121 - color contains mainly: red. Hex color #795C71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795C71 is #86A38E. Grayscale: #676767. Windows color (decimal): -8823695 or 7429241. OLE color: 7429241.
HSL color Cylindrical-coordinate representation of color #795C71: hue angle of 316.55º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #795C71 is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 92 | 113 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.53 |
| HSL | 316.55º | 0.14% | 0.42% | - |
| HSV(B) | 316.55º | 0.24% | 0.47% | - |
| XYZ | 14.69 | 12.91 | 17.34 | - |
| YUV | 103.07 | 133.61 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 92 | 113 | 0 | 0.24 | 0.07 | 0.53 | 316.55 | 0.14 | 0.42 |
| Hex | 79 | 5C | 71 | 0 | 18 | 7 | 35 | 13D | E | 2A |
| Octal | 171 | 134 | 161 | 0 | 30 | 7 | 65 | 475 | 16 | 52 |
| Binary | 1111001 | 1011100 | 1110001 | 0 | 11000 | 111 | 110101 | 100111101 | 1110 | 101010 |
Color Harmonies of #795C71
Complementary color
Monochromatic Colors of #795C71
Black with #795C71
Text Example
Text Example
White with #795C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795C71; }
p { color: rgb(121,92,113); }
H1.HeaderClassName
{
color: #795C71;
}
.AnyTagClassName
{
color: #795C71;
}
</style>
background-color css
<style>
a { background-color: #795C71; }
a { background-color: rgb(121,92,113); }
div.DivClassName
{
background-color: #795C71;
}
.BgClassName
{
background-color: #795C71;
}
</style>
border-color css
<style>
span { border-color: #795C71; }
span { border-color: rgb(121,92,113); }
td.TdClassName
{
border-color: #795C71;
}
.TagClassName
{
border-color: #795C71;
}
</style>