Shades of Salt Box #755070
Tints of Salt Box #755070
RGB
CMYK
RGB Variations
Color information
#755070 (or 0x755070) is known color: Salt Box. HEX triplet: 75, 50 and 70. RGB value is (117,80,112). Sum of RGB (Red+Green+Blue) = 117+80+112=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 112 (44.14% from 255 or 36.25% from 309); Max value from RGB is 117 - color contains mainly: red. Hex color #755070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755070 is #8AAF8F. Grayscale: #5E5E5E. Windows color (decimal): -9088912 or 7360629. OLE color: 7360629.
HSL color Cylindrical-coordinate representation of color #755070: hue angle of 308.11º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #755070 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 80 | 112 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.54 |
| HSL | 308.11º | 0.19% | 0.39% | - |
| HSV(B) | 308.11º | 0.32% | 0.46% | - |
| XYZ | 13.13 | 10.69 | 16.7 | - |
| YUV | 94.71 | 137.76 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 80 | 112 | 0 | 0.32 | 0.04 | 0.54 | 308.11 | 0.19 | 0.39 |
| Hex | 75 | 50 | 70 | 0 | 20 | 4 | 36 | 134 | 13 | 27 |
| Octal | 165 | 120 | 160 | 0 | 40 | 4 | 66 | 464 | 23 | 47 |
| Binary | 1110101 | 1010000 | 1110000 | 0 | 100000 | 100 | 110110 | 100110100 | 10011 | 100111 |
Color Harmonies of #755070
Complementary color
Monochromatic Colors of #755070
Black with #755070
Text Example
Text Example
White with #755070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755070; }
p { color: rgb(117,80,112); }
H1.HeaderClassName
{
color: #755070;
}
.AnyTagClassName
{
color: #755070;
}
</style>
background-color css
<style>
a { background-color: #755070; }
a { background-color: rgb(117,80,112); }
div.DivClassName
{
background-color: #755070;
}
.BgClassName
{
background-color: #755070;
}
</style>
border-color css
<style>
span { border-color: #755070; }
span { border-color: rgb(117,80,112); }
td.TdClassName
{
border-color: #755070;
}
.TagClassName
{
border-color: #755070;
}
</style>