Shades of Salt Box #735A71
Tints of Salt Box #735A71
RGB
CMYK
RGB Variations
Color information
#735A71 (or 0x735A71) is known color: Salt Box. HEX triplet: 73, 5A and 71. RGB value is (115,90,113). Sum of RGB (Red+Green+Blue) = 115+90+113=318 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.16% from 318); Green value is 90 (35.55% from 255 or 28.30% from 318); Blue value is 113 (44.53% from 255 or 35.53% from 318); Max value from RGB is 115 - color contains mainly: red. Hex color #735A71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735A71 is #8CA58E. Grayscale: #646464. Windows color (decimal): -9217423 or 7428723. OLE color: 7428723.
HSL color Cylindrical-coordinate representation of color #735A71: hue angle of 304.8º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #735A71 is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 90 | 113 | - |
| CMYK | 0 | 0.22 | 0.02 | 0.55 |
| HSL | 304.8º | 0.12% | 0.4% | - |
| HSV(B) | 304.8º | 0.22% | 0.45% | - |
| XYZ | 13.71 | 12.15 | 17.25 | - |
| YUV | 100.1 | 135.28 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 90 | 113 | 0 | 0.22 | 0.02 | 0.55 | 304.8 | 0.12 | 0.4 |
| Hex | 73 | 5A | 71 | 0 | 16 | 2 | 37 | 131 | C | 28 |
| Octal | 163 | 132 | 161 | 0 | 26 | 2 | 67 | 461 | 14 | 50 |
| Binary | 1110011 | 1011010 | 1110001 | 0 | 10110 | 10 | 110111 | 100110001 | 1100 | 101000 |
Color Harmonies of #735A71
Complementary color
Monochromatic Colors of #735A71
Black with #735A71
Text Example
Text Example
White with #735A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735A71; }
p { color: rgb(115,90,113); }
H1.HeaderClassName
{
color: #735A71;
}
.AnyTagClassName
{
color: #735A71;
}
</style>
background-color css
<style>
a { background-color: #735A71; }
a { background-color: rgb(115,90,113); }
div.DivClassName
{
background-color: #735A71;
}
.BgClassName
{
background-color: #735A71;
}
</style>
border-color css
<style>
span { border-color: #735A71; }
span { border-color: rgb(115,90,113); }
td.TdClassName
{
border-color: #735A71;
}
.TagClassName
{
border-color: #735A71;
}
</style>