Shades of Salt Box #715A6E
Tints of Salt Box #715A6E
RGB
CMYK
RGB Variations
Color information
#715A6E (or 0x715A6E) is known color: Salt Box. HEX triplet: 71, 5A and 6E. RGB value is (113,90,110). Sum of RGB (Red+Green+Blue) = 113+90+110=313 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.10% from 313); Green value is 90 (35.55% from 255 or 28.75% from 313); Blue value is 110 (43.36% from 255 or 35.14% from 313); Max value from RGB is 113 - color contains mainly: red. Hex color #715A6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715A6E is #8EA591. Grayscale: #636363. Windows color (decimal): -9348498 or 7232113. OLE color: 7232113.
HSL color Cylindrical-coordinate representation of color #715A6E: hue angle of 307.83º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #715A6E is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 90 | 110 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.56 |
| HSL | 307.83º | 0.11% | 0.4% | - |
| HSV(B) | 307.83º | 0.2% | 0.44% | - |
| XYZ | 13.28 | 11.95 | 16.36 | - |
| YUV | 99.16 | 134.12 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 90 | 110 | 0 | 0.20 | 0.03 | 0.56 | 307.83 | 0.11 | 0.4 |
| Hex | 71 | 5A | 6E | 0 | 14 | 3 | 38 | 134 | B | 28 |
| Octal | 161 | 132 | 156 | 0 | 24 | 3 | 70 | 464 | 13 | 50 |
| Binary | 1110001 | 1011010 | 1101110 | 0 | 10100 | 11 | 111000 | 100110100 | 1011 | 101000 |
Color Harmonies of #715A6E
Complementary color
Monochromatic Colors of #715A6E
Black with #715A6E
Text Example
Text Example
White with #715A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715A6E; }
p { color: rgb(113,90,110); }
H1.HeaderClassName
{
color: #715A6E;
}
.AnyTagClassName
{
color: #715A6E;
}
</style>
background-color css
<style>
a { background-color: #715A6E; }
a { background-color: rgb(113,90,110); }
div.DivClassName
{
background-color: #715A6E;
}
.BgClassName
{
background-color: #715A6E;
}
</style>
border-color css
<style>
span { border-color: #715A6E; }
span { border-color: rgb(113,90,110); }
td.TdClassName
{
border-color: #715A6E;
}
.TagClassName
{
border-color: #715A6E;
}
</style>