Shades of Wasabi #778C4A
Tints of Wasabi #778C4A
RGB
CMYK
RGB Variations
Color information
#778C4A (or 0x778C4A) is known color: Wasabi. HEX triplet: 77, 8C and 4A. RGB value is (119,140,74). Sum of RGB (Red+Green+Blue) = 119+140+74=333 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.74% from 333); Green value is 140 (55.08% from 255 or 42.04% from 333); Blue value is 74 (29.30% from 255 or 22.22% from 333); Max value from RGB is 140 - color contains mainly: green. Hex color #778C4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778C4A is #8873B5. Grayscale: #7E7E7E. Windows color (decimal): -8942518 or 4885623. OLE color: 4885623.
HSL color Cylindrical-coordinate representation of color #778C4A: hue angle of 79.09º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #778C4A is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 140 | 74 | - |
| CMYK | 0.15 | 0 | 0.47 | 0.45 |
| HSL | 79.09º | 0.31% | 0.42% | - |
| HSV(B) | 79.09º | 0.47% | 0.55% | - |
| XYZ | 18.22 | 23.17 | 9.99 | - |
| YUV | 126.2 | 98.54 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 140 | 74 | 0.15 | 0 | 0.47 | 0.45 | 79.09 | 0.31 | 0.42 |
| Hex | 77 | 8C | 4A | F | 0 | 2F | 2D | 4F | 1F | 2A |
| Octal | 167 | 214 | 112 | 17 | 0 | 57 | 55 | 117 | 37 | 52 |
| Binary | 1110111 | 10001100 | 1001010 | 1111 | 0 | 101111 | 101101 | 1001111 | 11111 | 101010 |
Color Harmonies of #778C4A
Complementary color
Monochromatic Colors of #778C4A
Black with #778C4A
Text Example
Text Example
White with #778C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778C4A; }
p { color: rgb(119,140,74); }
H1.HeaderClassName
{
color: #778C4A;
}
.AnyTagClassName
{
color: #778C4A;
}
</style>
background-color css
<style>
a { background-color: #778C4A; }
a { background-color: rgb(119,140,74); }
div.DivClassName
{
background-color: #778C4A;
}
.BgClassName
{
background-color: #778C4A;
}
</style>
border-color css
<style>
span { border-color: #778C4A; }
span { border-color: rgb(119,140,74); }
td.TdClassName
{
border-color: #778C4A;
}
.TagClassName
{
border-color: #778C4A;
}
</style>