Shades of Salt Box #714D67
Tints of Salt Box #714D67
RGB
CMYK
RGB Variations
Color information
#714D67 (or 0x714D67) is known color: Salt Box. HEX triplet: 71, 4D and 67. RGB value is (113,77,103). Sum of RGB (Red+Green+Blue) = 113+77+103=293 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.57% from 293); Green value is 77 (30.47% from 255 or 26.28% from 293); Blue value is 103 (40.62% from 255 or 35.15% from 293); Max value from RGB is 113 - color contains mainly: red. Hex color #714D67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714D67 is #8EB298. Grayscale: #5A5A5A. Windows color (decimal): -9351833 or 6770033. OLE color: 6770033.
HSL color Cylindrical-coordinate representation of color #714D67: hue angle of 316.67º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #714D67 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 77 | 103 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.56 |
| HSL | 316.67º | 0.19% | 0.37% | - |
| HSV(B) | 316.67º | 0.32% | 0.44% | - |
| XYZ | 11.91 | 9.8 | 14.1 | - |
| YUV | 90.73 | 134.93 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 77 | 103 | 0 | 0.32 | 0.09 | 0.56 | 316.67 | 0.19 | 0.37 |
| Hex | 71 | 4D | 67 | 0 | 20 | 9 | 38 | 13D | 13 | 25 |
| Octal | 161 | 115 | 147 | 0 | 40 | 11 | 70 | 475 | 23 | 45 |
| Binary | 1110001 | 1001101 | 1100111 | 0 | 100000 | 1001 | 111000 | 100111101 | 10011 | 100101 |
Color Harmonies of #714D67
Complementary color
Monochromatic Colors of #714D67
Black with #714D67
Text Example
Text Example
White with #714D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714D67; }
p { color: rgb(113,77,103); }
H1.HeaderClassName
{
color: #714D67;
}
.AnyTagClassName
{
color: #714D67;
}
</style>
background-color css
<style>
a { background-color: #714D67; }
a { background-color: rgb(113,77,103); }
div.DivClassName
{
background-color: #714D67;
}
.BgClassName
{
background-color: #714D67;
}
</style>
border-color css
<style>
span { border-color: #714D67; }
span { border-color: rgb(113,77,103); }
td.TdClassName
{
border-color: #714D67;
}
.TagClassName
{
border-color: #714D67;
}
</style>