Shades of Salt Box #725F6E
Tints of Salt Box #725F6E
RGB
CMYK
RGB Variations
Color information
#725F6E (or 0x725F6E) is known color: Salt Box. HEX triplet: 72, 5F and 6E. RGB value is (114,95,110). Sum of RGB (Red+Green+Blue) = 114+95+110=319 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.74% from 319); Green value is 95 (37.5% from 255 or 29.78% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 114 - color contains mainly: red. Hex color #725F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725F6E is #8DA091. Grayscale: #666666. Windows color (decimal): -9281682 or 7233394. OLE color: 7233394.
HSL color Cylindrical-coordinate representation of color #725F6E: hue angle of 312.63º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #725F6E is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 95 | 110 | - |
| CMYK | 0 | 0.17 | 0.04 | 0.55 |
| HSL | 312.63º | 0.09% | 0.41% | - |
| HSV(B) | 312.63º | 0.17% | 0.45% | - |
| XYZ | 13.85 | 12.89 | 16.51 | - |
| YUV | 102.39 | 132.29 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 95 | 110 | 0 | 0.17 | 0.04 | 0.55 | 312.63 | 0.09 | 0.41 |
| Hex | 72 | 5F | 6E | 0 | 11 | 4 | 37 | 139 | 9 | 29 |
| Octal | 162 | 137 | 156 | 0 | 21 | 4 | 67 | 471 | 11 | 51 |
| Binary | 1110010 | 1011111 | 1101110 | 0 | 10001 | 100 | 110111 | 100111001 | 1001 | 101001 |
Color Harmonies of #725F6E
Complementary color
Monochromatic Colors of #725F6E
Black with #725F6E
Text Example
Text Example
White with #725F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725F6E; }
p { color: rgb(114,95,110); }
H1.HeaderClassName
{
color: #725F6E;
}
.AnyTagClassName
{
color: #725F6E;
}
</style>
background-color css
<style>
a { background-color: #725F6E; }
a { background-color: rgb(114,95,110); }
div.DivClassName
{
background-color: #725F6E;
}
.BgClassName
{
background-color: #725F6E;
}
</style>
border-color css
<style>
span { border-color: #725F6E; }
span { border-color: rgb(114,95,110); }
td.TdClassName
{
border-color: #725F6E;
}
.TagClassName
{
border-color: #725F6E;
}
</style>