Shades of Salt Box #725A6C
Tints of Salt Box #725A6C
RGB
CMYK
RGB Variations
Color information
#725A6C (or 0x725A6C) is known color: Salt Box. HEX triplet: 72, 5A and 6C. RGB value is (114,90,108). Sum of RGB (Red+Green+Blue) = 114+90+108=312 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.54% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 114 - color contains mainly: red. Hex color #725A6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725A6C is #8DA593. Grayscale: #636363. Windows color (decimal): -9282964 or 7101042. OLE color: 7101042.
HSL color Cylindrical-coordinate representation of color #725A6C: hue angle of 315º 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 #725A6C is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 90 | 108 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.55 |
| HSL | 315º | 0.12% | 0.4% | - |
| HSV(B) | 315º | 0.21% | 0.45% | - |
| XYZ | 13.3 | 11.97 | 15.8 | - |
| YUV | 99.23 | 132.95 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 90 | 108 | 0 | 0.21 | 0.05 | 0.55 | 315 | 0.12 | 0.4 |
| Hex | 72 | 5A | 6C | 0 | 15 | 5 | 37 | 13B | C | 28 |
| Octal | 162 | 132 | 154 | 0 | 25 | 5 | 67 | 473 | 14 | 50 |
| Binary | 1110010 | 1011010 | 1101100 | 0 | 10101 | 101 | 110111 | 100111011 | 1100 | 101000 |
Color Harmonies of #725A6C
Complementary color
Monochromatic Colors of #725A6C
Black with #725A6C
Text Example
Text Example
White with #725A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725A6C; }
p { color: rgb(114,90,108); }
H1.HeaderClassName
{
color: #725A6C;
}
.AnyTagClassName
{
color: #725A6C;
}
</style>
background-color css
<style>
a { background-color: #725A6C; }
a { background-color: rgb(114,90,108); }
div.DivClassName
{
background-color: #725A6C;
}
.BgClassName
{
background-color: #725A6C;
}
</style>
border-color css
<style>
span { border-color: #725A6C; }
span { border-color: rgb(114,90,108); }
td.TdClassName
{
border-color: #725A6C;
}
.TagClassName
{
border-color: #725A6C;
}
</style>