Shades of Wasabi #778841
Tints of Wasabi #778841
RGB
CMYK
RGB Variations
Color information
#778841 (or 0x778841) is known color: Wasabi. HEX triplet: 77, 88 and 41. RGB value is (119,136,65). Sum of RGB (Red+Green+Blue) = 119+136+65=320 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.19% from 320); Green value is 136 (53.52% from 255 or 42.5% from 320); Blue value is 65 (25.78% from 255 or 20.31% from 320); Max value from RGB is 136 - color contains mainly: green. Hex color #778841 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778841 is #8877BE. Grayscale: #7B7B7B. Windows color (decimal): -8943551 or 4294775. OLE color: 4294775.
HSL color Cylindrical-coordinate representation of color #778841: hue angle of 74.37º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #778841 is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 136 | 65 | - |
| CMYK | 0.12 | 0 | 0.52 | 0.47 |
| HSL | 74.37º | 0.35% | 0.39% | - |
| HSV(B) | 74.37º | 0.52% | 0.53% | - |
| XYZ | 17.37 | 21.91 | 8.32 | - |
| YUV | 122.82 | 95.37 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 136 | 65 | 0.12 | 0 | 0.52 | 0.47 | 74.37 | 0.35 | 0.39 |
| Hex | 77 | 88 | 41 | C | 0 | 34 | 2F | 4A | 23 | 27 |
| Octal | 167 | 210 | 101 | 14 | 0 | 64 | 57 | 112 | 43 | 47 |
| Binary | 1110111 | 10001000 | 1000001 | 1100 | 0 | 110100 | 101111 | 1001010 | 100011 | 100111 |
Color Harmonies of #778841
Complementary color
Monochromatic Colors of #778841
Black with #778841
Text Example
Text Example
White with #778841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778841; }
p { color: rgb(119,136,65); }
H1.HeaderClassName
{
color: #778841;
}
.AnyTagClassName
{
color: #778841;
}
</style>
background-color css
<style>
a { background-color: #778841; }
a { background-color: rgb(119,136,65); }
div.DivClassName
{
background-color: #778841;
}
.BgClassName
{
background-color: #778841;
}
</style>
border-color css
<style>
span { border-color: #778841; }
span { border-color: rgb(119,136,65); }
td.TdClassName
{
border-color: #778841;
}
.TagClassName
{
border-color: #778841;
}
</style>