Shades of Salt Box #725D6E
Tints of Salt Box #725D6E
RGB
CMYK
RGB Variations
Color information
#725D6E (or 0x725D6E) is known color: Salt Box. HEX triplet: 72, 5D and 6E. RGB value is (114,93,110). Sum of RGB (Red+Green+Blue) = 114+93+110=317 (41% of max value = 765). Red value is 114 (44.92% from 255 or 35.96% from 317); Green value is 93 (36.72% from 255 or 29.34% from 317); Blue value is 110 (43.36% from 255 or 34.70% from 317); Max value from RGB is 114 - color contains mainly: red. Hex color #725D6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725D6E is #8DA291. Grayscale: #656565. Windows color (decimal): -9282194 or 7232882. OLE color: 7232882.
HSL color Cylindrical-coordinate representation of color #725D6E: hue angle of 311.43º 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 #725D6E is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 93 | 110 | - |
| CMYK | 0 | 0.18 | 0.04 | 0.55 |
| HSL | 311.43º | 0.1% | 0.41% | - |
| HSV(B) | 311.43º | 0.18% | 0.45% | - |
| XYZ | 13.67 | 12.53 | 16.45 | - |
| YUV | 101.22 | 132.96 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 93 | 110 | 0 | 0.18 | 0.04 | 0.55 | 311.43 | 0.1 | 0.41 |
| Hex | 72 | 5D | 6E | 0 | 12 | 4 | 37 | 137 | A | 29 |
| Octal | 162 | 135 | 156 | 0 | 22 | 4 | 67 | 467 | 12 | 51 |
| Binary | 1110010 | 1011101 | 1101110 | 0 | 10010 | 100 | 110111 | 100110111 | 1010 | 101001 |
Color Harmonies of #725D6E
Complementary color
Monochromatic Colors of #725D6E
Black with #725D6E
Text Example
Text Example
White with #725D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725D6E; }
p { color: rgb(114,93,110); }
H1.HeaderClassName
{
color: #725D6E;
}
.AnyTagClassName
{
color: #725D6E;
}
</style>
background-color css
<style>
a { background-color: #725D6E; }
a { background-color: rgb(114,93,110); }
div.DivClassName
{
background-color: #725D6E;
}
.BgClassName
{
background-color: #725D6E;
}
</style>
border-color css
<style>
span { border-color: #725D6E; }
span { border-color: rgb(114,93,110); }
td.TdClassName
{
border-color: #725D6E;
}
.TagClassName
{
border-color: #725D6E;
}
</style>