Shades of Salt Box #774B70
Tints of Salt Box #774B70
RGB
CMYK
RGB Variations
Color information
#774B70 (or 0x774B70) is known color: Salt Box. HEX triplet: 77, 4B and 70. RGB value is (119,75,112). Sum of RGB (Red+Green+Blue) = 119+75+112=306 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.89% from 306); Green value is 75 (29.69% from 255 or 24.51% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 119 - color contains mainly: red. Hex color #774B70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774B70 is #88B48F. Grayscale: #5C5C5C. Windows color (decimal): -8959120 or 7359351. OLE color: 7359351.
HSL color Cylindrical-coordinate representation of color #774B70: hue angle of 309.55º 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 #774B70 is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 75 | 112 | - |
| CMYK | 0 | 0.37 | 0.06 | 0.53 |
| HSL | 309.55º | 0.23% | 0.38% | - |
| HSV(B) | 309.55º | 0.37% | 0.47% | - |
| XYZ | 13.05 | 10.12 | 16.6 | - |
| YUV | 92.37 | 139.08 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 75 | 112 | 0 | 0.37 | 0.06 | 0.53 | 309.55 | 0.23 | 0.38 |
| Hex | 77 | 4B | 70 | 0 | 25 | 6 | 35 | 136 | 17 | 26 |
| Octal | 167 | 113 | 160 | 0 | 45 | 6 | 65 | 466 | 27 | 46 |
| Binary | 1110111 | 1001011 | 1110000 | 0 | 100101 | 110 | 110101 | 100110110 | 10111 | 100110 |
Color Harmonies of #774B70
Complementary color
Monochromatic Colors of #774B70
Black with #774B70
Text Example
Text Example
White with #774B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774B70; }
p { color: rgb(119,75,112); }
H1.HeaderClassName
{
color: #774B70;
}
.AnyTagClassName
{
color: #774B70;
}
</style>
background-color css
<style>
a { background-color: #774B70; }
a { background-color: rgb(119,75,112); }
div.DivClassName
{
background-color: #774B70;
}
.BgClassName
{
background-color: #774B70;
}
</style>
border-color css
<style>
span { border-color: #774B70; }
span { border-color: rgb(119,75,112); }
td.TdClassName
{
border-color: #774B70;
}
.TagClassName
{
border-color: #774B70;
}
</style>