Shades of Salt Box #724E69
Tints of Salt Box #724E69
RGB
CMYK
RGB Variations
Color information
#724E69 (or 0x724E69) is known color: Salt Box. HEX triplet: 72, 4E and 69. RGB value is (114,78,105). Sum of RGB (Red+Green+Blue) = 114+78+105=297 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.38% from 297); Green value is 78 (30.86% from 255 or 26.26% from 297); Blue value is 105 (41.41% from 255 or 35.35% from 297); Max value from RGB is 114 - color contains mainly: red. Hex color #724E69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #724E69 is #8DB196. Grayscale: #5B5B5B. Windows color (decimal): -9286039 or 6901362. OLE color: 6901362.
HSL color Cylindrical-coordinate representation of color #724E69: hue angle of 315º 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 #724E69 is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 78 | 105 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.55 |
| HSL | 315º | 0.19% | 0.38% | - |
| HSV(B) | 315º | 0.32% | 0.45% | - |
| XYZ | 12.21 | 10.05 | 14.66 | - |
| YUV | 91.84 | 135.43 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 78 | 105 | 0 | 0.32 | 0.08 | 0.55 | 315 | 0.19 | 0.38 |
| Hex | 72 | 4E | 69 | 0 | 20 | 8 | 37 | 13B | 13 | 26 |
| Octal | 162 | 116 | 151 | 0 | 40 | 10 | 67 | 473 | 23 | 46 |
| Binary | 1110010 | 1001110 | 1101001 | 0 | 100000 | 1000 | 110111 | 100111011 | 10011 | 100110 |
Color Harmonies of #724E69
Complementary color
Monochromatic Colors of #724E69
Black with #724E69
Text Example
Text Example
White with #724E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724E69; }
p { color: rgb(114,78,105); }
H1.HeaderClassName
{
color: #724E69;
}
.AnyTagClassName
{
color: #724E69;
}
</style>
background-color css
<style>
a { background-color: #724E69; }
a { background-color: rgb(114,78,105); }
div.DivClassName
{
background-color: #724E69;
}
.BgClassName
{
background-color: #724E69;
}
</style>
border-color css
<style>
span { border-color: #724E69; }
span { border-color: rgb(114,78,105); }
td.TdClassName
{
border-color: #724E69;
}
.TagClassName
{
border-color: #724E69;
}
</style>