Shades of Salt Box #755E6E
Tints of Salt Box #755E6E
RGB
CMYK
RGB Variations
Color information
#755E6E (or 0x755E6E) is known color: Salt Box. HEX triplet: 75, 5E and 6E. RGB value is (117,94,110). Sum of RGB (Red+Green+Blue) = 117+94+110=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 94 (37.11% from 255 or 29.28% from 321); Blue value is 110 (43.36% from 255 or 34.27% from 321); Max value from RGB is 117 - color contains mainly: red. Hex color #755E6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755E6E is #8AA191. Grayscale: #666666. Windows color (decimal): -9085330 or 7233141. OLE color: 7233141.
HSL color Cylindrical-coordinate representation of color #755E6E: hue angle of 318.26º 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 #755E6E is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 94 | 110 | - |
| CMYK | 0 | 0.20 | 0.06 | 0.54 |
| HSL | 318.26º | 0.11% | 0.41% | - |
| HSV(B) | 318.26º | 0.2% | 0.46% | - |
| XYZ | 14.15 | 12.91 | 16.5 | - |
| YUV | 102.7 | 132.12 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 94 | 110 | 0 | 0.20 | 0.06 | 0.54 | 318.26 | 0.11 | 0.41 |
| Hex | 75 | 5E | 6E | 0 | 14 | 6 | 36 | 13E | B | 29 |
| Octal | 165 | 136 | 156 | 0 | 24 | 6 | 66 | 476 | 13 | 51 |
| Binary | 1110101 | 1011110 | 1101110 | 0 | 10100 | 110 | 110110 | 100111110 | 1011 | 101001 |
Color Harmonies of #755E6E
Complementary color
Monochromatic Colors of #755E6E
Black with #755E6E
Text Example
Text Example
White with #755E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755E6E; }
p { color: rgb(117,94,110); }
H1.HeaderClassName
{
color: #755E6E;
}
.AnyTagClassName
{
color: #755E6E;
}
</style>
background-color css
<style>
a { background-color: #755E6E; }
a { background-color: rgb(117,94,110); }
div.DivClassName
{
background-color: #755E6E;
}
.BgClassName
{
background-color: #755E6E;
}
</style>
border-color css
<style>
span { border-color: #755E6E; }
span { border-color: rgb(117,94,110); }
td.TdClassName
{
border-color: #755E6E;
}
.TagClassName
{
border-color: #755E6E;
}
</style>