Shades of Salt Box #735070
Tints of Salt Box #735070
RGB
CMYK
RGB Variations
Color information
#735070 (or 0x735070) is known color: Salt Box. HEX triplet: 73, 50 and 70. RGB value is (115,80,112). Sum of RGB (Red+Green+Blue) = 115+80+112=307 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.46% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 115 - color contains mainly: red. Hex color #735070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735070 is #8CAF8F. Grayscale: #5E5E5E. Windows color (decimal): -9219984 or 7360627. OLE color: 7360627.
HSL color Cylindrical-coordinate representation of color #735070: hue angle of 305.14º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #735070 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 80 | 112 | - |
| CMYK | 0 | 0.30 | 0.03 | 0.55 |
| HSL | 305.14º | 0.18% | 0.38% | - |
| HSV(B) | 305.14º | 0.3% | 0.45% | - |
| XYZ | 12.86 | 10.55 | 16.69 | - |
| YUV | 94.11 | 138.1 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 80 | 112 | 0 | 0.30 | 0.03 | 0.55 | 305.14 | 0.18 | 0.38 |
| Hex | 73 | 50 | 70 | 0 | 1E | 3 | 37 | 131 | 12 | 26 |
| Octal | 163 | 120 | 160 | 0 | 36 | 3 | 67 | 461 | 22 | 46 |
| Binary | 1110011 | 1010000 | 1110000 | 0 | 11110 | 11 | 110111 | 100110001 | 10010 | 100110 |
Color Harmonies of #735070
Complementary color
Monochromatic Colors of #735070
Black with #735070
Text Example
Text Example
White with #735070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735070; }
p { color: rgb(115,80,112); }
H1.HeaderClassName
{
color: #735070;
}
.AnyTagClassName
{
color: #735070;
}
</style>
background-color css
<style>
a { background-color: #735070; }
a { background-color: rgb(115,80,112); }
div.DivClassName
{
background-color: #735070;
}
.BgClassName
{
background-color: #735070;
}
</style>
border-color css
<style>
span { border-color: #735070; }
span { border-color: rgb(115,80,112); }
td.TdClassName
{
border-color: #735070;
}
.TagClassName
{
border-color: #735070;
}
</style>