Shades of Salt Box #755B6D
Tints of Salt Box #755B6D
RGB
CMYK
RGB Variations
Color information
#755B6D (or 0x755B6D) is known color: Salt Box. HEX triplet: 75, 5B and 6D. RGB value is (117,91,109). Sum of RGB (Red+Green+Blue) = 117+91+109=317 (41% of max value = 765). Red value is 117 (46.09% from 255 or 36.91% from 317); Green value is 91 (35.94% from 255 or 28.71% from 317); Blue value is 109 (42.97% from 255 or 34.38% from 317); Max value from RGB is 117 - color contains mainly: red. Hex color #755B6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755B6D is #8AA492. Grayscale: #646464. Windows color (decimal): -9086099 or 7166837. OLE color: 7166837.
HSL color Cylindrical-coordinate representation of color #755B6D: hue angle of 318.46º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #755B6D is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 91 | 109 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.54 |
| HSL | 318.46º | 0.13% | 0.41% | - |
| HSV(B) | 318.46º | 0.22% | 0.46% | - |
| XYZ | 13.84 | 12.37 | 16.13 | - |
| YUV | 100.83 | 132.61 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 91 | 109 | 0 | 0.22 | 0.07 | 0.54 | 318.46 | 0.13 | 0.41 |
| Hex | 75 | 5B | 6D | 0 | 16 | 7 | 36 | 13E | C | 29 |
| Octal | 165 | 133 | 155 | 0 | 26 | 7 | 66 | 476 | 14 | 51 |
| Binary | 1110101 | 1011011 | 1101101 | 0 | 10110 | 111 | 110110 | 100111110 | 1100 | 101001 |
Color Harmonies of #755B6D
Complementary color
Monochromatic Colors of #755B6D
Black with #755B6D
Text Example
Text Example
White with #755B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755B6D; }
p { color: rgb(117,91,109); }
H1.HeaderClassName
{
color: #755B6D;
}
.AnyTagClassName
{
color: #755B6D;
}
</style>
background-color css
<style>
a { background-color: #755B6D; }
a { background-color: rgb(117,91,109); }
div.DivClassName
{
background-color: #755B6D;
}
.BgClassName
{
background-color: #755B6D;
}
</style>
border-color css
<style>
span { border-color: #755B6D; }
span { border-color: rgb(117,91,109); }
td.TdClassName
{
border-color: #755B6D;
}
.TagClassName
{
border-color: #755B6D;
}
</style>