Shades of Salt Box #7B5270
Tints of Salt Box #7B5270
RGB
CMYK
RGB Variations
Color information
#7B5270 (or 0x7B5270) is known color: Salt Box. HEX triplet: 7B, 52 and 70. RGB value is (123,82,112). Sum of RGB (Red+Green+Blue) = 123+82+112=317 (41% of max value = 765). Red value is 123 (48.44% from 255 or 38.80% from 317); Green value is 82 (32.42% from 255 or 25.87% from 317); Blue value is 112 (44.14% from 255 or 35.33% from 317); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5270 is #84AD8F. Grayscale: #616161. Windows color (decimal): -8695184 or 7361147. OLE color: 7361147.
HSL color Cylindrical-coordinate representation of color #7B5270: hue angle of 316.1º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7B5270 is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 82 | 112 | - |
| CMYK | 0 | 0.33 | 0.09 | 0.52 |
| HSL | 316.1º | 0.2% | 0.4% | - |
| HSV(B) | 316.1º | 0.33% | 0.48% | - |
| XYZ | 14.11 | 11.42 | 16.79 | - |
| YUV | 97.68 | 136.08 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 82 | 112 | 0 | 0.33 | 0.09 | 0.52 | 316.1 | 0.2 | 0.4 |
| Hex | 7B | 52 | 70 | 0 | 21 | 9 | 34 | 13C | 14 | 28 |
| Octal | 173 | 122 | 160 | 0 | 41 | 11 | 64 | 474 | 24 | 50 |
| Binary | 1111011 | 1010010 | 1110000 | 0 | 100001 | 1001 | 110100 | 100111100 | 10100 | 101000 |
Color Harmonies of #7B5270
Complementary color
Monochromatic Colors of #7B5270
Black with #7B5270
Text Example
Text Example
White with #7B5270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5270; }
p { color: rgb(123,82,112); }
H1.HeaderClassName
{
color: #7B5270;
}
.AnyTagClassName
{
color: #7B5270;
}
</style>
background-color css
<style>
a { background-color: #7B5270; }
a { background-color: rgb(123,82,112); }
div.DivClassName
{
background-color: #7B5270;
}
.BgClassName
{
background-color: #7B5270;
}
</style>
border-color css
<style>
span { border-color: #7B5270; }
span { border-color: rgb(123,82,112); }
td.TdClassName
{
border-color: #7B5270;
}
.TagClassName
{
border-color: #7B5270;
}
</style>