Shades of Wasabi #778833
Tints of Wasabi #778833
RGB
CMYK
RGB Variations
Color information
#778833 (or 0x778833) is known color: Wasabi. HEX triplet: 77, 88 and 33. RGB value is (119,136,51). Sum of RGB (Red+Green+Blue) = 119+136+51=306 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.89% from 306); Green value is 136 (53.52% from 255 or 44.44% from 306); Blue value is 51 (20.31% from 255 or 16.67% from 306); Max value from RGB is 136 - color contains mainly: green. Hex color #778833 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778833 is #8877CC. Grayscale: #797979. Windows color (decimal): -8943565 or 3377271. OLE color: 3377271.
HSL color Cylindrical-coordinate representation of color #778833: hue angle of 72º 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 #778833 is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 136 | 51 | - |
| CMYK | 0.12 | 0 | 0.62 | 0.47 |
| HSL | 72º | 0.45% | 0.37% | - |
| HSV(B) | 72º | 0.63% | 0.53% | - |
| XYZ | 17.01 | 21.77 | 6.44 | - |
| YUV | 121.23 | 88.37 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 136 | 51 | 0.12 | 0 | 0.62 | 0.47 | 72 | 0.45 | 0.37 |
| Hex | 77 | 88 | 33 | C | 0 | 3E | 2F | 48 | 2D | 25 |
| Octal | 167 | 210 | 63 | 14 | 0 | 76 | 57 | 110 | 55 | 45 |
| Binary | 1110111 | 10001000 | 110011 | 1100 | 0 | 111110 | 101111 | 1001000 | 101101 | 100101 |
Color Harmonies of #778833
Complementary color
Monochromatic Colors of #778833
Black with #778833
Text Example
Text Example
White with #778833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778833; }
p { color: rgb(119,136,51); }
H1.HeaderClassName
{
color: #778833;
}
.AnyTagClassName
{
color: #778833;
}
</style>
background-color css
<style>
a { background-color: #778833; }
a { background-color: rgb(119,136,51); }
div.DivClassName
{
background-color: #778833;
}
.BgClassName
{
background-color: #778833;
}
</style>
border-color css
<style>
span { border-color: #778833; }
span { border-color: rgb(119,136,51); }
td.TdClassName
{
border-color: #778833;
}
.TagClassName
{
border-color: #778833;
}
</style>