Shades of Salt Box #714E6B
Tints of Salt Box #714E6B
RGB
CMYK
RGB Variations
Color information
#714E6B (or 0x714E6B) is known color: Salt Box. HEX triplet: 71, 4E and 6B. RGB value is (113,78,107). Sum of RGB (Red+Green+Blue) = 113+78+107=298 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.92% from 298); Green value is 78 (30.86% from 255 or 26.17% from 298); Blue value is 107 (42.19% from 255 or 35.91% from 298); Max value from RGB is 113 - color contains mainly: red. Hex color #714E6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714E6B is #8EB194. Grayscale: #5B5B5B. Windows color (decimal): -9351573 or 7032433. OLE color: 7032433.
HSL color Cylindrical-coordinate representation of color #714E6B: hue angle of 310.29º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #714E6B is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 78 | 107 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.56 |
| HSL | 310.29º | 0.18% | 0.37% | - |
| HSV(B) | 310.29º | 0.31% | 0.44% | - |
| XYZ | 12.19 | 10.02 | 15.2 | - |
| YUV | 91.77 | 136.6 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 78 | 107 | 0 | 0.31 | 0.05 | 0.56 | 310.29 | 0.18 | 0.37 |
| Hex | 71 | 4E | 6B | 0 | 1F | 5 | 38 | 136 | 12 | 25 |
| Octal | 161 | 116 | 153 | 0 | 37 | 5 | 70 | 466 | 22 | 45 |
| Binary | 1110001 | 1001110 | 1101011 | 0 | 11111 | 101 | 111000 | 100110110 | 10010 | 100101 |
Color Harmonies of #714E6B
Complementary color
Monochromatic Colors of #714E6B
Black with #714E6B
Text Example
Text Example
White with #714E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714E6B; }
p { color: rgb(113,78,107); }
H1.HeaderClassName
{
color: #714E6B;
}
.AnyTagClassName
{
color: #714E6B;
}
</style>
background-color css
<style>
a { background-color: #714E6B; }
a { background-color: rgb(113,78,107); }
div.DivClassName
{
background-color: #714E6B;
}
.BgClassName
{
background-color: #714E6B;
}
</style>
border-color css
<style>
span { border-color: #714E6B; }
span { border-color: rgb(113,78,107); }
td.TdClassName
{
border-color: #714E6B;
}
.TagClassName
{
border-color: #714E6B;
}
</style>