Shades of Salt Box #725D6A
Tints of Salt Box #725D6A
RGB
CMYK
RGB Variations
Color information
#725D6A (or 0x725D6A) is known color: Salt Box. HEX triplet: 72, 5D and 6A. RGB value is (114,93,106). Sum of RGB (Red+Green+Blue) = 114+93+106=313 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.42% from 313); Green value is 93 (36.72% from 255 or 29.71% from 313); Blue value is 106 (41.80% from 255 or 33.87% from 313); Max value from RGB is 114 - color contains mainly: red. Hex color #725D6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725D6A is #8DA295. Grayscale: #646464. Windows color (decimal): -9282198 or 6970738. OLE color: 6970738.
HSL color Cylindrical-coordinate representation of color #725D6A: hue angle of 322.86º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #725D6A is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 93 | 106 | - |
| CMYK | 0 | 0.18 | 0.07 | 0.55 |
| HSL | 322.86º | 0.1% | 0.41% | - |
| HSV(B) | 322.86º | 0.18% | 0.45% | - |
| XYZ | 13.46 | 12.45 | 15.33 | - |
| YUV | 100.76 | 130.96 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 93 | 106 | 0 | 0.18 | 0.07 | 0.55 | 322.86 | 0.1 | 0.41 |
| Hex | 72 | 5D | 6A | 0 | 12 | 7 | 37 | 143 | A | 29 |
| Octal | 162 | 135 | 152 | 0 | 22 | 7 | 67 | 503 | 12 | 51 |
| Binary | 1110010 | 1011101 | 1101010 | 0 | 10010 | 111 | 110111 | 101000011 | 1010 | 101001 |
Color Harmonies of #725D6A
Complementary color
Monochromatic Colors of #725D6A
Black with #725D6A
Text Example
Text Example
White with #725D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725D6A; }
p { color: rgb(114,93,106); }
H1.HeaderClassName
{
color: #725D6A;
}
.AnyTagClassName
{
color: #725D6A;
}
</style>
background-color css
<style>
a { background-color: #725D6A; }
a { background-color: rgb(114,93,106); }
div.DivClassName
{
background-color: #725D6A;
}
.BgClassName
{
background-color: #725D6A;
}
</style>
border-color css
<style>
span { border-color: #725D6A; }
span { border-color: rgb(114,93,106); }
td.TdClassName
{
border-color: #725D6A;
}
.TagClassName
{
border-color: #725D6A;
}
</style>