Shades of Salt Box #725D6C
Tints of Salt Box #725D6C
RGB
CMYK
RGB Variations
Color information
#725D6C (or 0x725D6C) is known color: Salt Box. HEX triplet: 72, 5D and 6C. RGB value is (114,93,108). Sum of RGB (Red+Green+Blue) = 114+93+108=315 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.19% from 315); Green value is 93 (36.72% from 255 or 29.52% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 114 - color contains mainly: red. Hex color #725D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725D6C is #8DA293. Grayscale: #646464. Windows color (decimal): -9282196 or 7101810. OLE color: 7101810.
HSL color Cylindrical-coordinate representation of color #725D6C: hue angle of 317.14º 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 #725D6C is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 93 | 108 | - |
| CMYK | 0 | 0.18 | 0.05 | 0.55 |
| HSL | 317.14º | 0.1% | 0.41% | - |
| HSV(B) | 317.14º | 0.18% | 0.45% | - |
| XYZ | 13.56 | 12.49 | 15.88 | - |
| YUV | 100.99 | 131.96 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 93 | 108 | 0 | 0.18 | 0.05 | 0.55 | 317.14 | 0.1 | 0.41 |
| Hex | 72 | 5D | 6C | 0 | 12 | 5 | 37 | 13D | A | 29 |
| Octal | 162 | 135 | 154 | 0 | 22 | 5 | 67 | 475 | 12 | 51 |
| Binary | 1110010 | 1011101 | 1101100 | 0 | 10010 | 101 | 110111 | 100111101 | 1010 | 101001 |
Color Harmonies of #725D6C
Complementary color
Monochromatic Colors of #725D6C
Black with #725D6C
Text Example
Text Example
White with #725D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725D6C; }
p { color: rgb(114,93,108); }
H1.HeaderClassName
{
color: #725D6C;
}
.AnyTagClassName
{
color: #725D6C;
}
</style>
background-color css
<style>
a { background-color: #725D6C; }
a { background-color: rgb(114,93,108); }
div.DivClassName
{
background-color: #725D6C;
}
.BgClassName
{
background-color: #725D6C;
}
</style>
border-color css
<style>
span { border-color: #725D6C; }
span { border-color: rgb(114,93,108); }
td.TdClassName
{
border-color: #725D6C;
}
.TagClassName
{
border-color: #725D6C;
}
</style>