Shades of Salt Box #724E70
Tints of Salt Box #724E70
RGB
CMYK
RGB Variations
Color information
#724E70 (or 0x724E70) is known color: Salt Box. HEX triplet: 72, 4E and 70. RGB value is (114,78,112). Sum of RGB (Red+Green+Blue) = 114+78+112=304 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.5% from 304); Green value is 78 (30.86% from 255 or 25.66% from 304); Blue value is 112 (44.14% from 255 or 36.84% from 304); Max value from RGB is 114 - color contains mainly: red. Hex color #724E70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #724E70 is #8DB18F. Grayscale: #5C5C5C. Windows color (decimal): -9286032 or 7360114. OLE color: 7360114.
HSL color Cylindrical-coordinate representation of color #724E70: hue angle of 303.33º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #724E70 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 78 | 112 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.55 |
| HSL | 303.33º | 0.19% | 0.38% | - |
| HSV(B) | 303.33º | 0.32% | 0.45% | - |
| XYZ | 12.59 | 10.2 | 16.63 | - |
| YUV | 92.64 | 138.93 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 78 | 112 | 0 | 0.32 | 0.02 | 0.55 | 303.33 | 0.19 | 0.38 |
| Hex | 72 | 4E | 70 | 0 | 20 | 2 | 37 | 12F | 13 | 26 |
| Octal | 162 | 116 | 160 | 0 | 40 | 2 | 67 | 457 | 23 | 46 |
| Binary | 1110010 | 1001110 | 1110000 | 0 | 100000 | 10 | 110111 | 100101111 | 10011 | 100110 |
Color Harmonies of #724E70
Complementary color
Monochromatic Colors of #724E70
Black with #724E70
Text Example
Text Example
White with #724E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724E70; }
p { color: rgb(114,78,112); }
H1.HeaderClassName
{
color: #724E70;
}
.AnyTagClassName
{
color: #724E70;
}
</style>
background-color css
<style>
a { background-color: #724E70; }
a { background-color: rgb(114,78,112); }
div.DivClassName
{
background-color: #724E70;
}
.BgClassName
{
background-color: #724E70;
}
</style>
border-color css
<style>
span { border-color: #724E70; }
span { border-color: rgb(114,78,112); }
td.TdClassName
{
border-color: #724E70;
}
.TagClassName
{
border-color: #724E70;
}
</style>