Shades of Wasabi #778934
Tints of Wasabi #778934
RGB
CMYK
RGB Variations
Color information
#778934 (or 0x778934) is known color: Wasabi. HEX triplet: 77, 89 and 34. RGB value is (119,137,52). Sum of RGB (Red+Green+Blue) = 119+137+52=308 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.64% from 308); Green value is 137 (53.91% from 255 or 44.48% from 308); Blue value is 52 (20.70% from 255 or 16.88% from 308); Max value from RGB is 137 - color contains mainly: green. Hex color #778934 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778934 is #8876CB. Grayscale: #7A7A7A. Windows color (decimal): -8943308 or 3443063. OLE color: 3443063.
HSL color Cylindrical-coordinate representation of color #778934: hue angle of 72.71º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #778934 is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 119 | 137 | 52 | - |
| CMYK | 0.13 | 0 | 0.62 | 0.46 |
| HSL | 72.71º | 0.45% | 0.37% | - |
| HSV(B) | 72.71º | 0.62% | 0.54% | - |
| XYZ | 17.17 | 22.06 | 6.6 | - |
| YUV | 121.93 | 88.54 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 137 | 52 | 0.13 | 0 | 0.62 | 0.46 | 72.71 | 0.45 | 0.37 |
| Hex | 77 | 89 | 34 | D | 0 | 3E | 2E | 49 | 2D | 25 |
| Octal | 167 | 211 | 64 | 15 | 0 | 76 | 56 | 111 | 55 | 45 |
| Binary | 1110111 | 10001001 | 110100 | 1101 | 0 | 111110 | 101110 | 1001001 | 101101 | 100101 |
Color Harmonies of #778934
Complementary color
Monochromatic Colors of #778934
Black with #778934
Text Example
Text Example
White with #778934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778934; }
p { color: rgb(119,137,52); }
H1.HeaderClassName
{
color: #778934;
}
.AnyTagClassName
{
color: #778934;
}
</style>
background-color css
<style>
a { background-color: #778934; }
a { background-color: rgb(119,137,52); }
div.DivClassName
{
background-color: #778934;
}
.BgClassName
{
background-color: #778934;
}
</style>
border-color css
<style>
span { border-color: #778934; }
span { border-color: rgb(119,137,52); }
td.TdClassName
{
border-color: #778934;
}
.TagClassName
{
border-color: #778934;
}
</style>