Shades of Salt Box #725270
Tints of Salt Box #725270
RGB
CMYK
RGB Variations
Color information
#725270 (or 0x725270) is known color: Salt Box. HEX triplet: 72, 52 and 70. RGB value is (114,82,112). Sum of RGB (Red+Green+Blue) = 114+82+112=308 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.01% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 114 - color contains mainly: red. Hex color #725270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725270 is #8DAD8F. Grayscale: #5E5E5E. Windows color (decimal): -9285008 or 7361138. OLE color: 7361138.
HSL color Cylindrical-coordinate representation of color #725270: hue angle of 303.75º 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 #725270 is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 82 | 112 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.55 |
| HSL | 303.75º | 0.16% | 0.38% | - |
| HSV(B) | 303.75º | 0.28% | 0.45% | - |
| XYZ | 12.88 | 10.78 | 16.73 | - |
| YUV | 94.99 | 137.6 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 82 | 112 | 0 | 0.28 | 0.02 | 0.55 | 303.75 | 0.16 | 0.38 |
| Hex | 72 | 52 | 70 | 0 | 1C | 2 | 37 | 130 | 10 | 26 |
| Octal | 162 | 122 | 160 | 0 | 34 | 2 | 67 | 460 | 20 | 46 |
| Binary | 1110010 | 1010010 | 1110000 | 0 | 11100 | 10 | 110111 | 100110000 | 10000 | 100110 |
Color Harmonies of #725270
Complementary color
Monochromatic Colors of #725270
Black with #725270
Text Example
Text Example
White with #725270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725270; }
p { color: rgb(114,82,112); }
H1.HeaderClassName
{
color: #725270;
}
.AnyTagClassName
{
color: #725270;
}
</style>
background-color css
<style>
a { background-color: #725270; }
a { background-color: rgb(114,82,112); }
div.DivClassName
{
background-color: #725270;
}
.BgClassName
{
background-color: #725270;
}
</style>
border-color css
<style>
span { border-color: #725270; }
span { border-color: rgb(114,82,112); }
td.TdClassName
{
border-color: #725270;
}
.TagClassName
{
border-color: #725270;
}
</style>