Shades of Wasabi #778831
Tints of Wasabi #778831
RGB
CMYK
RGB Variations
Color information
#778831 (or 0x778831) is known color: Wasabi. HEX triplet: 77, 88 and 31. RGB value is (119,136,49). Sum of RGB (Red+Green+Blue) = 119+136+49=304 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.14% from 304); Green value is 136 (53.52% from 255 or 44.74% from 304); Blue value is 49 (19.53% from 255 or 16.12% from 304); Max value from RGB is 136 - color contains mainly: green. Hex color #778831 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778831 is #8877CE. Grayscale: #797979. Windows color (decimal): -8943567 or 3246199. OLE color: 3246199.
HSL color Cylindrical-coordinate representation of color #778831: hue angle of 71.72º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #778831 is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 136 | 49 | - |
| CMYK | 0.12 | 0 | 0.64 | 0.47 |
| HSL | 71.72º | 0.47% | 0.36% | - |
| HSV(B) | 71.72º | 0.64% | 0.53% | - |
| XYZ | 16.97 | 21.75 | 6.21 | - |
| YUV | 121 | 87.37 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 136 | 49 | 0.12 | 0 | 0.64 | 0.47 | 71.72 | 0.47 | 0.36 |
| Hex | 77 | 88 | 31 | C | 0 | 40 | 2F | 48 | 2F | 24 |
| Octal | 167 | 210 | 61 | 14 | 0 | 100 | 57 | 110 | 57 | 44 |
| Binary | 1110111 | 10001000 | 110001 | 1100 | 0 | 1000000 | 101111 | 1001000 | 101111 | 100100 |
Color Harmonies of #778831
Complementary color
Monochromatic Colors of #778831
Black with #778831
Text Example
Text Example
White with #778831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778831; }
p { color: rgb(119,136,49); }
H1.HeaderClassName
{
color: #778831;
}
.AnyTagClassName
{
color: #778831;
}
</style>
background-color css
<style>
a { background-color: #778831; }
a { background-color: rgb(119,136,49); }
div.DivClassName
{
background-color: #778831;
}
.BgClassName
{
background-color: #778831;
}
</style>
border-color css
<style>
span { border-color: #778831; }
span { border-color: rgb(119,136,49); }
td.TdClassName
{
border-color: #778831;
}
.TagClassName
{
border-color: #778831;
}
</style>