Shades of Salt Box #7A5B6F
Tints of Salt Box #7A5B6F
RGB
CMYK
RGB Variations
Color information
#7A5B6F (or 0x7A5B6F) is known color: Salt Box. HEX triplet: 7A, 5B and 6F. RGB value is (122,91,111). Sum of RGB (Red+Green+Blue) = 122+91+111=324 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.65% from 324); Green value is 91 (35.94% from 255 or 28.09% from 324); Blue value is 111 (43.75% from 255 or 34.26% from 324); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5B6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5B6F is #85A490. Grayscale: #666666. Windows color (decimal): -8758417 or 7297914. OLE color: 7297914.
HSL color Cylindrical-coordinate representation of color #7A5B6F: hue angle of 321.29º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7A5B6F is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 91 | 111 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.52 |
| HSL | 321.29º | 0.15% | 0.42% | - |
| HSV(B) | 321.29º | 0.25% | 0.48% | - |
| XYZ | 14.64 | 12.77 | 16.73 | - |
| YUV | 102.55 | 132.77 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 91 | 111 | 0 | 0.25 | 0.09 | 0.52 | 321.29 | 0.15 | 0.42 |
| Hex | 7A | 5B | 6F | 0 | 19 | 9 | 34 | 141 | F | 2A |
| Octal | 172 | 133 | 157 | 0 | 31 | 11 | 64 | 501 | 17 | 52 |
| Binary | 1111010 | 1011011 | 1101111 | 0 | 11001 | 1001 | 110100 | 101000001 | 1111 | 101010 |
Color Harmonies of #7A5B6F
Complementary color
Monochromatic Colors of #7A5B6F
Black with #7A5B6F
Text Example
Text Example
White with #7A5B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5B6F; }
p { color: rgb(122,91,111); }
H1.HeaderClassName
{
color: #7A5B6F;
}
.AnyTagClassName
{
color: #7A5B6F;
}
</style>
background-color css
<style>
a { background-color: #7A5B6F; }
a { background-color: rgb(122,91,111); }
div.DivClassName
{
background-color: #7A5B6F;
}
.BgClassName
{
background-color: #7A5B6F;
}
</style>
border-color css
<style>
span { border-color: #7A5B6F; }
span { border-color: rgb(122,91,111); }
td.TdClassName
{
border-color: #7A5B6F;
}
.TagClassName
{
border-color: #7A5B6F;
}
</style>