Shades of Wasabi #778832
Tints of Wasabi #778832
RGB
CMYK
RGB Variations
Color information
#778832 (or 0x778832) is known color: Wasabi. HEX triplet: 77, 88 and 32. RGB value is (119,136,50). Sum of RGB (Red+Green+Blue) = 119+136+50=305 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.02% from 305); Green value is 136 (53.52% from 255 or 44.59% from 305); Blue value is 50 (19.92% from 255 or 16.39% from 305); Max value from RGB is 136 - color contains mainly: green. Hex color #778832 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778832 is #8877CD. Grayscale: #797979. Windows color (decimal): -8943566 or 3311735. OLE color: 3311735.
HSL color Cylindrical-coordinate representation of color #778832: hue angle of 71.86º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #778832 is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 136 | 50 | - |
| CMYK | 0.12 | 0 | 0.63 | 0.47 |
| HSL | 71.86º | 0.46% | 0.36% | - |
| HSV(B) | 71.86º | 0.63% | 0.53% | - |
| XYZ | 16.99 | 21.76 | 6.32 | - |
| YUV | 121.11 | 87.87 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 136 | 50 | 0.12 | 0 | 0.63 | 0.47 | 71.86 | 0.46 | 0.36 |
| Hex | 77 | 88 | 32 | C | 0 | 3F | 2F | 48 | 2E | 24 |
| Octal | 167 | 210 | 62 | 14 | 0 | 77 | 57 | 110 | 56 | 44 |
| Binary | 1110111 | 10001000 | 110010 | 1100 | 0 | 111111 | 101111 | 1001000 | 101110 | 100100 |
Color Harmonies of #778832
Complementary color
Monochromatic Colors of #778832
Black with #778832
Text Example
Text Example
White with #778832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778832; }
p { color: rgb(119,136,50); }
H1.HeaderClassName
{
color: #778832;
}
.AnyTagClassName
{
color: #778832;
}
</style>
background-color css
<style>
a { background-color: #778832; }
a { background-color: rgb(119,136,50); }
div.DivClassName
{
background-color: #778832;
}
.BgClassName
{
background-color: #778832;
}
</style>
border-color css
<style>
span { border-color: #778832; }
span { border-color: rgb(119,136,50); }
td.TdClassName
{
border-color: #778832;
}
.TagClassName
{
border-color: #778832;
}
</style>