Shades of Wasabi #778B4A
Tints of Wasabi #778B4A
RGB
CMYK
RGB Variations
Color information
#778B4A (or 0x778B4A) is known color: Wasabi. HEX triplet: 77, 8B and 4A. RGB value is (119,139,74). Sum of RGB (Red+Green+Blue) = 119+139+74=332 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.84% from 332); Green value is 139 (54.69% from 255 or 41.87% from 332); Blue value is 74 (29.30% from 255 or 22.29% from 332); Max value from RGB is 139 - color contains mainly: green. Hex color #778B4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778B4A is #8874B5. Grayscale: #7D7D7D. Windows color (decimal): -8942774 or 4885367. OLE color: 4885367.
HSL color Cylindrical-coordinate representation of color #778B4A: hue angle of 78.46º 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 #778B4A is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 139 | 74 | - |
| CMYK | 0.14 | 0 | 0.47 | 0.45 |
| HSL | 78.46º | 0.31% | 0.42% | - |
| HSV(B) | 78.46º | 0.47% | 0.55% | - |
| XYZ | 18.08 | 22.88 | 9.94 | - |
| YUV | 125.61 | 98.87 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 139 | 74 | 0.14 | 0 | 0.47 | 0.45 | 78.46 | 0.31 | 0.42 |
| Hex | 77 | 8B | 4A | E | 0 | 2F | 2D | 4E | 1F | 2A |
| Octal | 167 | 213 | 112 | 16 | 0 | 57 | 55 | 116 | 37 | 52 |
| Binary | 1110111 | 10001011 | 1001010 | 1110 | 0 | 101111 | 101101 | 1001110 | 11111 | 101010 |
Color Harmonies of #778B4A
Complementary color
Monochromatic Colors of #778B4A
Black with #778B4A
Text Example
Text Example
White with #778B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778B4A; }
p { color: rgb(119,139,74); }
H1.HeaderClassName
{
color: #778B4A;
}
.AnyTagClassName
{
color: #778B4A;
}
</style>
background-color css
<style>
a { background-color: #778B4A; }
a { background-color: rgb(119,139,74); }
div.DivClassName
{
background-color: #778B4A;
}
.BgClassName
{
background-color: #778B4A;
}
</style>
border-color css
<style>
span { border-color: #778B4A; }
span { border-color: rgb(119,139,74); }
td.TdClassName
{
border-color: #778B4A;
}
.TagClassName
{
border-color: #778B4A;
}
</style>