Shades of Salt Box #744C6F
Tints of Salt Box #744C6F
RGB
CMYK
RGB Variations
Color information
#744C6F (or 0x744C6F) is known color: Salt Box. HEX triplet: 74, 4C and 6F. RGB value is (116,76,111). Sum of RGB (Red+Green+Blue) = 116+76+111=303 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.28% from 303); Green value is 76 (30.08% from 255 or 25.08% from 303); Blue value is 111 (43.75% from 255 or 36.63% from 303); Max value from RGB is 116 - color contains mainly: red. Hex color #744C6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744C6F is #8BB390. Grayscale: #5B5B5B. Windows color (decimal): -9155473 or 7294068. OLE color: 7294068.
HSL color Cylindrical-coordinate representation of color #744C6F: hue angle of 307.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 #744C6F is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 76 | 111 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.55 |
| HSL | 307.5º | 0.21% | 0.38% | - |
| HSV(B) | 307.5º | 0.34% | 0.45% | - |
| XYZ | 12.66 | 10.03 | 16.31 | - |
| YUV | 91.95 | 138.75 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 76 | 111 | 0 | 0.34 | 0.04 | 0.55 | 307.5 | 0.21 | 0.38 |
| Hex | 74 | 4C | 6F | 0 | 22 | 4 | 37 | 134 | 15 | 26 |
| Octal | 164 | 114 | 157 | 0 | 42 | 4 | 67 | 464 | 25 | 46 |
| Binary | 1110100 | 1001100 | 1101111 | 0 | 100010 | 100 | 110111 | 100110100 | 10101 | 100110 |
Color Harmonies of #744C6F
Complementary color
Monochromatic Colors of #744C6F
Black with #744C6F
Text Example
Text Example
White with #744C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744C6F; }
p { color: rgb(116,76,111); }
H1.HeaderClassName
{
color: #744C6F;
}
.AnyTagClassName
{
color: #744C6F;
}
</style>
background-color css
<style>
a { background-color: #744C6F; }
a { background-color: rgb(116,76,111); }
div.DivClassName
{
background-color: #744C6F;
}
.BgClassName
{
background-color: #744C6F;
}
</style>
border-color css
<style>
span { border-color: #744C6F; }
span { border-color: rgb(116,76,111); }
td.TdClassName
{
border-color: #744C6F;
}
.TagClassName
{
border-color: #744C6F;
}
</style>