Shades of Salt Box #754C6B
Tints of Salt Box #754C6B
RGB
CMYK
RGB Variations
Color information
#754C6B (or 0x754C6B) is known color: Salt Box. HEX triplet: 75, 4C and 6B. RGB value is (117,76,107). Sum of RGB (Red+Green+Blue) = 117+76+107=300 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39% from 300); Green value is 76 (30.08% from 255 or 25.33% from 300); Blue value is 107 (42.19% from 255 or 35.67% from 300); Max value from RGB is 117 - color contains mainly: red. Hex color #754C6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754C6B is #8AB394. Grayscale: #5B5B5B. Windows color (decimal): -9089941 or 7031925. OLE color: 7031925.
HSL color Cylindrical-coordinate representation of color #754C6B: hue angle of 314.63º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #754C6B is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 76 | 107 | - |
| CMYK | 0 | 0.35 | 0.09 | 0.54 |
| HSL | 314.63º | 0.21% | 0.38% | - |
| HSV(B) | 314.63º | 0.35% | 0.46% | - |
| XYZ | 12.57 | 10.01 | 15.18 | - |
| YUV | 91.79 | 136.58 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 76 | 107 | 0 | 0.35 | 0.09 | 0.54 | 314.63 | 0.21 | 0.38 |
| Hex | 75 | 4C | 6B | 0 | 23 | 9 | 36 | 13B | 15 | 26 |
| Octal | 165 | 114 | 153 | 0 | 43 | 11 | 66 | 473 | 25 | 46 |
| Binary | 1110101 | 1001100 | 1101011 | 0 | 100011 | 1001 | 110110 | 100111011 | 10101 | 100110 |
Color Harmonies of #754C6B
Complementary color
Monochromatic Colors of #754C6B
Black with #754C6B
Text Example
Text Example
White with #754C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754C6B; }
p { color: rgb(117,76,107); }
H1.HeaderClassName
{
color: #754C6B;
}
.AnyTagClassName
{
color: #754C6B;
}
</style>
background-color css
<style>
a { background-color: #754C6B; }
a { background-color: rgb(117,76,107); }
div.DivClassName
{
background-color: #754C6B;
}
.BgClassName
{
background-color: #754C6B;
}
</style>
border-color css
<style>
span { border-color: #754C6B; }
span { border-color: rgb(117,76,107); }
td.TdClassName
{
border-color: #754C6B;
}
.TagClassName
{
border-color: #754C6B;
}
</style>