Shades of Salt Box #744B6E
Tints of Salt Box #744B6E
RGB
CMYK
RGB Variations
Color information
#744B6E (or 0x744B6E) is known color: Salt Box. HEX triplet: 74, 4B and 6E. RGB value is (116,75,110). Sum of RGB (Red+Green+Blue) = 116+75+110=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 75 (29.69% from 255 or 24.92% from 301); Blue value is 110 (43.36% from 255 or 36.54% from 301); Max value from RGB is 116 - color contains mainly: red. Hex color #744B6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744B6E is #8BB491. Grayscale: #5B5B5B. Windows color (decimal): -9155730 or 7228276. OLE color: 7228276.
HSL color Cylindrical-coordinate representation of color #744B6E: hue angle of 308.78º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #744B6E is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 75 | 110 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.55 |
| HSL | 308.78º | 0.21% | 0.37% | - |
| HSV(B) | 308.78º | 0.35% | 0.45% | - |
| XYZ | 12.53 | 9.87 | 16 | - |
| YUV | 91.25 | 138.58 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 75 | 110 | 0 | 0.35 | 0.05 | 0.55 | 308.78 | 0.21 | 0.37 |
| Hex | 74 | 4B | 6E | 0 | 23 | 5 | 37 | 135 | 15 | 25 |
| Octal | 164 | 113 | 156 | 0 | 43 | 5 | 67 | 465 | 25 | 45 |
| Binary | 1110100 | 1001011 | 1101110 | 0 | 100011 | 101 | 110111 | 100110101 | 10101 | 100101 |
Color Harmonies of #744B6E
Complementary color
Monochromatic Colors of #744B6E
Black with #744B6E
Text Example
Text Example
White with #744B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744B6E; }
p { color: rgb(116,75,110); }
H1.HeaderClassName
{
color: #744B6E;
}
.AnyTagClassName
{
color: #744B6E;
}
</style>
background-color css
<style>
a { background-color: #744B6E; }
a { background-color: rgb(116,75,110); }
div.DivClassName
{
background-color: #744B6E;
}
.BgClassName
{
background-color: #744B6E;
}
</style>
border-color css
<style>
span { border-color: #744B6E; }
span { border-color: rgb(116,75,110); }
td.TdClassName
{
border-color: #744B6E;
}
.TagClassName
{
border-color: #744B6E;
}
</style>