Shades of Salt Box #755A6C
Tints of Salt Box #755A6C
RGB
CMYK
RGB Variations
Color information
#755A6C (or 0x755A6C) is known color: Salt Box. HEX triplet: 75, 5A and 6C. RGB value is (117,90,108). Sum of RGB (Red+Green+Blue) = 117+90+108=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 117 - color contains mainly: red. Hex color #755A6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755A6C is #8AA593. Grayscale: #646464. Windows color (decimal): -9086356 or 7101045. OLE color: 7101045.
HSL color Cylindrical-coordinate representation of color #755A6C: hue angle of 320º 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 #755A6C is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 90 | 108 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.54 |
| HSL | 320º | 0.13% | 0.41% | - |
| HSV(B) | 320º | 0.23% | 0.46% | - |
| XYZ | 13.7 | 12.18 | 15.82 | - |
| YUV | 100.13 | 132.45 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 90 | 108 | 0 | 0.23 | 0.08 | 0.54 | 320 | 0.13 | 0.41 |
| Hex | 75 | 5A | 6C | 0 | 17 | 8 | 36 | 140 | D | 29 |
| Octal | 165 | 132 | 154 | 0 | 27 | 10 | 66 | 500 | 15 | 51 |
| Binary | 1110101 | 1011010 | 1101100 | 0 | 10111 | 1000 | 110110 | 101000000 | 1101 | 101001 |
Color Harmonies of #755A6C
Complementary color
Monochromatic Colors of #755A6C
Black with #755A6C
Text Example
Text Example
White with #755A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755A6C; }
p { color: rgb(117,90,108); }
H1.HeaderClassName
{
color: #755A6C;
}
.AnyTagClassName
{
color: #755A6C;
}
</style>
background-color css
<style>
a { background-color: #755A6C; }
a { background-color: rgb(117,90,108); }
div.DivClassName
{
background-color: #755A6C;
}
.BgClassName
{
background-color: #755A6C;
}
</style>
border-color css
<style>
span { border-color: #755A6C; }
span { border-color: rgb(117,90,108); }
td.TdClassName
{
border-color: #755A6C;
}
.TagClassName
{
border-color: #755A6C;
}
</style>