Shades of Salt Box #784A6E
Tints of Salt Box #784A6E
RGB
CMYK
RGB Variations
Color information
#784A6E (or 0x784A6E) is known color: Salt Box. HEX triplet: 78, 4A and 6E. RGB value is (120,74,110). Sum of RGB (Red+Green+Blue) = 120+74+110=304 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.47% from 304); Green value is 74 (29.30% from 255 or 24.34% from 304); Blue value is 110 (43.36% from 255 or 36.18% from 304); Max value from RGB is 120 - color contains mainly: red. Hex color #784A6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784A6E is #87B591. Grayscale: #5B5B5B. Windows color (decimal): -8893842 or 7228024. OLE color: 7228024.
HSL color Cylindrical-coordinate representation of color #784A6E: hue angle of 313.04º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #784A6E is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 74 | 110 | - |
| CMYK | 0 | 0.38 | 0.08 | 0.53 |
| HSL | 313.04º | 0.24% | 0.38% | - |
| HSV(B) | 313.04º | 0.38% | 0.47% | - |
| XYZ | 13.01 | 10.02 | 16 | - |
| YUV | 91.86 | 138.24 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 74 | 110 | 0 | 0.38 | 0.08 | 0.53 | 313.04 | 0.24 | 0.38 |
| Hex | 78 | 4A | 6E | 0 | 26 | 8 | 35 | 139 | 18 | 26 |
| Octal | 170 | 112 | 156 | 0 | 46 | 10 | 65 | 471 | 30 | 46 |
| Binary | 1111000 | 1001010 | 1101110 | 0 | 100110 | 1000 | 110101 | 100111001 | 11000 | 100110 |
Color Harmonies of #784A6E
Complementary color
Monochromatic Colors of #784A6E
Black with #784A6E
Text Example
Text Example
White with #784A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784A6E; }
p { color: rgb(120,74,110); }
H1.HeaderClassName
{
color: #784A6E;
}
.AnyTagClassName
{
color: #784A6E;
}
</style>
background-color css
<style>
a { background-color: #784A6E; }
a { background-color: rgb(120,74,110); }
div.DivClassName
{
background-color: #784A6E;
}
.BgClassName
{
background-color: #784A6E;
}
</style>
border-color css
<style>
span { border-color: #784A6E; }
span { border-color: rgb(120,74,110); }
td.TdClassName
{
border-color: #784A6E;
}
.TagClassName
{
border-color: #784A6E;
}
</style>