Shades of Salt Box #744D70
Tints of Salt Box #744D70
RGB
CMYK
RGB Variations
Color information
#744D70 (or 0x744D70) is known color: Salt Box. HEX triplet: 74, 4D and 70. RGB value is (116,77,112). Sum of RGB (Red+Green+Blue) = 116+77+112=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 77 (30.47% from 255 or 25.25% from 305); Blue value is 112 (44.14% from 255 or 36.72% from 305); Max value from RGB is 116 - color contains mainly: red. Hex color #744D70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #744D70 is #8BB28F. Grayscale: #5C5C5C. Windows color (decimal): -9155216 or 7359860. OLE color: 7359860.
HSL color Cylindrical-coordinate representation of color #744D70: hue angle of 306.15º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #744D70 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 77 | 112 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.55 |
| HSL | 306.15º | 0.2% | 0.38% | - |
| HSV(B) | 306.15º | 0.34% | 0.45% | - |
| XYZ | 12.78 | 10.19 | 16.62 | - |
| YUV | 92.65 | 138.92 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 77 | 112 | 0 | 0.34 | 0.03 | 0.55 | 306.15 | 0.2 | 0.38 |
| Hex | 74 | 4D | 70 | 0 | 22 | 3 | 37 | 132 | 14 | 26 |
| Octal | 164 | 115 | 160 | 0 | 42 | 3 | 67 | 462 | 24 | 46 |
| Binary | 1110100 | 1001101 | 1110000 | 0 | 100010 | 11 | 110111 | 100110010 | 10100 | 100110 |
Color Harmonies of #744D70
Complementary color
Monochromatic Colors of #744D70
Black with #744D70
Text Example
Text Example
White with #744D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744D70; }
p { color: rgb(116,77,112); }
H1.HeaderClassName
{
color: #744D70;
}
.AnyTagClassName
{
color: #744D70;
}
</style>
background-color css
<style>
a { background-color: #744D70; }
a { background-color: rgb(116,77,112); }
div.DivClassName
{
background-color: #744D70;
}
.BgClassName
{
background-color: #744D70;
}
</style>
border-color css
<style>
span { border-color: #744D70; }
span { border-color: rgb(116,77,112); }
td.TdClassName
{
border-color: #744D70;
}
.TagClassName
{
border-color: #744D70;
}
</style>