Shades of Wasabi #778039
Tints of Wasabi #778039
RGB
CMYK
RGB Variations
Color information
#778039 (or 0x778039) is known color: Wasabi. HEX triplet: 77, 80 and 39. RGB value is (119,128,57). Sum of RGB (Red+Green+Blue) = 119+128+57=304 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.14% from 304); Green value is 128 (50.39% from 255 or 42.11% from 304); Blue value is 57 (22.66% from 255 or 18.75% from 304); Max value from RGB is 128 - color contains mainly: green. Hex color #778039 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778039 is #887FC6. Grayscale: #757575. Windows color (decimal): -8945607 or 3768439. OLE color: 3768439.
HSL color Cylindrical-coordinate representation of color #778039: hue angle of 67.61º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #778039 is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 119 | 128 | 57 | - |
| CMYK | 0.07 | 0 | 0.55 | 0.50 |
| HSL | 67.61º | 0.38% | 0.36% | - |
| HSV(B) | 67.61º | 0.55% | 0.5% | - |
| XYZ | 16.07 | 19.66 | 6.82 | - |
| YUV | 117.22 | 94.02 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 128 | 57 | 0.07 | 0 | 0.55 | 0.50 | 67.61 | 0.38 | 0.36 |
| Hex | 77 | 80 | 39 | 7 | 0 | 37 | 32 | 44 | 26 | 24 |
| Octal | 167 | 200 | 71 | 7 | 0 | 67 | 62 | 104 | 46 | 44 |
| Binary | 1110111 | 10000000 | 111001 | 111 | 0 | 110111 | 110010 | 1000100 | 100110 | 100100 |
Color Harmonies of #778039
Complementary color
Monochromatic Colors of #778039
Black with #778039
Text Example
Text Example
White with #778039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778039; }
p { color: rgb(119,128,57); }
H1.HeaderClassName
{
color: #778039;
}
.AnyTagClassName
{
color: #778039;
}
</style>
background-color css
<style>
a { background-color: #778039; }
a { background-color: rgb(119,128,57); }
div.DivClassName
{
background-color: #778039;
}
.BgClassName
{
background-color: #778039;
}
</style>
border-color css
<style>
span { border-color: #778039; }
span { border-color: rgb(119,128,57); }
td.TdClassName
{
border-color: #778039;
}
.TagClassName
{
border-color: #778039;
}
</style>