Shades of Salt Box #725C6C
Tints of Salt Box #725C6C
RGB
CMYK
RGB Variations
Color information
#725C6C (or 0x725C6C) is known color: Salt Box. HEX triplet: 72, 5C and 6C. RGB value is (114,92,108). Sum of RGB (Red+Green+Blue) = 114+92+108=314 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.31% from 314); Green value is 92 (36.33% from 255 or 29.30% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 114 - color contains mainly: red. Hex color #725C6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725C6C is #8DA393. Grayscale: #646464. Windows color (decimal): -9282452 or 7101554. OLE color: 7101554.
HSL color Cylindrical-coordinate representation of color #725C6C: hue angle of 316.36º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #725C6C is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 92 | 108 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.55 |
| HSL | 316.36º | 0.11% | 0.4% | - |
| HSV(B) | 316.36º | 0.19% | 0.45% | - |
| XYZ | 13.47 | 12.31 | 15.85 | - |
| YUV | 100.4 | 132.29 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 92 | 108 | 0 | 0.19 | 0.05 | 0.55 | 316.36 | 0.11 | 0.4 |
| Hex | 72 | 5C | 6C | 0 | 13 | 5 | 37 | 13C | B | 28 |
| Octal | 162 | 134 | 154 | 0 | 23 | 5 | 67 | 474 | 13 | 50 |
| Binary | 1110010 | 1011100 | 1101100 | 0 | 10011 | 101 | 110111 | 100111100 | 1011 | 101000 |
Color Harmonies of #725C6C
Complementary color
Monochromatic Colors of #725C6C
Black with #725C6C
Text Example
Text Example
White with #725C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725C6C; }
p { color: rgb(114,92,108); }
H1.HeaderClassName
{
color: #725C6C;
}
.AnyTagClassName
{
color: #725C6C;
}
</style>
background-color css
<style>
a { background-color: #725C6C; }
a { background-color: rgb(114,92,108); }
div.DivClassName
{
background-color: #725C6C;
}
.BgClassName
{
background-color: #725C6C;
}
</style>
border-color css
<style>
span { border-color: #725C6C; }
span { border-color: rgb(114,92,108); }
td.TdClassName
{
border-color: #725C6C;
}
.TagClassName
{
border-color: #725C6C;
}
</style>