Shades of Wasabi #778932
Tints of Wasabi #778932
RGB
CMYK
RGB Variations
Color information
#778932 (or 0x778932) is known color: Wasabi. HEX triplet: 77, 89 and 32. RGB value is (119,137,50). Sum of RGB (Red+Green+Blue) = 119+137+50=306 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.89% from 306); Green value is 137 (53.91% from 255 or 44.77% from 306); Blue value is 50 (19.92% from 255 or 16.34% from 306); Max value from RGB is 137 - color contains mainly: green. Hex color #778932 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778932 is #8876CD. Grayscale: #7A7A7A. Windows color (decimal): -8943310 or 3311991. OLE color: 3311991.
HSL color Cylindrical-coordinate representation of color #778932: hue angle of 72.41º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #778932 is Cyan = 0.13, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 119 | 137 | 50 | - |
| CMYK | 0.13 | 0 | 0.64 | 0.46 |
| HSL | 72.41º | 0.47% | 0.37% | - |
| HSV(B) | 72.41º | 0.64% | 0.54% | - |
| XYZ | 17.13 | 22.04 | 6.37 | - |
| YUV | 121.7 | 87.54 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 137 | 50 | 0.13 | 0 | 0.64 | 0.46 | 72.41 | 0.47 | 0.37 |
| Hex | 77 | 89 | 32 | D | 0 | 40 | 2E | 48 | 2F | 25 |
| Octal | 167 | 211 | 62 | 15 | 0 | 100 | 56 | 110 | 57 | 45 |
| Binary | 1110111 | 10001001 | 110010 | 1101 | 0 | 1000000 | 101110 | 1001000 | 101111 | 100101 |
Color Harmonies of #778932
Complementary color
Monochromatic Colors of #778932
Black with #778932
Text Example
Text Example
White with #778932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778932; }
p { color: rgb(119,137,50); }
H1.HeaderClassName
{
color: #778932;
}
.AnyTagClassName
{
color: #778932;
}
</style>
background-color css
<style>
a { background-color: #778932; }
a { background-color: rgb(119,137,50); }
div.DivClassName
{
background-color: #778932;
}
.BgClassName
{
background-color: #778932;
}
</style>
border-color css
<style>
span { border-color: #778932; }
span { border-color: rgb(119,137,50); }
td.TdClassName
{
border-color: #778932;
}
.TagClassName
{
border-color: #778932;
}
</style>