Shades of Wasabi #778840
Tints of Wasabi #778840
RGB
CMYK
RGB Variations
Color information
#778840 (or 0x778840) is known color: Wasabi. HEX triplet: 77, 88 and 40. RGB value is (119,136,64). Sum of RGB (Red+Green+Blue) = 119+136+64=319 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.30% from 319); Green value is 136 (53.52% from 255 or 42.63% from 319); Blue value is 64 (25.39% from 255 or 20.06% from 319); Max value from RGB is 136 - color contains mainly: green. Hex color #778840 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778840 is #8877BF. Grayscale: #7A7A7A. Windows color (decimal): -8943552 or 4229239. OLE color: 4229239.
HSL color Cylindrical-coordinate representation of color #778840: hue angle of 74.17º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #778840 is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 136 | 64 | - |
| CMYK | 0.12 | 0 | 0.53 | 0.47 |
| HSL | 74.17º | 0.36% | 0.39% | - |
| HSV(B) | 74.17º | 0.53% | 0.53% | - |
| XYZ | 17.34 | 21.9 | 8.16 | - |
| YUV | 122.71 | 94.87 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 136 | 64 | 0.12 | 0 | 0.53 | 0.47 | 74.17 | 0.36 | 0.39 |
| Hex | 77 | 88 | 40 | C | 0 | 35 | 2F | 4A | 24 | 27 |
| Octal | 167 | 210 | 100 | 14 | 0 | 65 | 57 | 112 | 44 | 47 |
| Binary | 1110111 | 10001000 | 1000000 | 1100 | 0 | 110101 | 101111 | 1001010 | 100100 | 100111 |
Color Harmonies of #778840
Complementary color
Monochromatic Colors of #778840
Black with #778840
Text Example
Text Example
White with #778840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778840; }
p { color: rgb(119,136,64); }
H1.HeaderClassName
{
color: #778840;
}
.AnyTagClassName
{
color: #778840;
}
</style>
background-color css
<style>
a { background-color: #778840; }
a { background-color: rgb(119,136,64); }
div.DivClassName
{
background-color: #778840;
}
.BgClassName
{
background-color: #778840;
}
</style>
border-color css
<style>
span { border-color: #778840; }
span { border-color: rgb(119,136,64); }
td.TdClassName
{
border-color: #778840;
}
.TagClassName
{
border-color: #778840;
}
</style>