Shades of Salt Box #755F6D
Tints of Salt Box #755F6D
RGB
CMYK
RGB Variations
Color information
#755F6D (or 0x755F6D) is known color: Salt Box. HEX triplet: 75, 5F and 6D. RGB value is (117,95,109). Sum of RGB (Red+Green+Blue) = 117+95+109=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 95 (37.5% from 255 or 29.60% from 321); Blue value is 109 (42.97% from 255 or 33.96% from 321); Max value from RGB is 117 - color contains mainly: red. Hex color #755F6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755F6D is #8AA092. Grayscale: #676767. Windows color (decimal): -9085075 or 7167861. OLE color: 7167861.
HSL color Cylindrical-coordinate representation of color #755F6D: hue angle of 321.82º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #755F6D is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 95 | 109 | - |
| CMYK | 0 | 0.19 | 0.07 | 0.54 |
| HSL | 321.82º | 0.1% | 0.42% | - |
| HSV(B) | 321.82º | 0.19% | 0.46% | - |
| XYZ | 14.19 | 13.07 | 16.24 | - |
| YUV | 103.17 | 131.29 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 95 | 109 | 0 | 0.19 | 0.07 | 0.54 | 321.82 | 0.1 | 0.42 |
| Hex | 75 | 5F | 6D | 0 | 13 | 7 | 36 | 142 | A | 2A |
| Octal | 165 | 137 | 155 | 0 | 23 | 7 | 66 | 502 | 12 | 52 |
| Binary | 1110101 | 1011111 | 1101101 | 0 | 10011 | 111 | 110110 | 101000010 | 1010 | 101010 |
Color Harmonies of #755F6D
Complementary color
Monochromatic Colors of #755F6D
Black with #755F6D
Text Example
Text Example
White with #755F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755F6D; }
p { color: rgb(117,95,109); }
H1.HeaderClassName
{
color: #755F6D;
}
.AnyTagClassName
{
color: #755F6D;
}
</style>
background-color css
<style>
a { background-color: #755F6D; }
a { background-color: rgb(117,95,109); }
div.DivClassName
{
background-color: #755F6D;
}
.BgClassName
{
background-color: #755F6D;
}
</style>
border-color css
<style>
span { border-color: #755F6D; }
span { border-color: rgb(117,95,109); }
td.TdClassName
{
border-color: #755F6D;
}
.TagClassName
{
border-color: #755F6D;
}
</style>