Shades of Salt Box #725C70
Tints of Salt Box #725C70
RGB
CMYK
RGB Variations
Color information
#725C70 (or 0x725C70) is known color: Salt Box. HEX triplet: 72, 5C and 70. RGB value is (114,92,112). Sum of RGB (Red+Green+Blue) = 114+92+112=318 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.85% from 318); Green value is 92 (36.33% from 255 or 28.93% from 318); Blue value is 112 (44.14% from 255 or 35.22% from 318); Max value from RGB is 114 - color contains mainly: red. Hex color #725C70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725C70 is #8DA38F. Grayscale: #646464. Windows color (decimal): -9282448 or 7363698. OLE color: 7363698.
HSL color Cylindrical-coordinate representation of color #725C70: hue angle of 305.45º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #725C70 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 92 | 112 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.55 |
| HSL | 305.45º | 0.11% | 0.4% | - |
| HSV(B) | 305.45º | 0.19% | 0.45% | - |
| XYZ | 13.69 | 12.4 | 17 | - |
| YUV | 100.86 | 134.29 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 92 | 112 | 0 | 0.19 | 0.02 | 0.55 | 305.45 | 0.11 | 0.4 |
| Hex | 72 | 5C | 70 | 0 | 13 | 2 | 37 | 131 | B | 28 |
| Octal | 162 | 134 | 160 | 0 | 23 | 2 | 67 | 461 | 13 | 50 |
| Binary | 1110010 | 1011100 | 1110000 | 0 | 10011 | 10 | 110111 | 100110001 | 1011 | 101000 |
Color Harmonies of #725C70
Complementary color
Monochromatic Colors of #725C70
Black with #725C70
Text Example
Text Example
White with #725C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725C70; }
p { color: rgb(114,92,112); }
H1.HeaderClassName
{
color: #725C70;
}
.AnyTagClassName
{
color: #725C70;
}
</style>
background-color css
<style>
a { background-color: #725C70; }
a { background-color: rgb(114,92,112); }
div.DivClassName
{
background-color: #725C70;
}
.BgClassName
{
background-color: #725C70;
}
</style>
border-color css
<style>
span { border-color: #725C70; }
span { border-color: rgb(114,92,112); }
td.TdClassName
{
border-color: #725C70;
}
.TagClassName
{
border-color: #725C70;
}
</style>