Shades of Salt Box #744E6B
Tints of Salt Box #744E6B
RGB
CMYK
RGB Variations
Color information
#744E6B (or 0x744E6B) is known color: Salt Box. HEX triplet: 74, 4E and 6B. RGB value is (116,78,107). Sum of RGB (Red+Green+Blue) = 116+78+107=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 78 (30.86% from 255 or 25.91% from 301); Blue value is 107 (42.19% from 255 or 35.55% from 301); Max value from RGB is 116 - color contains mainly: red. Hex color #744E6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #744E6B is #8BB194. Grayscale: #5C5C5C. Windows color (decimal): -9154965 or 7032436. OLE color: 7032436.
HSL color Cylindrical-coordinate representation of color #744E6B: hue angle of 314.21º 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 #744E6B is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 78 | 107 | - |
| CMYK | 0 | 0.33 | 0.08 | 0.55 |
| HSL | 314.21º | 0.2% | 0.38% | - |
| HSV(B) | 314.21º | 0.33% | 0.45% | - |
| XYZ | 12.58 | 10.22 | 15.22 | - |
| YUV | 92.67 | 136.09 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 78 | 107 | 0 | 0.33 | 0.08 | 0.55 | 314.21 | 0.2 | 0.38 |
| Hex | 74 | 4E | 6B | 0 | 21 | 8 | 37 | 13A | 14 | 26 |
| Octal | 164 | 116 | 153 | 0 | 41 | 10 | 67 | 472 | 24 | 46 |
| Binary | 1110100 | 1001110 | 1101011 | 0 | 100001 | 1000 | 110111 | 100111010 | 10100 | 100110 |
Color Harmonies of #744E6B
Complementary color
Monochromatic Colors of #744E6B
Black with #744E6B
Text Example
Text Example
White with #744E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744E6B; }
p { color: rgb(116,78,107); }
H1.HeaderClassName
{
color: #744E6B;
}
.AnyTagClassName
{
color: #744E6B;
}
</style>
background-color css
<style>
a { background-color: #744E6B; }
a { background-color: rgb(116,78,107); }
div.DivClassName
{
background-color: #744E6B;
}
.BgClassName
{
background-color: #744E6B;
}
</style>
border-color css
<style>
span { border-color: #744E6B; }
span { border-color: rgb(116,78,107); }
td.TdClassName
{
border-color: #744E6B;
}
.TagClassName
{
border-color: #744E6B;
}
</style>