Shades of Salt Box #774B6E
Tints of Salt Box #774B6E
RGB
CMYK
RGB Variations
Color information
#774B6E (or 0x774B6E) is known color: Salt Box. HEX triplet: 77, 4B and 6E. RGB value is (119,75,110). Sum of RGB (Red+Green+Blue) = 119+75+110=304 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.14% from 304); Green value is 75 (29.69% from 255 or 24.67% from 304); Blue value is 110 (43.36% from 255 or 36.18% from 304); Max value from RGB is 119 - color contains mainly: red. Hex color #774B6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774B6E is #88B491. Grayscale: #5C5C5C. Windows color (decimal): -8959122 or 7228279. OLE color: 7228279.
HSL color Cylindrical-coordinate representation of color #774B6E: hue angle of 312.27º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #774B6E is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 75 | 110 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.53 |
| HSL | 312.27º | 0.23% | 0.38% | - |
| HSV(B) | 312.27º | 0.37% | 0.47% | - |
| XYZ | 12.94 | 10.08 | 16.02 | - |
| YUV | 92.15 | 138.08 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 75 | 110 | 0 | 0.37 | 0.08 | 0.53 | 312.27 | 0.23 | 0.38 |
| Hex | 77 | 4B | 6E | 0 | 25 | 8 | 35 | 138 | 17 | 26 |
| Octal | 167 | 113 | 156 | 0 | 45 | 10 | 65 | 470 | 27 | 46 |
| Binary | 1110111 | 1001011 | 1101110 | 0 | 100101 | 1000 | 110101 | 100111000 | 10111 | 100110 |
Color Harmonies of #774B6E
Complementary color
Monochromatic Colors of #774B6E
Black with #774B6E
Text Example
Text Example
White with #774B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774B6E; }
p { color: rgb(119,75,110); }
H1.HeaderClassName
{
color: #774B6E;
}
.AnyTagClassName
{
color: #774B6E;
}
</style>
background-color css
<style>
a { background-color: #774B6E; }
a { background-color: rgb(119,75,110); }
div.DivClassName
{
background-color: #774B6E;
}
.BgClassName
{
background-color: #774B6E;
}
</style>
border-color css
<style>
span { border-color: #774B6E; }
span { border-color: rgb(119,75,110); }
td.TdClassName
{
border-color: #774B6E;
}
.TagClassName
{
border-color: #774B6E;
}
</style>