Shades of Salt Box #714F6D
Tints of Salt Box #714F6D
RGB
CMYK
RGB Variations
Color information
#714F6D (or 0x714F6D) is known color: Salt Box. HEX triplet: 71, 4F and 6D. RGB value is (113,79,109). Sum of RGB (Red+Green+Blue) = 113+79+109=301 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.54% from 301); Green value is 79 (31.25% from 255 or 26.25% from 301); Blue value is 109 (42.97% from 255 or 36.21% from 301); Max value from RGB is 113 - color contains mainly: red. Hex color #714F6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714F6D is #8EB092. Grayscale: #5C5C5C. Windows color (decimal): -9351315 or 7163761. OLE color: 7163761.
HSL color Cylindrical-coordinate representation of color #714F6D: hue angle of 307.06º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #714F6D is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 79 | 109 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.56 |
| HSL | 307.06º | 0.18% | 0.38% | - |
| HSV(B) | 307.06º | 0.3% | 0.44% | - |
| XYZ | 12.37 | 10.21 | 15.79 | - |
| YUV | 92.59 | 137.26 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 79 | 109 | 0 | 0.30 | 0.04 | 0.56 | 307.06 | 0.18 | 0.38 |
| Hex | 71 | 4F | 6D | 0 | 1E | 4 | 38 | 133 | 12 | 26 |
| Octal | 161 | 117 | 155 | 0 | 36 | 4 | 70 | 463 | 22 | 46 |
| Binary | 1110001 | 1001111 | 1101101 | 0 | 11110 | 100 | 111000 | 100110011 | 10010 | 100110 |
Color Harmonies of #714F6D
Complementary color
Monochromatic Colors of #714F6D
Black with #714F6D
Text Example
Text Example
White with #714F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714F6D; }
p { color: rgb(113,79,109); }
H1.HeaderClassName
{
color: #714F6D;
}
.AnyTagClassName
{
color: #714F6D;
}
</style>
background-color css
<style>
a { background-color: #714F6D; }
a { background-color: rgb(113,79,109); }
div.DivClassName
{
background-color: #714F6D;
}
.BgClassName
{
background-color: #714F6D;
}
</style>
border-color css
<style>
span { border-color: #714F6D; }
span { border-color: rgb(113,79,109); }
td.TdClassName
{
border-color: #714F6D;
}
.TagClassName
{
border-color: #714F6D;
}
</style>