Shades of Salt Box #7B5271
Tints of Salt Box #7B5271
RGB
CMYK
RGB Variations
Color information
#7B5271 (or 0x7B5271) is known color: Salt Box. HEX triplet: 7B, 52 and 71. RGB value is (123,82,113). Sum of RGB (Red+Green+Blue) = 123+82+113=318 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.68% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 113 (44.53% from 255 or 35.53% from 318); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5271 is #84AD8E. Grayscale: #616161. Windows color (decimal): -8695183 or 7426683. OLE color: 7426683.
HSL color Cylindrical-coordinate representation of color #7B5271: hue angle of 314.63º 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 #7B5271 is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 82 | 113 | - |
| CMYK | 0 | 0.33 | 0.08 | 0.52 |
| HSL | 314.63º | 0.2% | 0.4% | - |
| HSV(B) | 314.63º | 0.33% | 0.48% | - |
| XYZ | 14.17 | 11.44 | 17.08 | - |
| YUV | 97.79 | 136.58 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 82 | 113 | 0 | 0.33 | 0.08 | 0.52 | 314.63 | 0.2 | 0.4 |
| Hex | 7B | 52 | 71 | 0 | 21 | 8 | 34 | 13B | 14 | 28 |
| Octal | 173 | 122 | 161 | 0 | 41 | 10 | 64 | 473 | 24 | 50 |
| Binary | 1111011 | 1010010 | 1110001 | 0 | 100001 | 1000 | 110100 | 100111011 | 10100 | 101000 |
Color Harmonies of #7B5271
Complementary color
Monochromatic Colors of #7B5271
Black with #7B5271
Text Example
Text Example
White with #7B5271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5271; }
p { color: rgb(123,82,113); }
H1.HeaderClassName
{
color: #7B5271;
}
.AnyTagClassName
{
color: #7B5271;
}
</style>
background-color css
<style>
a { background-color: #7B5271; }
a { background-color: rgb(123,82,113); }
div.DivClassName
{
background-color: #7B5271;
}
.BgClassName
{
background-color: #7B5271;
}
</style>
border-color css
<style>
span { border-color: #7B5271; }
span { border-color: rgb(123,82,113); }
td.TdClassName
{
border-color: #7B5271;
}
.TagClassName
{
border-color: #7B5271;
}
</style>