Shades of Salt Box #754D6C
Tints of Salt Box #754D6C
RGB
CMYK
RGB Variations
Color information
#754D6C (or 0x754D6C) is known color: Salt Box. HEX triplet: 75, 4D and 6C. RGB value is (117,77,108). Sum of RGB (Red+Green+Blue) = 117+77+108=302 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.74% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 108 (42.58% from 255 or 35.76% from 302); Max value from RGB is 117 - color contains mainly: red. Hex color #754D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #754D6C is #8AB293. Grayscale: #5C5C5C. Windows color (decimal): -9089684 or 7097717. OLE color: 7097717.
HSL color Cylindrical-coordinate representation of color #754D6C: hue angle of 313.5º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #754D6C is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 77 | 108 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.54 |
| HSL | 313.5º | 0.21% | 0.38% | - |
| HSV(B) | 313.5º | 0.34% | 0.46% | - |
| XYZ | 12.7 | 10.17 | 15.48 | - |
| YUV | 92.49 | 136.75 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 77 | 108 | 0 | 0.34 | 0.08 | 0.54 | 313.5 | 0.21 | 0.38 |
| Hex | 75 | 4D | 6C | 0 | 22 | 8 | 36 | 13A | 15 | 26 |
| Octal | 165 | 115 | 154 | 0 | 42 | 10 | 66 | 472 | 25 | 46 |
| Binary | 1110101 | 1001101 | 1101100 | 0 | 100010 | 1000 | 110110 | 100111010 | 10101 | 100110 |
Color Harmonies of #754D6C
Complementary color
Monochromatic Colors of #754D6C
Black with #754D6C
Text Example
Text Example
White with #754D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754D6C; }
p { color: rgb(117,77,108); }
H1.HeaderClassName
{
color: #754D6C;
}
.AnyTagClassName
{
color: #754D6C;
}
</style>
background-color css
<style>
a { background-color: #754D6C; }
a { background-color: rgb(117,77,108); }
div.DivClassName
{
background-color: #754D6C;
}
.BgClassName
{
background-color: #754D6C;
}
</style>
border-color css
<style>
span { border-color: #754D6C; }
span { border-color: rgb(117,77,108); }
td.TdClassName
{
border-color: #754D6C;
}
.TagClassName
{
border-color: #754D6C;
}
</style>