Shades of Salt Box #725C6E
Tints of Salt Box #725C6E
RGB
CMYK
RGB Variations
Color information
#725C6E (or 0x725C6E) is known color: Salt Box. HEX triplet: 72, 5C and 6E. RGB value is (114,92,110). Sum of RGB (Red+Green+Blue) = 114+92+110=316 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.08% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 110 (43.36% from 255 or 34.81% from 316); Max value from RGB is 114 - color contains mainly: red. Hex color #725C6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725C6E is #8DA391. Grayscale: #646464. Windows color (decimal): -9282450 or 7232626. OLE color: 7232626.
HSL color Cylindrical-coordinate representation of color #725C6E: hue angle of 310.91º 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 #725C6E is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 92 | 110 | - |
| CMYK | 0 | 0.19 | 0.04 | 0.55 |
| HSL | 310.91º | 0.11% | 0.4% | - |
| HSV(B) | 310.91º | 0.19% | 0.45% | - |
| XYZ | 13.58 | 12.36 | 16.42 | - |
| YUV | 100.63 | 133.29 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 92 | 110 | 0 | 0.19 | 0.04 | 0.55 | 310.91 | 0.11 | 0.4 |
| Hex | 72 | 5C | 6E | 0 | 13 | 4 | 37 | 137 | B | 28 |
| Octal | 162 | 134 | 156 | 0 | 23 | 4 | 67 | 467 | 13 | 50 |
| Binary | 1110010 | 1011100 | 1101110 | 0 | 10011 | 100 | 110111 | 100110111 | 1011 | 101000 |
Color Harmonies of #725C6E
Complementary color
Monochromatic Colors of #725C6E
Black with #725C6E
Text Example
Text Example
White with #725C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725C6E; }
p { color: rgb(114,92,110); }
H1.HeaderClassName
{
color: #725C6E;
}
.AnyTagClassName
{
color: #725C6E;
}
</style>
background-color css
<style>
a { background-color: #725C6E; }
a { background-color: rgb(114,92,110); }
div.DivClassName
{
background-color: #725C6E;
}
.BgClassName
{
background-color: #725C6E;
}
</style>
border-color css
<style>
span { border-color: #725C6E; }
span { border-color: rgb(114,92,110); }
td.TdClassName
{
border-color: #725C6E;
}
.TagClassName
{
border-color: #725C6E;
}
</style>