Shades of Salt Box #754D6D
Tints of Salt Box #754D6D
RGB
CMYK
RGB Variations
Color information
#754D6D (or 0x754D6D) is known color: Salt Box. HEX triplet: 75, 4D and 6D. RGB value is (117,77,109). Sum of RGB (Red+Green+Blue) = 117+77+109=303 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.61% from 303); Green value is 77 (30.47% from 255 or 25.41% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 117 - color contains mainly: red. Hex color #754D6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #754D6D is #8AB292. Grayscale: #5C5C5C. Windows color (decimal): -9089683 or 7163253. OLE color: 7163253.
HSL color Cylindrical-coordinate representation of color #754D6D: hue angle of 312º 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 #754D6D is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 77 | 109 | - |
| CMYK | 0 | 0.34 | 0.07 | 0.54 |
| HSL | 312º | 0.21% | 0.38% | - |
| HSV(B) | 312º | 0.34% | 0.46% | - |
| XYZ | 12.75 | 10.19 | 15.76 | - |
| YUV | 92.61 | 137.25 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 77 | 109 | 0 | 0.34 | 0.07 | 0.54 | 312 | 0.21 | 0.38 |
| Hex | 75 | 4D | 6D | 0 | 22 | 7 | 36 | 138 | 15 | 26 |
| Octal | 165 | 115 | 155 | 0 | 42 | 7 | 66 | 470 | 25 | 46 |
| Binary | 1110101 | 1001101 | 1101101 | 0 | 100010 | 111 | 110110 | 100111000 | 10101 | 100110 |
Color Harmonies of #754D6D
Complementary color
Monochromatic Colors of #754D6D
Black with #754D6D
Text Example
Text Example
White with #754D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754D6D; }
p { color: rgb(117,77,109); }
H1.HeaderClassName
{
color: #754D6D;
}
.AnyTagClassName
{
color: #754D6D;
}
</style>
background-color css
<style>
a { background-color: #754D6D; }
a { background-color: rgb(117,77,109); }
div.DivClassName
{
background-color: #754D6D;
}
.BgClassName
{
background-color: #754D6D;
}
</style>
border-color css
<style>
span { border-color: #754D6D; }
span { border-color: rgb(117,77,109); }
td.TdClassName
{
border-color: #754D6D;
}
.TagClassName
{
border-color: #754D6D;
}
</style>