Shades of Salt Box #72536C
Tints of Salt Box #72536C
RGB
CMYK
RGB Variations
Color information
#72536C (or 0x72536C) is known color: Salt Box. HEX triplet: 72, 53 and 6C. RGB value is (114,83,108). Sum of RGB (Red+Green+Blue) = 114+83+108=305 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.38% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 114 - color contains mainly: red. Hex color #72536C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72536C is #8DAC93. Grayscale: #5F5F5F. Windows color (decimal): -9284756 or 7099250. OLE color: 7099250.
HSL color Cylindrical-coordinate representation of color #72536C: hue angle of 311.61º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #72536C is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 83 | 108 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.55 |
| HSL | 311.61º | 0.16% | 0.39% | - |
| HSV(B) | 311.61º | 0.27% | 0.45% | - |
| XYZ | 12.74 | 10.85 | 15.61 | - |
| YUV | 95.12 | 135.27 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 83 | 108 | 0 | 0.27 | 0.05 | 0.55 | 311.61 | 0.16 | 0.39 |
| Hex | 72 | 53 | 6C | 0 | 1B | 5 | 37 | 138 | 10 | 27 |
| Octal | 162 | 123 | 154 | 0 | 33 | 5 | 67 | 470 | 20 | 47 |
| Binary | 1110010 | 1010011 | 1101100 | 0 | 11011 | 101 | 110111 | 100111000 | 10000 | 100111 |
Color Harmonies of #72536C
Complementary color
Monochromatic Colors of #72536C
Black with #72536C
Text Example
Text Example
White with #72536C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72536C; }
p { color: rgb(114,83,108); }
H1.HeaderClassName
{
color: #72536C;
}
.AnyTagClassName
{
color: #72536C;
}
</style>
background-color css
<style>
a { background-color: #72536C; }
a { background-color: rgb(114,83,108); }
div.DivClassName
{
background-color: #72536C;
}
.BgClassName
{
background-color: #72536C;
}
</style>
border-color css
<style>
span { border-color: #72536C; }
span { border-color: rgb(114,83,108); }
td.TdClassName
{
border-color: #72536C;
}
.TagClassName
{
border-color: #72536C;
}
</style>