Shades of Salt Box #744E6A
Tints of Salt Box #744E6A
RGB
CMYK
RGB Variations
Color information
#744E6A (or 0x744E6A) is known color: Salt Box. HEX triplet: 74, 4E and 6A. RGB value is (116,78,106). Sum of RGB (Red+Green+Blue) = 116+78+106=300 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.67% from 300); Green value is 78 (30.86% from 255 or 26% from 300); Blue value is 106 (41.80% from 255 or 35.33% from 300); Max value from RGB is 116 - color contains mainly: red. Hex color #744E6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #744E6A is #8BB195. Grayscale: #5C5C5C. Windows color (decimal): -9154966 or 6966900. OLE color: 6966900.
HSL color Cylindrical-coordinate representation of color #744E6A: hue angle of 315.79º 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 #744E6A is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 78 | 106 | - |
| CMYK | 0 | 0.33 | 0.09 | 0.55 |
| HSL | 315.79º | 0.2% | 0.38% | - |
| HSV(B) | 315.79º | 0.33% | 0.45% | - |
| XYZ | 12.53 | 10.2 | 14.94 | - |
| YUV | 92.55 | 135.59 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 78 | 106 | 0 | 0.33 | 0.09 | 0.55 | 315.79 | 0.2 | 0.38 |
| Hex | 74 | 4E | 6A | 0 | 21 | 9 | 37 | 13C | 14 | 26 |
| Octal | 164 | 116 | 152 | 0 | 41 | 11 | 67 | 474 | 24 | 46 |
| Binary | 1110100 | 1001110 | 1101010 | 0 | 100001 | 1001 | 110111 | 100111100 | 10100 | 100110 |
Color Harmonies of #744E6A
Complementary color
Monochromatic Colors of #744E6A
Black with #744E6A
Text Example
Text Example
White with #744E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744E6A; }
p { color: rgb(116,78,106); }
H1.HeaderClassName
{
color: #744E6A;
}
.AnyTagClassName
{
color: #744E6A;
}
</style>
background-color css
<style>
a { background-color: #744E6A; }
a { background-color: rgb(116,78,106); }
div.DivClassName
{
background-color: #744E6A;
}
.BgClassName
{
background-color: #744E6A;
}
</style>
border-color css
<style>
span { border-color: #744E6A; }
span { border-color: rgb(116,78,106); }
td.TdClassName
{
border-color: #744E6A;
}
.TagClassName
{
border-color: #744E6A;
}
</style>