Shades of Wasabi #778C41
Tints of Wasabi #778C41
RGB
CMYK
RGB Variations
Color information
#778C41 (or 0x778C41) is known color: Wasabi. HEX triplet: 77, 8C and 41. RGB value is (119,140,65). Sum of RGB (Red+Green+Blue) = 119+140+65=324 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.73% from 324); Green value is 140 (55.08% from 255 or 43.21% from 324); Blue value is 65 (25.78% from 255 or 20.06% from 324); Max value from RGB is 140 - color contains mainly: green. Hex color #778C41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778C41 is #8873BE. Grayscale: #7D7D7D. Windows color (decimal): -8942527 or 4295799. OLE color: 4295799.
HSL color Cylindrical-coordinate representation of color #778C41: hue angle of 76.8º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #778C41 is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 140 | 65 | - |
| CMYK | 0.15 | 0 | 0.54 | 0.45 |
| HSL | 76.8º | 0.37% | 0.4% | - |
| HSV(B) | 76.8º | 0.54% | 0.55% | - |
| XYZ | 17.94 | 23.06 | 8.51 | - |
| YUV | 125.17 | 94.04 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 140 | 65 | 0.15 | 0 | 0.54 | 0.45 | 76.8 | 0.37 | 0.4 |
| Hex | 77 | 8C | 41 | F | 0 | 36 | 2D | 4D | 25 | 28 |
| Octal | 167 | 214 | 101 | 17 | 0 | 66 | 55 | 115 | 45 | 50 |
| Binary | 1110111 | 10001100 | 1000001 | 1111 | 0 | 110110 | 101101 | 1001101 | 100101 | 101000 |
Color Harmonies of #778C41
Complementary color
Monochromatic Colors of #778C41
Black with #778C41
Text Example
Text Example
White with #778C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778C41; }
p { color: rgb(119,140,65); }
H1.HeaderClassName
{
color: #778C41;
}
.AnyTagClassName
{
color: #778C41;
}
</style>
background-color css
<style>
a { background-color: #778C41; }
a { background-color: rgb(119,140,65); }
div.DivClassName
{
background-color: #778C41;
}
.BgClassName
{
background-color: #778C41;
}
</style>
border-color css
<style>
span { border-color: #778C41; }
span { border-color: rgb(119,140,65); }
td.TdClassName
{
border-color: #778C41;
}
.TagClassName
{
border-color: #778C41;
}
</style>