Shades of Salt Box #774A6F
Tints of Salt Box #774A6F
RGB
CMYK
RGB Variations
Color information
#774A6F (or 0x774A6F) is known color: Salt Box. HEX triplet: 77, 4A and 6F. RGB value is (119,74,111). Sum of RGB (Red+Green+Blue) = 119+74+111=304 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.14% from 304); Green value is 74 (29.30% from 255 or 24.34% from 304); Blue value is 111 (43.75% from 255 or 36.51% from 304); Max value from RGB is 119 - color contains mainly: red. Hex color #774A6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774A6F is #88B590. Grayscale: #5B5B5B. Windows color (decimal): -8959377 or 7293559. OLE color: 7293559.
HSL color Cylindrical-coordinate representation of color #774A6F: hue angle of 310.67º degrees, saturation: 0.23, 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 #774A6F is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 74 | 111 | - |
| CMYK | 0 | 0.38 | 0.07 | 0.53 |
| HSL | 310.67º | 0.23% | 0.38% | - |
| HSV(B) | 310.67º | 0.38% | 0.47% | - |
| XYZ | 12.93 | 9.97 | 16.28 | - |
| YUV | 91.67 | 138.91 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 74 | 111 | 0 | 0.38 | 0.07 | 0.53 | 310.67 | 0.23 | 0.38 |
| Hex | 77 | 4A | 6F | 0 | 26 | 7 | 35 | 137 | 17 | 26 |
| Octal | 167 | 112 | 157 | 0 | 46 | 7 | 65 | 467 | 27 | 46 |
| Binary | 1110111 | 1001010 | 1101111 | 0 | 100110 | 111 | 110101 | 100110111 | 10111 | 100110 |
Color Harmonies of #774A6F
Complementary color
Monochromatic Colors of #774A6F
Black with #774A6F
Text Example
Text Example
White with #774A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774A6F; }
p { color: rgb(119,74,111); }
H1.HeaderClassName
{
color: #774A6F;
}
.AnyTagClassName
{
color: #774A6F;
}
</style>
background-color css
<style>
a { background-color: #774A6F; }
a { background-color: rgb(119,74,111); }
div.DivClassName
{
background-color: #774A6F;
}
.BgClassName
{
background-color: #774A6F;
}
</style>
border-color css
<style>
span { border-color: #774A6F; }
span { border-color: rgb(119,74,111); }
td.TdClassName
{
border-color: #774A6F;
}
.TagClassName
{
border-color: #774A6F;
}
</style>