Shades of Salt Box #725C6A
Tints of Salt Box #725C6A
RGB
CMYK
RGB Variations
Color information
#725C6A (or 0x725C6A) is known color: Salt Box. HEX triplet: 72, 5C and 6A. RGB value is (114,92,106). Sum of RGB (Red+Green+Blue) = 114+92+106=312 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.54% from 312); Green value is 92 (36.33% from 255 or 29.49% from 312); Blue value is 106 (41.80% from 255 or 33.97% from 312); Max value from RGB is 114 - color contains mainly: red. Hex color #725C6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725C6A is #8DA395. Grayscale: #646464. Windows color (decimal): -9282454 or 6970482. OLE color: 6970482.
HSL color Cylindrical-coordinate representation of color #725C6A: hue angle of 321.82º 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 #725C6A is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 92 | 106 | - |
| CMYK | 0 | 0.19 | 0.07 | 0.55 |
| HSL | 321.82º | 0.11% | 0.4% | - |
| HSV(B) | 321.82º | 0.19% | 0.45% | - |
| XYZ | 13.37 | 12.27 | 15.3 | - |
| YUV | 100.17 | 131.29 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 92 | 106 | 0 | 0.19 | 0.07 | 0.55 | 321.82 | 0.11 | 0.4 |
| Hex | 72 | 5C | 6A | 0 | 13 | 7 | 37 | 142 | B | 28 |
| Octal | 162 | 134 | 152 | 0 | 23 | 7 | 67 | 502 | 13 | 50 |
| Binary | 1110010 | 1011100 | 1101010 | 0 | 10011 | 111 | 110111 | 101000010 | 1011 | 101000 |
Color Harmonies of #725C6A
Complementary color
Monochromatic Colors of #725C6A
Black with #725C6A
Text Example
Text Example
White with #725C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725C6A; }
p { color: rgb(114,92,106); }
H1.HeaderClassName
{
color: #725C6A;
}
.AnyTagClassName
{
color: #725C6A;
}
</style>
background-color css
<style>
a { background-color: #725C6A; }
a { background-color: rgb(114,92,106); }
div.DivClassName
{
background-color: #725C6A;
}
.BgClassName
{
background-color: #725C6A;
}
</style>
border-color css
<style>
span { border-color: #725C6A; }
span { border-color: rgb(114,92,106); }
td.TdClassName
{
border-color: #725C6A;
}
.TagClassName
{
border-color: #725C6A;
}
</style>