Shades of Wasabi #779048
Tints of Wasabi #779048
RGB
CMYK
RGB Variations
Color information
#779048 (or 0x779048) is known color: Wasabi. HEX triplet: 77, 90 and 48. RGB value is (119,144,72). Sum of RGB (Red+Green+Blue) = 119+144+72=335 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.52% from 335); Green value is 144 (56.64% from 255 or 42.99% from 335); Blue value is 72 (28.52% from 255 or 21.49% from 335); Max value from RGB is 144 - color contains mainly: green. Hex color #779048 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779048 is #886FB7. Grayscale: #808080. Windows color (decimal): -8941496 or 4755575. OLE color: 4755575.
HSL color Cylindrical-coordinate representation of color #779048: hue angle of 80.83º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #779048 is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 144 | 72 | - |
| CMYK | 0.17 | 0 | 0.50 | 0.44 |
| HSL | 80.83º | 0.33% | 0.42% | - |
| HSV(B) | 80.83º | 0.5% | 0.56% | - |
| XYZ | 18.75 | 24.34 | 9.84 | - |
| YUV | 128.32 | 96.22 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 144 | 72 | 0.17 | 0 | 0.50 | 0.44 | 80.83 | 0.33 | 0.42 |
| Hex | 77 | 90 | 48 | 11 | 0 | 32 | 2C | 51 | 21 | 2A |
| Octal | 167 | 220 | 110 | 21 | 0 | 62 | 54 | 121 | 41 | 52 |
| Binary | 1110111 | 10010000 | 1001000 | 10001 | 0 | 110010 | 101100 | 1010001 | 100001 | 101010 |
Color Harmonies of #779048
Complementary color
Monochromatic Colors of #779048
Black with #779048
Text Example
Text Example
White with #779048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779048; }
p { color: rgb(119,144,72); }
H1.HeaderClassName
{
color: #779048;
}
.AnyTagClassName
{
color: #779048;
}
</style>
background-color css
<style>
a { background-color: #779048; }
a { background-color: rgb(119,144,72); }
div.DivClassName
{
background-color: #779048;
}
.BgClassName
{
background-color: #779048;
}
</style>
border-color css
<style>
span { border-color: #779048; }
span { border-color: rgb(119,144,72); }
td.TdClassName
{
border-color: #779048;
}
.TagClassName
{
border-color: #779048;
}
</style>