Shades of Wasabi #778439
Tints of Wasabi #778439
RGB
CMYK
RGB Variations
Color information
#778439 (or 0x778439) is known color: Wasabi. HEX triplet: 77, 84 and 39. RGB value is (119,132,57). Sum of RGB (Red+Green+Blue) = 119+132+57=308 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.64% from 308); Green value is 132 (51.95% from 255 or 42.86% from 308); Blue value is 57 (22.66% from 255 or 18.51% from 308); Max value from RGB is 132 - color contains mainly: green. Hex color #778439 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778439 is #887BC6. Grayscale: #777777. Windows color (decimal): -8944583 or 3769463. OLE color: 3769463.
HSL color Cylindrical-coordinate representation of color #778439: hue angle of 70.4º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #778439 is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 119 | 132 | 57 | - |
| CMYK | 0.10 | 0 | 0.57 | 0.48 |
| HSL | 70.4º | 0.4% | 0.37% | - |
| HSV(B) | 70.4º | 0.57% | 0.52% | - |
| XYZ | 16.6 | 20.72 | 7 | - |
| YUV | 119.56 | 92.69 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 132 | 57 | 0.10 | 0 | 0.57 | 0.48 | 70.4 | 0.4 | 0.37 |
| Hex | 77 | 84 | 39 | A | 0 | 39 | 30 | 46 | 28 | 25 |
| Octal | 167 | 204 | 71 | 12 | 0 | 71 | 60 | 106 | 50 | 45 |
| Binary | 1110111 | 10000100 | 111001 | 1010 | 0 | 111001 | 110000 | 1000110 | 101000 | 100101 |
Color Harmonies of #778439
Complementary color
Monochromatic Colors of #778439
Black with #778439
Text Example
Text Example
White with #778439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778439; }
p { color: rgb(119,132,57); }
H1.HeaderClassName
{
color: #778439;
}
.AnyTagClassName
{
color: #778439;
}
</style>
background-color css
<style>
a { background-color: #778439; }
a { background-color: rgb(119,132,57); }
div.DivClassName
{
background-color: #778439;
}
.BgClassName
{
background-color: #778439;
}
</style>
border-color css
<style>
span { border-color: #778439; }
span { border-color: rgb(119,132,57); }
td.TdClassName
{
border-color: #778439;
}
.TagClassName
{
border-color: #778439;
}
</style>