Shades of Salt Box #714E67
Tints of Salt Box #714E67
RGB
CMYK
RGB Variations
Color information
#714E67 (or 0x714E67) is known color: Salt Box. HEX triplet: 71, 4E and 67. RGB value is (113,78,103). Sum of RGB (Red+Green+Blue) = 113+78+103=294 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.44% from 294); Green value is 78 (30.86% from 255 or 26.53% from 294); Blue value is 103 (40.62% from 255 or 35.03% from 294); Max value from RGB is 113 - color contains mainly: red. Hex color #714E67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714E67 is #8EB198. Grayscale: #5B5B5B. Windows color (decimal): -9351577 or 6770289. OLE color: 6770289.
HSL color Cylindrical-coordinate representation of color #714E67: hue angle of 317.14º 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 #714E67 is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 78 | 103 | - |
| CMYK | 0 | 0.31 | 0.09 | 0.56 |
| HSL | 317.14º | 0.18% | 0.37% | - |
| HSV(B) | 317.14º | 0.31% | 0.44% | - |
| XYZ | 11.98 | 9.94 | 14.12 | - |
| YUV | 91.32 | 134.6 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 78 | 103 | 0 | 0.31 | 0.09 | 0.56 | 317.14 | 0.18 | 0.37 |
| Hex | 71 | 4E | 67 | 0 | 1F | 9 | 38 | 13D | 12 | 25 |
| Octal | 161 | 116 | 147 | 0 | 37 | 11 | 70 | 475 | 22 | 45 |
| Binary | 1110001 | 1001110 | 1100111 | 0 | 11111 | 1001 | 111000 | 100111101 | 10010 | 100101 |
Color Harmonies of #714E67
Complementary color
Monochromatic Colors of #714E67
Black with #714E67
Text Example
Text Example
White with #714E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714E67; }
p { color: rgb(113,78,103); }
H1.HeaderClassName
{
color: #714E67;
}
.AnyTagClassName
{
color: #714E67;
}
</style>
background-color css
<style>
a { background-color: #714E67; }
a { background-color: rgb(113,78,103); }
div.DivClassName
{
background-color: #714E67;
}
.BgClassName
{
background-color: #714E67;
}
</style>
border-color css
<style>
span { border-color: #714E67; }
span { border-color: rgb(113,78,103); }
td.TdClassName
{
border-color: #714E67;
}
.TagClassName
{
border-color: #714E67;
}
</style>