Shades of Salt Box #72566E
Tints of Salt Box #72566E
RGB
CMYK
RGB Variations
Color information
#72566E (or 0x72566E) is known color: Salt Box. HEX triplet: 72, 56 and 6E. RGB value is (114,86,110). Sum of RGB (Red+Green+Blue) = 114+86+110=310 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.77% from 310); Green value is 86 (33.98% from 255 or 27.74% from 310); Blue value is 110 (43.36% from 255 or 35.48% from 310); Max value from RGB is 114 - color contains mainly: red. Hex color #72566E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72566E is #8DA991. Grayscale: #616161. Windows color (decimal): -9283986 or 7231090. OLE color: 7231090.
HSL color Cylindrical-coordinate representation of color #72566E: hue angle of 308.57º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #72566E is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 86 | 110 | - |
| CMYK | 0 | 0.25 | 0.04 | 0.55 |
| HSL | 308.57º | 0.14% | 0.39% | - |
| HSV(B) | 308.57º | 0.25% | 0.45% | - |
| XYZ | 13.08 | 11.36 | 16.25 | - |
| YUV | 97.11 | 135.28 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 86 | 110 | 0 | 0.25 | 0.04 | 0.55 | 308.57 | 0.14 | 0.39 |
| Hex | 72 | 56 | 6E | 0 | 19 | 4 | 37 | 135 | E | 27 |
| Octal | 162 | 126 | 156 | 0 | 31 | 4 | 67 | 465 | 16 | 47 |
| Binary | 1110010 | 1010110 | 1101110 | 0 | 11001 | 100 | 110111 | 100110101 | 1110 | 100111 |
Color Harmonies of #72566E
Complementary color
Monochromatic Colors of #72566E
Black with #72566E
Text Example
Text Example
White with #72566E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72566E; }
p { color: rgb(114,86,110); }
H1.HeaderClassName
{
color: #72566E;
}
.AnyTagClassName
{
color: #72566E;
}
</style>
background-color css
<style>
a { background-color: #72566E; }
a { background-color: rgb(114,86,110); }
div.DivClassName
{
background-color: #72566E;
}
.BgClassName
{
background-color: #72566E;
}
</style>
border-color css
<style>
span { border-color: #72566E; }
span { border-color: rgb(114,86,110); }
td.TdClassName
{
border-color: #72566E;
}
.TagClassName
{
border-color: #72566E;
}
</style>