Shades of Wasabi #778B44
Tints of Wasabi #778B44
RGB
CMYK
RGB Variations
Color information
#778B44 (or 0x778B44) is known color: Wasabi. HEX triplet: 77, 8B and 44. RGB value is (119,139,68). Sum of RGB (Red+Green+Blue) = 119+139+68=326 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.50% from 326); Green value is 139 (54.69% from 255 or 42.64% from 326); Blue value is 68 (26.95% from 255 or 20.86% from 326); Max value from RGB is 139 - color contains mainly: green. Hex color #778B44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778B44 is #8874BB. Grayscale: #7D7D7D. Windows color (decimal): -8942780 or 4492151. OLE color: 4492151.
HSL color Cylindrical-coordinate representation of color #778B44: hue angle of 76.9º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #778B44 is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 139 | 68 | - |
| CMYK | 0.14 | 0 | 0.51 | 0.45 |
| HSL | 76.9º | 0.34% | 0.41% | - |
| HSV(B) | 76.9º | 0.51% | 0.55% | - |
| XYZ | 17.88 | 22.8 | 8.93 | - |
| YUV | 124.93 | 95.87 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 139 | 68 | 0.14 | 0 | 0.51 | 0.45 | 76.9 | 0.34 | 0.41 |
| Hex | 77 | 8B | 44 | E | 0 | 33 | 2D | 4D | 22 | 29 |
| Octal | 167 | 213 | 104 | 16 | 0 | 63 | 55 | 115 | 42 | 51 |
| Binary | 1110111 | 10001011 | 1000100 | 1110 | 0 | 110011 | 101101 | 1001101 | 100010 | 101001 |
Color Harmonies of #778B44
Complementary color
Monochromatic Colors of #778B44
Black with #778B44
Text Example
Text Example
White with #778B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778B44; }
p { color: rgb(119,139,68); }
H1.HeaderClassName
{
color: #778B44;
}
.AnyTagClassName
{
color: #778B44;
}
</style>
background-color css
<style>
a { background-color: #778B44; }
a { background-color: rgb(119,139,68); }
div.DivClassName
{
background-color: #778B44;
}
.BgClassName
{
background-color: #778B44;
}
</style>
border-color css
<style>
span { border-color: #778B44; }
span { border-color: rgb(119,139,68); }
td.TdClassName
{
border-color: #778B44;
}
.TagClassName
{
border-color: #778B44;
}
</style>