Shades of Salt Box #725D6D
Tints of Salt Box #725D6D
RGB
CMYK
RGB Variations
Color information
#725D6D (or 0x725D6D) is known color: Salt Box. HEX triplet: 72, 5D and 6D. RGB value is (114,93,109). Sum of RGB (Red+Green+Blue) = 114+93+109=316 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.08% from 316); Green value is 93 (36.72% from 255 or 29.43% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 114 - color contains mainly: red. Hex color #725D6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725D6D is #8DA292. Grayscale: #656565. Windows color (decimal): -9282195 or 7167346. OLE color: 7167346.
HSL color Cylindrical-coordinate representation of color #725D6D: hue angle of 314.29º 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 #725D6D is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 93 | 109 | - |
| CMYK | 0 | 0.18 | 0.04 | 0.55 |
| HSL | 314.29º | 0.1% | 0.41% | - |
| HSV(B) | 314.29º | 0.18% | 0.45% | - |
| XYZ | 13.61 | 12.51 | 16.17 | - |
| YUV | 101.1 | 132.46 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 93 | 109 | 0 | 0.18 | 0.04 | 0.55 | 314.29 | 0.1 | 0.41 |
| Hex | 72 | 5D | 6D | 0 | 12 | 4 | 37 | 13A | A | 29 |
| Octal | 162 | 135 | 155 | 0 | 22 | 4 | 67 | 472 | 12 | 51 |
| Binary | 1110010 | 1011101 | 1101101 | 0 | 10010 | 100 | 110111 | 100111010 | 1010 | 101001 |
Color Harmonies of #725D6D
Complementary color
Monochromatic Colors of #725D6D
Black with #725D6D
Text Example
Text Example
White with #725D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725D6D; }
p { color: rgb(114,93,109); }
H1.HeaderClassName
{
color: #725D6D;
}
.AnyTagClassName
{
color: #725D6D;
}
</style>
background-color css
<style>
a { background-color: #725D6D; }
a { background-color: rgb(114,93,109); }
div.DivClassName
{
background-color: #725D6D;
}
.BgClassName
{
background-color: #725D6D;
}
</style>
border-color css
<style>
span { border-color: #725D6D; }
span { border-color: rgb(114,93,109); }
td.TdClassName
{
border-color: #725D6D;
}
.TagClassName
{
border-color: #725D6D;
}
</style>