Shades of Salt Box #715F6E
Tints of Salt Box #715F6E
RGB
CMYK
RGB Variations
Color information
#715F6E (or 0x715F6E) is known color: Salt Box. HEX triplet: 71, 5F and 6E. RGB value is (113,95,110). Sum of RGB (Red+Green+Blue) = 113+95+110=318 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.53% from 318); Green value is 95 (37.5% from 255 or 29.87% from 318); Blue value is 110 (43.36% from 255 or 34.59% from 318); Max value from RGB is 113 - color contains mainly: red. Hex color #715F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715F6E is #8EA091. Grayscale: #666666. Windows color (decimal): -9347218 or 7233393. OLE color: 7233393.
HSL color Cylindrical-coordinate representation of color #715F6E: hue angle of 310º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #715F6E is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 95 | 110 | - |
| CMYK | 0 | 0.16 | 0.03 | 0.56 |
| HSL | 310º | 0.09% | 0.41% | - |
| HSV(B) | 310º | 0.16% | 0.44% | - |
| XYZ | 13.72 | 12.82 | 16.5 | - |
| YUV | 102.09 | 132.46 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 95 | 110 | 0 | 0.16 | 0.03 | 0.56 | 310 | 0.09 | 0.41 |
| Hex | 71 | 5F | 6E | 0 | 10 | 3 | 38 | 136 | 9 | 29 |
| Octal | 161 | 137 | 156 | 0 | 20 | 3 | 70 | 466 | 11 | 51 |
| Binary | 1110001 | 1011111 | 1101110 | 0 | 10000 | 11 | 111000 | 100110110 | 1001 | 101001 |
Color Harmonies of #715F6E
Complementary color
Monochromatic Colors of #715F6E
Black with #715F6E
Text Example
Text Example
White with #715F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715F6E; }
p { color: rgb(113,95,110); }
H1.HeaderClassName
{
color: #715F6E;
}
.AnyTagClassName
{
color: #715F6E;
}
</style>
background-color css
<style>
a { background-color: #715F6E; }
a { background-color: rgb(113,95,110); }
div.DivClassName
{
background-color: #715F6E;
}
.BgClassName
{
background-color: #715F6E;
}
</style>
border-color css
<style>
span { border-color: #715F6E; }
span { border-color: rgb(113,95,110); }
td.TdClassName
{
border-color: #715F6E;
}
.TagClassName
{
border-color: #715F6E;
}
</style>