Shades of Salt Box #72526E
Tints of Salt Box #72526E
RGB
CMYK
RGB Variations
Color information
#72526E (or 0x72526E) is known color: Salt Box. HEX triplet: 72, 52 and 6E. RGB value is (114,82,110). Sum of RGB (Red+Green+Blue) = 114+82+110=306 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.25% from 306); Green value is 82 (32.42% from 255 or 26.80% from 306); Blue value is 110 (43.36% from 255 or 35.95% from 306); Max value from RGB is 114 - color contains mainly: red. Hex color #72526E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72526E is #8DAD91. Grayscale: #5E5E5E. Windows color (decimal): -9285010 or 7230066. OLE color: 7230066.
HSL color Cylindrical-coordinate representation of color #72526E: hue angle of 307.5º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #72526E is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 82 | 110 | - |
| CMYK | 0 | 0.28 | 0.04 | 0.55 |
| HSL | 307.5º | 0.16% | 0.38% | - |
| HSV(B) | 307.5º | 0.28% | 0.45% | - |
| XYZ | 12.77 | 10.74 | 16.15 | - |
| YUV | 94.76 | 136.6 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 82 | 110 | 0 | 0.28 | 0.04 | 0.55 | 307.5 | 0.16 | 0.38 |
| Hex | 72 | 52 | 6E | 0 | 1C | 4 | 37 | 134 | 10 | 26 |
| Octal | 162 | 122 | 156 | 0 | 34 | 4 | 67 | 464 | 20 | 46 |
| Binary | 1110010 | 1010010 | 1101110 | 0 | 11100 | 100 | 110111 | 100110100 | 10000 | 100110 |
Color Harmonies of #72526E
Complementary color
Monochromatic Colors of #72526E
Black with #72526E
Text Example
Text Example
White with #72526E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72526E; }
p { color: rgb(114,82,110); }
H1.HeaderClassName
{
color: #72526E;
}
.AnyTagClassName
{
color: #72526E;
}
</style>
background-color css
<style>
a { background-color: #72526E; }
a { background-color: rgb(114,82,110); }
div.DivClassName
{
background-color: #72526E;
}
.BgClassName
{
background-color: #72526E;
}
</style>
border-color css
<style>
span { border-color: #72526E; }
span { border-color: rgb(114,82,110); }
td.TdClassName
{
border-color: #72526E;
}
.TagClassName
{
border-color: #72526E;
}
</style>