Shades of Salt Box #725A6D
Tints of Salt Box #725A6D
RGB
CMYK
RGB Variations
Color information
#725A6D (or 0x725A6D) is known color: Salt Box. HEX triplet: 72, 5A and 6D. RGB value is (114,90,109). Sum of RGB (Red+Green+Blue) = 114+90+109=313 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.42% from 313); Green value is 90 (35.55% from 255 or 28.75% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 114 - color contains mainly: red. Hex color #725A6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725A6D is #8DA592. Grayscale: #636363. Windows color (decimal): -9282963 or 7166578. OLE color: 7166578.
HSL color Cylindrical-coordinate representation of color #725A6D: hue angle of 312.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 #725A6D is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 90 | 109 | - |
| CMYK | 0 | 0.21 | 0.04 | 0.55 |
| HSL | 312.5º | 0.12% | 0.4% | - |
| HSV(B) | 312.5º | 0.21% | 0.45% | - |
| XYZ | 13.36 | 11.99 | 16.08 | - |
| YUV | 99.34 | 133.45 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 90 | 109 | 0 | 0.21 | 0.04 | 0.55 | 312.5 | 0.12 | 0.4 |
| Hex | 72 | 5A | 6D | 0 | 15 | 4 | 37 | 138 | C | 28 |
| Octal | 162 | 132 | 155 | 0 | 25 | 4 | 67 | 470 | 14 | 50 |
| Binary | 1110010 | 1011010 | 1101101 | 0 | 10101 | 100 | 110111 | 100111000 | 1100 | 101000 |
Color Harmonies of #725A6D
Complementary color
Monochromatic Colors of #725A6D
Black with #725A6D
Text Example
Text Example
White with #725A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725A6D; }
p { color: rgb(114,90,109); }
H1.HeaderClassName
{
color: #725A6D;
}
.AnyTagClassName
{
color: #725A6D;
}
</style>
background-color css
<style>
a { background-color: #725A6D; }
a { background-color: rgb(114,90,109); }
div.DivClassName
{
background-color: #725A6D;
}
.BgClassName
{
background-color: #725A6D;
}
</style>
border-color css
<style>
span { border-color: #725A6D; }
span { border-color: rgb(114,90,109); }
td.TdClassName
{
border-color: #725A6D;
}
.TagClassName
{
border-color: #725A6D;
}
</style>