Shades of Salt Box #725A6F
Tints of Salt Box #725A6F
RGB
CMYK
RGB Variations
Color information
#725A6F (or 0x725A6F) is known color: Salt Box. HEX triplet: 72, 5A and 6F. RGB value is (114,90,111). Sum of RGB (Red+Green+Blue) = 114+90+111=315 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.19% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 111 (43.75% from 255 or 35.24% from 315); Max value from RGB is 114 - color contains mainly: red. Hex color #725A6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725A6F is #8DA590. Grayscale: #636363. Windows color (decimal): -9282961 or 7297650. OLE color: 7297650.
HSL color Cylindrical-coordinate representation of color #725A6F: hue angle of 307.5º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #725A6F is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 90 | 111 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.55 |
| HSL | 307.5º | 0.12% | 0.4% | - |
| HSV(B) | 307.5º | 0.21% | 0.45% | - |
| XYZ | 13.46 | 12.04 | 16.65 | - |
| YUV | 99.57 | 134.45 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 90 | 111 | 0 | 0.21 | 0.03 | 0.55 | 307.5 | 0.12 | 0.4 |
| Hex | 72 | 5A | 6F | 0 | 15 | 3 | 37 | 134 | C | 28 |
| Octal | 162 | 132 | 157 | 0 | 25 | 3 | 67 | 464 | 14 | 50 |
| Binary | 1110010 | 1011010 | 1101111 | 0 | 10101 | 11 | 110111 | 100110100 | 1100 | 101000 |
Color Harmonies of #725A6F
Complementary color
Monochromatic Colors of #725A6F
Black with #725A6F
Text Example
Text Example
White with #725A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725A6F; }
p { color: rgb(114,90,111); }
H1.HeaderClassName
{
color: #725A6F;
}
.AnyTagClassName
{
color: #725A6F;
}
</style>
background-color css
<style>
a { background-color: #725A6F; }
a { background-color: rgb(114,90,111); }
div.DivClassName
{
background-color: #725A6F;
}
.BgClassName
{
background-color: #725A6F;
}
</style>
border-color css
<style>
span { border-color: #725A6F; }
span { border-color: rgb(114,90,111); }
td.TdClassName
{
border-color: #725A6F;
}
.TagClassName
{
border-color: #725A6F;
}
</style>