Shades of Salt Box #755E6F
Tints of Salt Box #755E6F
RGB
CMYK
RGB Variations
Color information
#755E6F (or 0x755E6F) is known color: Salt Box. HEX triplet: 75, 5E and 6F. RGB value is (117,94,111). Sum of RGB (Red+Green+Blue) = 117+94+111=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 94 (37.11% from 255 or 29.19% from 322); Blue value is 111 (43.75% from 255 or 34.47% from 322); Max value from RGB is 117 - color contains mainly: red. Hex color #755E6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755E6F is #8AA190. Grayscale: #666666. Windows color (decimal): -9085329 or 7298677. OLE color: 7298677.
HSL color Cylindrical-coordinate representation of color #755E6F: hue angle of 315.65º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #755E6F is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 94 | 111 | - |
| CMYK | 0 | 0.20 | 0.05 | 0.54 |
| HSL | 315.65º | 0.11% | 0.41% | - |
| HSV(B) | 315.65º | 0.2% | 0.46% | - |
| XYZ | 14.21 | 12.94 | 16.79 | - |
| YUV | 102.82 | 132.62 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 94 | 111 | 0 | 0.20 | 0.05 | 0.54 | 315.65 | 0.11 | 0.41 |
| Hex | 75 | 5E | 6F | 0 | 14 | 5 | 36 | 13C | B | 29 |
| Octal | 165 | 136 | 157 | 0 | 24 | 5 | 66 | 474 | 13 | 51 |
| Binary | 1110101 | 1011110 | 1101111 | 0 | 10100 | 101 | 110110 | 100111100 | 1011 | 101001 |
Color Harmonies of #755E6F
Complementary color
Monochromatic Colors of #755E6F
Black with #755E6F
Text Example
Text Example
White with #755E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755E6F; }
p { color: rgb(117,94,111); }
H1.HeaderClassName
{
color: #755E6F;
}
.AnyTagClassName
{
color: #755E6F;
}
</style>
background-color css
<style>
a { background-color: #755E6F; }
a { background-color: rgb(117,94,111); }
div.DivClassName
{
background-color: #755E6F;
}
.BgClassName
{
background-color: #755E6F;
}
</style>
border-color css
<style>
span { border-color: #755E6F; }
span { border-color: rgb(117,94,111); }
td.TdClassName
{
border-color: #755E6F;
}
.TagClassName
{
border-color: #755E6F;
}
</style>