Shades of Salt Box #754F6E
Tints of Salt Box #754F6E
RGB
CMYK
RGB Variations
Color information
#754F6E (or 0x754F6E) is known color: Salt Box. HEX triplet: 75, 4F and 6E. RGB value is (117,79,110). Sum of RGB (Red+Green+Blue) = 117+79+110=306 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.24% from 306); Green value is 79 (31.25% from 255 or 25.82% from 306); Blue value is 110 (43.36% from 255 or 35.95% from 306); Max value from RGB is 117 - color contains mainly: red. Hex color #754F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #754F6E is #8AB091. Grayscale: #5D5D5D. Windows color (decimal): -9089170 or 7229301. OLE color: 7229301.
HSL color Cylindrical-coordinate representation of color #754F6E: hue angle of 311.05º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #754F6E is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 79 | 110 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.54 |
| HSL | 311.05º | 0.19% | 0.38% | - |
| HSV(B) | 311.05º | 0.32% | 0.46% | - |
| XYZ | 12.95 | 10.5 | 16.1 | - |
| YUV | 93.9 | 137.09 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 79 | 110 | 0 | 0.32 | 0.06 | 0.54 | 311.05 | 0.19 | 0.38 |
| Hex | 75 | 4F | 6E | 0 | 20 | 6 | 36 | 137 | 13 | 26 |
| Octal | 165 | 117 | 156 | 0 | 40 | 6 | 66 | 467 | 23 | 46 |
| Binary | 1110101 | 1001111 | 1101110 | 0 | 100000 | 110 | 110110 | 100110111 | 10011 | 100110 |
Color Harmonies of #754F6E
Complementary color
Monochromatic Colors of #754F6E
Black with #754F6E
Text Example
Text Example
White with #754F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754F6E; }
p { color: rgb(117,79,110); }
H1.HeaderClassName
{
color: #754F6E;
}
.AnyTagClassName
{
color: #754F6E;
}
</style>
background-color css
<style>
a { background-color: #754F6E; }
a { background-color: rgb(117,79,110); }
div.DivClassName
{
background-color: #754F6E;
}
.BgClassName
{
background-color: #754F6E;
}
</style>
border-color css
<style>
span { border-color: #754F6E; }
span { border-color: rgb(117,79,110); }
td.TdClassName
{
border-color: #754F6E;
}
.TagClassName
{
border-color: #754F6E;
}
</style>