Shades of Wasabi #778B41
Tints of Wasabi #778B41
RGB
CMYK
RGB Variations
Color information
#778B41 (or 0x778B41) is known color: Wasabi. HEX triplet: 77, 8B and 41. RGB value is (119,139,65). Sum of RGB (Red+Green+Blue) = 119+139+65=323 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.84% from 323); Green value is 139 (54.69% from 255 or 43.03% from 323); Blue value is 65 (25.78% from 255 or 20.12% from 323); Max value from RGB is 139 - color contains mainly: green. Hex color #778B41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778B41 is #8874BE. Grayscale: #7C7C7C. Windows color (decimal): -8942783 or 4295543. OLE color: 4295543.
HSL color Cylindrical-coordinate representation of color #778B41: hue angle of 76.22º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #778B41 is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 139 | 65 | - |
| CMYK | 0.14 | 0 | 0.53 | 0.45 |
| HSL | 76.22º | 0.36% | 0.4% | - |
| HSV(B) | 76.22º | 0.53% | 0.55% | - |
| XYZ | 17.79 | 22.77 | 8.46 | - |
| YUV | 124.58 | 94.37 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 139 | 65 | 0.14 | 0 | 0.53 | 0.45 | 76.22 | 0.36 | 0.4 |
| Hex | 77 | 8B | 41 | E | 0 | 35 | 2D | 4C | 24 | 28 |
| Octal | 167 | 213 | 101 | 16 | 0 | 65 | 55 | 114 | 44 | 50 |
| Binary | 1110111 | 10001011 | 1000001 | 1110 | 0 | 110101 | 101101 | 1001100 | 100100 | 101000 |
Color Harmonies of #778B41
Complementary color
Monochromatic Colors of #778B41
Black with #778B41
Text Example
Text Example
White with #778B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778B41; }
p { color: rgb(119,139,65); }
H1.HeaderClassName
{
color: #778B41;
}
.AnyTagClassName
{
color: #778B41;
}
</style>
background-color css
<style>
a { background-color: #778B41; }
a { background-color: rgb(119,139,65); }
div.DivClassName
{
background-color: #778B41;
}
.BgClassName
{
background-color: #778B41;
}
</style>
border-color css
<style>
span { border-color: #778B41; }
span { border-color: rgb(119,139,65); }
td.TdClassName
{
border-color: #778B41;
}
.TagClassName
{
border-color: #778B41;
}
</style>