Shades of Salt Box #754D6B
Tints of Salt Box #754D6B
RGB
CMYK
RGB Variations
Color information
#754D6B (or 0x754D6B) is known color: Salt Box. HEX triplet: 75, 4D and 6B. RGB value is (117,77,107). Sum of RGB (Red+Green+Blue) = 117+77+107=301 (39% of max value = 765). Red value is 117 (46.09% from 255 or 38.87% from 301); Green value is 77 (30.47% from 255 or 25.58% from 301); Blue value is 107 (42.19% from 255 or 35.55% from 301); Max value from RGB is 117 - color contains mainly: red. Hex color #754D6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #754D6B is #8AB294. Grayscale: #5C5C5C. Windows color (decimal): -9089685 or 7032181. OLE color: 7032181.
HSL color Cylindrical-coordinate representation of color #754D6B: hue angle of 315º 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 #754D6B is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 77 | 107 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.54 |
| HSL | 315º | 0.21% | 0.38% | - |
| HSV(B) | 315º | 0.34% | 0.46% | - |
| XYZ | 12.64 | 10.15 | 15.2 | - |
| YUV | 92.38 | 136.25 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 77 | 107 | 0 | 0.34 | 0.09 | 0.54 | 315 | 0.21 | 0.38 |
| Hex | 75 | 4D | 6B | 0 | 22 | 9 | 36 | 13B | 15 | 26 |
| Octal | 165 | 115 | 153 | 0 | 42 | 11 | 66 | 473 | 25 | 46 |
| Binary | 1110101 | 1001101 | 1101011 | 0 | 100010 | 1001 | 110110 | 100111011 | 10101 | 100110 |
Color Harmonies of #754D6B
Complementary color
Monochromatic Colors of #754D6B
Black with #754D6B
Text Example
Text Example
White with #754D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754D6B; }
p { color: rgb(117,77,107); }
H1.HeaderClassName
{
color: #754D6B;
}
.AnyTagClassName
{
color: #754D6B;
}
</style>
background-color css
<style>
a { background-color: #754D6B; }
a { background-color: rgb(117,77,107); }
div.DivClassName
{
background-color: #754D6B;
}
.BgClassName
{
background-color: #754D6B;
}
</style>
border-color css
<style>
span { border-color: #754D6B; }
span { border-color: rgb(117,77,107); }
td.TdClassName
{
border-color: #754D6B;
}
.TagClassName
{
border-color: #754D6B;
}
</style>