Shades of Wasabi #778F34
Tints of Wasabi #778F34
RGB
CMYK
RGB Variations
Color information
#778F34 (or 0x778F34) is known color: Wasabi. HEX triplet: 77, 8F and 34. RGB value is (119,143,52). Sum of RGB (Red+Green+Blue) = 119+143+52=314 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.90% from 314); Green value is 143 (56.25% from 255 or 45.54% from 314); Blue value is 52 (20.70% from 255 or 16.56% from 314); Max value from RGB is 143 - color contains mainly: green. Hex color #778F34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778F34 is #8870CB. Grayscale: #7D7D7D. Windows color (decimal): -8941772 or 3444599. OLE color: 3444599.
HSL color Cylindrical-coordinate representation of color #778F34: hue angle of 75.82º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #778F34 is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 143 | 52 | - |
| CMYK | 0.17 | 0 | 0.64 | 0.44 |
| HSL | 75.82º | 0.47% | 0.38% | - |
| HSV(B) | 75.82º | 0.64% | 0.56% | - |
| XYZ | 18.05 | 23.81 | 6.89 | - |
| YUV | 125.45 | 86.55 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 143 | 52 | 0.17 | 0 | 0.64 | 0.44 | 75.82 | 0.47 | 0.38 |
| Hex | 77 | 8F | 34 | 11 | 0 | 40 | 2C | 4C | 2F | 26 |
| Octal | 167 | 217 | 64 | 21 | 0 | 100 | 54 | 114 | 57 | 46 |
| Binary | 1110111 | 10001111 | 110100 | 10001 | 0 | 1000000 | 101100 | 1001100 | 101111 | 100110 |
Color Harmonies of #778F34
Complementary color
Monochromatic Colors of #778F34
Black with #778F34
Text Example
Text Example
White with #778F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778F34; }
p { color: rgb(119,143,52); }
H1.HeaderClassName
{
color: #778F34;
}
.AnyTagClassName
{
color: #778F34;
}
</style>
background-color css
<style>
a { background-color: #778F34; }
a { background-color: rgb(119,143,52); }
div.DivClassName
{
background-color: #778F34;
}
.BgClassName
{
background-color: #778F34;
}
</style>
border-color css
<style>
span { border-color: #778F34; }
span { border-color: rgb(119,143,52); }
td.TdClassName
{
border-color: #778F34;
}
.TagClassName
{
border-color: #778F34;
}
</style>