Shades of Salt Box #7C5270
Tints of Salt Box #7C5270
RGB
CMYK
RGB Variations
Color information
#7C5270 (or 0x7C5270) is known color: Salt Box. HEX triplet: 7C, 52 and 70. RGB value is (124,82,112). Sum of RGB (Red+Green+Blue) = 124+82+112=318 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.99% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 112 (44.14% from 255 or 35.22% from 318); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5270 is #83AD8F. Grayscale: #616161. Windows color (decimal): -8629648 or 7361148. OLE color: 7361148.
HSL color Cylindrical-coordinate representation of color #7C5270: hue angle of 317.14º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7C5270 is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 82 | 112 | - |
| CMYK | 0 | 0.34 | 0.10 | 0.51 |
| HSL | 317.14º | 0.2% | 0.4% | - |
| HSV(B) | 317.14º | 0.34% | 0.49% | - |
| XYZ | 14.25 | 11.49 | 16.8 | - |
| YUV | 97.98 | 135.91 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 82 | 112 | 0 | 0.34 | 0.10 | 0.51 | 317.14 | 0.2 | 0.4 |
| Hex | 7C | 52 | 70 | 0 | 22 | A | 33 | 13D | 14 | 28 |
| Octal | 174 | 122 | 160 | 0 | 42 | 12 | 63 | 475 | 24 | 50 |
| Binary | 1111100 | 1010010 | 1110000 | 0 | 100010 | 1010 | 110011 | 100111101 | 10100 | 101000 |
Color Harmonies of #7C5270
Complementary color
Monochromatic Colors of #7C5270
Black with #7C5270
Text Example
Text Example
White with #7C5270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5270; }
p { color: rgb(124,82,112); }
H1.HeaderClassName
{
color: #7C5270;
}
.AnyTagClassName
{
color: #7C5270;
}
</style>
background-color css
<style>
a { background-color: #7C5270; }
a { background-color: rgb(124,82,112); }
div.DivClassName
{
background-color: #7C5270;
}
.BgClassName
{
background-color: #7C5270;
}
</style>
border-color css
<style>
span { border-color: #7C5270; }
span { border-color: rgb(124,82,112); }
td.TdClassName
{
border-color: #7C5270;
}
.TagClassName
{
border-color: #7C5270;
}
</style>