Shades of Salt Box #754E70
Tints of Salt Box #754E70
RGB
CMYK
RGB Variations
Color information
#754E70 (or 0x754E70) is known color: Salt Box. HEX triplet: 75, 4E and 70. RGB value is (117,78,112). Sum of RGB (Red+Green+Blue) = 117+78+112=307 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.11% from 307); Green value is 78 (30.86% from 255 or 25.41% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 117 - color contains mainly: red. Hex color #754E70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #754E70 is #8AB18F. Grayscale: #5D5D5D. Windows color (decimal): -9089424 or 7360117. OLE color: 7360117.
HSL color Cylindrical-coordinate representation of color #754E70: hue angle of 307.69º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #754E70 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 78 | 112 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.54 |
| HSL | 307.69º | 0.2% | 0.38% | - |
| HSV(B) | 307.69º | 0.33% | 0.46% | - |
| XYZ | 12.99 | 10.4 | 16.65 | - |
| YUV | 93.54 | 138.42 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 78 | 112 | 0 | 0.33 | 0.04 | 0.54 | 307.69 | 0.2 | 0.38 |
| Hex | 75 | 4E | 70 | 0 | 21 | 4 | 36 | 134 | 14 | 26 |
| Octal | 165 | 116 | 160 | 0 | 41 | 4 | 66 | 464 | 24 | 46 |
| Binary | 1110101 | 1001110 | 1110000 | 0 | 100001 | 100 | 110110 | 100110100 | 10100 | 100110 |
Color Harmonies of #754E70
Complementary color
Monochromatic Colors of #754E70
Black with #754E70
Text Example
Text Example
White with #754E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754E70; }
p { color: rgb(117,78,112); }
H1.HeaderClassName
{
color: #754E70;
}
.AnyTagClassName
{
color: #754E70;
}
</style>
background-color css
<style>
a { background-color: #754E70; }
a { background-color: rgb(117,78,112); }
div.DivClassName
{
background-color: #754E70;
}
.BgClassName
{
background-color: #754E70;
}
</style>
border-color css
<style>
span { border-color: #754E70; }
span { border-color: rgb(117,78,112); }
td.TdClassName
{
border-color: #754E70;
}
.TagClassName
{
border-color: #754E70;
}
</style>