Shades of Wasabi #778944
Tints of Wasabi #778944
RGB
CMYK
RGB Variations
Color information
#778944 (or 0x778944) is known color: Wasabi. HEX triplet: 77, 89 and 44. RGB value is (119,137,68). Sum of RGB (Red+Green+Blue) = 119+137+68=324 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.73% from 324); Green value is 137 (53.91% from 255 or 42.28% from 324); Blue value is 68 (26.95% from 255 or 20.99% from 324); Max value from RGB is 137 - color contains mainly: green. Hex color #778944 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778944 is #8876BB. Grayscale: #7C7C7C. Windows color (decimal): -8943292 or 4491639. OLE color: 4491639.
HSL color Cylindrical-coordinate representation of color #778944: hue angle of 75.65º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #778944 is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 119 | 137 | 68 | - |
| CMYK | 0.13 | 0 | 0.50 | 0.46 |
| HSL | 75.65º | 0.34% | 0.4% | - |
| HSV(B) | 75.65º | 0.5% | 0.54% | - |
| XYZ | 17.6 | 22.23 | 8.83 | - |
| YUV | 123.75 | 96.54 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 137 | 68 | 0.13 | 0 | 0.50 | 0.46 | 75.65 | 0.34 | 0.4 |
| Hex | 77 | 89 | 44 | D | 0 | 32 | 2E | 4C | 22 | 28 |
| Octal | 167 | 211 | 104 | 15 | 0 | 62 | 56 | 114 | 42 | 50 |
| Binary | 1110111 | 10001001 | 1000100 | 1101 | 0 | 110010 | 101110 | 1001100 | 100010 | 101000 |
Color Harmonies of #778944
Complementary color
Monochromatic Colors of #778944
Black with #778944
Text Example
Text Example
White with #778944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778944; }
p { color: rgb(119,137,68); }
H1.HeaderClassName
{
color: #778944;
}
.AnyTagClassName
{
color: #778944;
}
</style>
background-color css
<style>
a { background-color: #778944; }
a { background-color: rgb(119,137,68); }
div.DivClassName
{
background-color: #778944;
}
.BgClassName
{
background-color: #778944;
}
</style>
border-color css
<style>
span { border-color: #778944; }
span { border-color: rgb(119,137,68); }
td.TdClassName
{
border-color: #778944;
}
.TagClassName
{
border-color: #778944;
}
</style>