Shades of Salt Box #755A70
Tints of Salt Box #755A70
RGB
CMYK
RGB Variations
Color information
#755A70 (or 0x755A70) is known color: Salt Box. HEX triplet: 75, 5A and 70. RGB value is (117,90,112). Sum of RGB (Red+Green+Blue) = 117+90+112=319 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.68% from 319); Green value is 90 (35.55% from 255 or 28.21% from 319); Blue value is 112 (44.14% from 255 or 35.11% from 319); Max value from RGB is 117 - color contains mainly: red. Hex color #755A70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755A70 is #8AA58F. Grayscale: #646464. Windows color (decimal): -9086352 or 7363189. OLE color: 7363189.
HSL color Cylindrical-coordinate representation of color #755A70: hue angle of 311.11º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #755A70 is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 90 | 112 | - |
| CMYK | 0 | 0.23 | 0.04 | 0.54 |
| HSL | 311.11º | 0.13% | 0.41% | - |
| HSV(B) | 311.11º | 0.23% | 0.46% | - |
| XYZ | 13.92 | 12.26 | 16.96 | - |
| YUV | 100.58 | 134.45 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 90 | 112 | 0 | 0.23 | 0.04 | 0.54 | 311.11 | 0.13 | 0.41 |
| Hex | 75 | 5A | 70 | 0 | 17 | 4 | 36 | 137 | D | 29 |
| Octal | 165 | 132 | 160 | 0 | 27 | 4 | 66 | 467 | 15 | 51 |
| Binary | 1110101 | 1011010 | 1110000 | 0 | 10111 | 100 | 110110 | 100110111 | 1101 | 101001 |
Color Harmonies of #755A70
Complementary color
Monochromatic Colors of #755A70
Black with #755A70
Text Example
Text Example
White with #755A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755A70; }
p { color: rgb(117,90,112); }
H1.HeaderClassName
{
color: #755A70;
}
.AnyTagClassName
{
color: #755A70;
}
</style>
background-color css
<style>
a { background-color: #755A70; }
a { background-color: rgb(117,90,112); }
div.DivClassName
{
background-color: #755A70;
}
.BgClassName
{
background-color: #755A70;
}
</style>
border-color css
<style>
span { border-color: #755A70; }
span { border-color: rgb(117,90,112); }
td.TdClassName
{
border-color: #755A70;
}
.TagClassName
{
border-color: #755A70;
}
</style>