Shades of Wasabi #778834
Tints of Wasabi #778834
RGB
CMYK
RGB Variations
Color information
#778834 (or 0x778834) is known color: Wasabi. HEX triplet: 77, 88 and 34. RGB value is (119,136,52). Sum of RGB (Red+Green+Blue) = 119+136+52=307 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.76% from 307); Green value is 136 (53.52% from 255 or 44.30% from 307); Blue value is 52 (20.70% from 255 or 16.94% from 307); Max value from RGB is 136 - color contains mainly: green. Hex color #778834 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778834 is #8877CB. Grayscale: #797979. Windows color (decimal): -8943564 or 3442807. OLE color: 3442807.
HSL color Cylindrical-coordinate representation of color #778834: hue angle of 72.14º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #778834 is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 136 | 52 | - |
| CMYK | 0.12 | 0 | 0.62 | 0.47 |
| HSL | 72.14º | 0.45% | 0.37% | - |
| HSV(B) | 72.14º | 0.62% | 0.53% | - |
| XYZ | 17.03 | 21.78 | 6.55 | - |
| YUV | 121.34 | 88.87 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 136 | 52 | 0.12 | 0 | 0.62 | 0.47 | 72.14 | 0.45 | 0.37 |
| Hex | 77 | 88 | 34 | C | 0 | 3E | 2F | 48 | 2D | 25 |
| Octal | 167 | 210 | 64 | 14 | 0 | 76 | 57 | 110 | 55 | 45 |
| Binary | 1110111 | 10001000 | 110100 | 1100 | 0 | 111110 | 101111 | 1001000 | 101101 | 100101 |
Color Harmonies of #778834
Complementary color
Monochromatic Colors of #778834
Black with #778834
Text Example
Text Example
White with #778834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778834; }
p { color: rgb(119,136,52); }
H1.HeaderClassName
{
color: #778834;
}
.AnyTagClassName
{
color: #778834;
}
</style>
background-color css
<style>
a { background-color: #778834; }
a { background-color: rgb(119,136,52); }
div.DivClassName
{
background-color: #778834;
}
.BgClassName
{
background-color: #778834;
}
</style>
border-color css
<style>
span { border-color: #778834; }
span { border-color: rgb(119,136,52); }
td.TdClassName
{
border-color: #778834;
}
.TagClassName
{
border-color: #778834;
}
</style>