Shades of Salt Box #724D6B
Tints of Salt Box #724D6B
RGB
CMYK
RGB Variations
Color information
#724D6B (or 0x724D6B) is known color: Salt Box. HEX triplet: 72, 4D and 6B. RGB value is (114,77,107). Sum of RGB (Red+Green+Blue) = 114+77+107=298 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.26% from 298); Green value is 77 (30.47% from 255 or 25.84% from 298); Blue value is 107 (42.19% from 255 or 35.91% from 298); Max value from RGB is 114 - color contains mainly: red. Hex color #724D6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #724D6B is #8DB294. Grayscale: #5B5B5B. Windows color (decimal): -9286293 or 7032178. OLE color: 7032178.
HSL color Cylindrical-coordinate representation of color #724D6B: hue angle of 311.35º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #724D6B is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 77 | 107 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.55 |
| HSL | 311.35º | 0.19% | 0.37% | - |
| HSV(B) | 311.35º | 0.32% | 0.45% | - |
| XYZ | 12.25 | 9.95 | 15.18 | - |
| YUV | 91.48 | 136.76 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 77 | 107 | 0 | 0.32 | 0.06 | 0.55 | 311.35 | 0.19 | 0.37 |
| Hex | 72 | 4D | 6B | 0 | 20 | 6 | 37 | 137 | 13 | 25 |
| Octal | 162 | 115 | 153 | 0 | 40 | 6 | 67 | 467 | 23 | 45 |
| Binary | 1110010 | 1001101 | 1101011 | 0 | 100000 | 110 | 110111 | 100110111 | 10011 | 100101 |
Color Harmonies of #724D6B
Complementary color
Monochromatic Colors of #724D6B
Black with #724D6B
Text Example
Text Example
White with #724D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724D6B; }
p { color: rgb(114,77,107); }
H1.HeaderClassName
{
color: #724D6B;
}
.AnyTagClassName
{
color: #724D6B;
}
</style>
background-color css
<style>
a { background-color: #724D6B; }
a { background-color: rgb(114,77,107); }
div.DivClassName
{
background-color: #724D6B;
}
.BgClassName
{
background-color: #724D6B;
}
</style>
border-color css
<style>
span { border-color: #724D6B; }
span { border-color: rgb(114,77,107); }
td.TdClassName
{
border-color: #724D6B;
}
.TagClassName
{
border-color: #724D6B;
}
</style>