Shades of Salt Box #744E6F
Tints of Salt Box #744E6F
RGB
CMYK
RGB Variations
Color information
#744E6F (or 0x744E6F) is known color: Salt Box. HEX triplet: 74, 4E and 6F. RGB value is (116,78,111). Sum of RGB (Red+Green+Blue) = 116+78+111=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 78 (30.86% from 255 or 25.57% from 305); Blue value is 111 (43.75% from 255 or 36.39% from 305); Max value from RGB is 116 - color contains mainly: red. Hex color #744E6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #744E6F is #8BB190. Grayscale: #5D5D5D. Windows color (decimal): -9154961 or 7294580. OLE color: 7294580.
HSL color Cylindrical-coordinate representation of color #744E6F: hue angle of 307.89º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #744E6F is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 78 | 111 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.55 |
| HSL | 307.89º | 0.2% | 0.38% | - |
| HSV(B) | 307.89º | 0.33% | 0.45% | - |
| XYZ | 12.8 | 10.31 | 16.35 | - |
| YUV | 93.12 | 138.09 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 78 | 111 | 0 | 0.33 | 0.04 | 0.55 | 307.89 | 0.2 | 0.38 |
| Hex | 74 | 4E | 6F | 0 | 21 | 4 | 37 | 134 | 14 | 26 |
| Octal | 164 | 116 | 157 | 0 | 41 | 4 | 67 | 464 | 24 | 46 |
| Binary | 1110100 | 1001110 | 1101111 | 0 | 100001 | 100 | 110111 | 100110100 | 10100 | 100110 |
Color Harmonies of #744E6F
Complementary color
Monochromatic Colors of #744E6F
Black with #744E6F
Text Example
Text Example
White with #744E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744E6F; }
p { color: rgb(116,78,111); }
H1.HeaderClassName
{
color: #744E6F;
}
.AnyTagClassName
{
color: #744E6F;
}
</style>
background-color css
<style>
a { background-color: #744E6F; }
a { background-color: rgb(116,78,111); }
div.DivClassName
{
background-color: #744E6F;
}
.BgClassName
{
background-color: #744E6F;
}
</style>
border-color css
<style>
span { border-color: #744E6F; }
span { border-color: rgb(116,78,111); }
td.TdClassName
{
border-color: #744E6F;
}
.TagClassName
{
border-color: #744E6F;
}
</style>