Shades of Salt Box #725F70
Tints of Salt Box #725F70
RGB
CMYK
RGB Variations
Color information
#725F70 (or 0x725F70) is known color: Salt Box. HEX triplet: 72, 5F and 70. RGB value is (114,95,112). Sum of RGB (Red+Green+Blue) = 114+95+112=321 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.51% from 321); Green value is 95 (37.5% from 255 or 29.60% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 114 - color contains mainly: red. Hex color #725F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725F70 is #8DA08F. Grayscale: #666666. Windows color (decimal): -9281680 or 7364466. OLE color: 7364466.
HSL color Cylindrical-coordinate representation of color #725F70: hue angle of 306.32º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #725F70 is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 95 | 112 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.55 |
| HSL | 306.32º | 0.09% | 0.41% | - |
| HSV(B) | 306.32º | 0.17% | 0.45% | - |
| XYZ | 13.96 | 12.93 | 17.09 | - |
| YUV | 102.62 | 133.29 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 95 | 112 | 0 | 0.17 | 0.02 | 0.55 | 306.32 | 0.09 | 0.41 |
| Hex | 72 | 5F | 70 | 0 | 11 | 2 | 37 | 132 | 9 | 29 |
| Octal | 162 | 137 | 160 | 0 | 21 | 2 | 67 | 462 | 11 | 51 |
| Binary | 1110010 | 1011111 | 1110000 | 0 | 10001 | 10 | 110111 | 100110010 | 1001 | 101001 |
Color Harmonies of #725F70
Complementary color
Monochromatic Colors of #725F70
Black with #725F70
Text Example
Text Example
White with #725F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725F70; }
p { color: rgb(114,95,112); }
H1.HeaderClassName
{
color: #725F70;
}
.AnyTagClassName
{
color: #725F70;
}
</style>
background-color css
<style>
a { background-color: #725F70; }
a { background-color: rgb(114,95,112); }
div.DivClassName
{
background-color: #725F70;
}
.BgClassName
{
background-color: #725F70;
}
</style>
border-color css
<style>
span { border-color: #725F70; }
span { border-color: rgb(114,95,112); }
td.TdClassName
{
border-color: #725F70;
}
.TagClassName
{
border-color: #725F70;
}
</style>