Shades of Salt Box #72556D
Tints of Salt Box #72556D
RGB
CMYK
RGB Variations
Color information
#72556D (or 0x72556D) is known color: Salt Box. HEX triplet: 72, 55 and 6D. RGB value is (114,85,109). Sum of RGB (Red+Green+Blue) = 114+85+109=308 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.01% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 109 (42.97% from 255 or 35.39% from 308); Max value from RGB is 114 - color contains mainly: red. Hex color #72556D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72556D is #8DAA92. Grayscale: #606060. Windows color (decimal): -9284243 or 7165298. OLE color: 7165298.
HSL color Cylindrical-coordinate representation of color #72556D: hue angle of 310.34º degrees, saturation: 0.15, 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 #72556D is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 85 | 109 | - |
| CMYK | 0 | 0.25 | 0.04 | 0.55 |
| HSL | 310.34º | 0.15% | 0.39% | - |
| HSV(B) | 310.34º | 0.25% | 0.45% | - |
| XYZ | 12.95 | 11.18 | 15.94 | - |
| YUV | 96.41 | 135.11 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 85 | 109 | 0 | 0.25 | 0.04 | 0.55 | 310.34 | 0.15 | 0.39 |
| Hex | 72 | 55 | 6D | 0 | 19 | 4 | 37 | 136 | F | 27 |
| Octal | 162 | 125 | 155 | 0 | 31 | 4 | 67 | 466 | 17 | 47 |
| Binary | 1110010 | 1010101 | 1101101 | 0 | 11001 | 100 | 110111 | 100110110 | 1111 | 100111 |
Color Harmonies of #72556D
Complementary color
Monochromatic Colors of #72556D
Black with #72556D
Text Example
Text Example
White with #72556D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72556D; }
p { color: rgb(114,85,109); }
H1.HeaderClassName
{
color: #72556D;
}
.AnyTagClassName
{
color: #72556D;
}
</style>
background-color css
<style>
a { background-color: #72556D; }
a { background-color: rgb(114,85,109); }
div.DivClassName
{
background-color: #72556D;
}
.BgClassName
{
background-color: #72556D;
}
</style>
border-color css
<style>
span { border-color: #72556D; }
span { border-color: rgb(114,85,109); }
td.TdClassName
{
border-color: #72556D;
}
.TagClassName
{
border-color: #72556D;
}
</style>