Shades of Salt Box #744C6D
Tints of Salt Box #744C6D
RGB
CMYK
RGB Variations
Color information
#744C6D (or 0x744C6D) is known color: Salt Box. HEX triplet: 74, 4C and 6D. RGB value is (116,76,109). Sum of RGB (Red+Green+Blue) = 116+76+109=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 76 (30.08% from 255 or 25.25% from 301); Blue value is 109 (42.97% from 255 or 36.21% from 301); Max value from RGB is 116 - color contains mainly: red. Hex color #744C6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744C6D is #8BB392. Grayscale: #5B5B5B. Windows color (decimal): -9155475 or 7162996. OLE color: 7162996.
HSL color Cylindrical-coordinate representation of color #744C6D: hue angle of 310.5º degrees, saturation: 0.21, 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 #744C6D is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 76 | 109 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.55 |
| HSL | 310.5º | 0.21% | 0.38% | - |
| HSV(B) | 310.5º | 0.34% | 0.45% | - |
| XYZ | 12.55 | 9.99 | 15.73 | - |
| YUV | 91.72 | 137.75 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 76 | 109 | 0 | 0.34 | 0.06 | 0.55 | 310.5 | 0.21 | 0.38 |
| Hex | 74 | 4C | 6D | 0 | 22 | 6 | 37 | 136 | 15 | 26 |
| Octal | 164 | 114 | 155 | 0 | 42 | 6 | 67 | 466 | 25 | 46 |
| Binary | 1110100 | 1001100 | 1101101 | 0 | 100010 | 110 | 110111 | 100110110 | 10101 | 100110 |
Color Harmonies of #744C6D
Complementary color
Monochromatic Colors of #744C6D
Black with #744C6D
Text Example
Text Example
White with #744C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744C6D; }
p { color: rgb(116,76,109); }
H1.HeaderClassName
{
color: #744C6D;
}
.AnyTagClassName
{
color: #744C6D;
}
</style>
background-color css
<style>
a { background-color: #744C6D; }
a { background-color: rgb(116,76,109); }
div.DivClassName
{
background-color: #744C6D;
}
.BgClassName
{
background-color: #744C6D;
}
</style>
border-color css
<style>
span { border-color: #744C6D; }
span { border-color: rgb(116,76,109); }
td.TdClassName
{
border-color: #744C6D;
}
.TagClassName
{
border-color: #744C6D;
}
</style>