Shades of Salt Box #72576C
Tints of Salt Box #72576C
RGB
CMYK
RGB Variations
Color information
#72576C (or 0x72576C) is known color: Salt Box. HEX triplet: 72, 57 and 6C. RGB value is (114,87,108). Sum of RGB (Red+Green+Blue) = 114+87+108=309 (40% of max value = 765). Red value is 114 (44.92% from 255 or 36.89% from 309); Green value is 87 (34.38% from 255 or 28.16% from 309); Blue value is 108 (42.58% from 255 or 34.95% from 309); Max value from RGB is 114 - color contains mainly: red. Hex color #72576C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72576C is #8DA893. Grayscale: #616161. Windows color (decimal): -9283732 or 7100274. OLE color: 7100274.
HSL color Cylindrical-coordinate representation of color #72576C: hue angle of 313.33º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #72576C is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 87 | 108 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.55 |
| HSL | 313.33º | 0.13% | 0.39% | - |
| HSV(B) | 313.33º | 0.24% | 0.45% | - |
| XYZ | 13.05 | 11.48 | 15.71 | - |
| YUV | 97.47 | 133.95 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 87 | 108 | 0 | 0.24 | 0.05 | 0.55 | 313.33 | 0.13 | 0.39 |
| Hex | 72 | 57 | 6C | 0 | 18 | 5 | 37 | 139 | D | 27 |
| Octal | 162 | 127 | 154 | 0 | 30 | 5 | 67 | 471 | 15 | 47 |
| Binary | 1110010 | 1010111 | 1101100 | 0 | 11000 | 101 | 110111 | 100111001 | 1101 | 100111 |
Color Harmonies of #72576C
Complementary color
Monochromatic Colors of #72576C
Black with #72576C
Text Example
Text Example
White with #72576C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72576C; }
p { color: rgb(114,87,108); }
H1.HeaderClassName
{
color: #72576C;
}
.AnyTagClassName
{
color: #72576C;
}
</style>
background-color css
<style>
a { background-color: #72576C; }
a { background-color: rgb(114,87,108); }
div.DivClassName
{
background-color: #72576C;
}
.BgClassName
{
background-color: #72576C;
}
</style>
border-color css
<style>
span { border-color: #72576C; }
span { border-color: rgb(114,87,108); }
td.TdClassName
{
border-color: #72576C;
}
.TagClassName
{
border-color: #72576C;
}
</style>