Shades of Salt Box #714B68
Tints of Salt Box #714B68
RGB
CMYK
RGB Variations
Color information
#714B68 (or 0x714B68) is known color: Salt Box. HEX triplet: 71, 4B and 68. RGB value is (113,75,104). Sum of RGB (Red+Green+Blue) = 113+75+104=292 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.70% from 292); Green value is 75 (29.69% from 255 or 25.68% from 292); Blue value is 104 (41.02% from 255 or 35.62% from 292); Max value from RGB is 113 - color contains mainly: red. Hex color #714B68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714B68 is #8EB497. Grayscale: #595959. Windows color (decimal): -9352344 or 6835057. OLE color: 6835057.
HSL color Cylindrical-coordinate representation of color #714B68: hue angle of 314.21º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #714B68 is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 75 | 104 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.56 |
| HSL | 314.21º | 0.2% | 0.37% | - |
| HSV(B) | 314.21º | 0.34% | 0.44% | - |
| XYZ | 11.82 | 9.54 | 14.32 | - |
| YUV | 89.67 | 136.09 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 75 | 104 | 0 | 0.34 | 0.08 | 0.56 | 314.21 | 0.2 | 0.37 |
| Hex | 71 | 4B | 68 | 0 | 22 | 8 | 38 | 13A | 14 | 25 |
| Octal | 161 | 113 | 150 | 0 | 42 | 10 | 70 | 472 | 24 | 45 |
| Binary | 1110001 | 1001011 | 1101000 | 0 | 100010 | 1000 | 111000 | 100111010 | 10100 | 100101 |
Color Harmonies of #714B68
Complementary color
Monochromatic Colors of #714B68
Black with #714B68
Text Example
Text Example
White with #714B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714B68; }
p { color: rgb(113,75,104); }
H1.HeaderClassName
{
color: #714B68;
}
.AnyTagClassName
{
color: #714B68;
}
</style>
background-color css
<style>
a { background-color: #714B68; }
a { background-color: rgb(113,75,104); }
div.DivClassName
{
background-color: #714B68;
}
.BgClassName
{
background-color: #714B68;
}
</style>
border-color css
<style>
span { border-color: #714B68; }
span { border-color: rgb(113,75,104); }
td.TdClassName
{
border-color: #714B68;
}
.TagClassName
{
border-color: #714B68;
}
</style>