Shades of Wasabi #778B32
Tints of Wasabi #778B32
RGB
CMYK
RGB Variations
Color information
#778B32 (or 0x778B32) is known color: Wasabi. HEX triplet: 77, 8B and 32. RGB value is (119,139,50). Sum of RGB (Red+Green+Blue) = 119+139+50=308 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.64% from 308); Green value is 139 (54.69% from 255 or 45.13% from 308); Blue value is 50 (19.92% from 255 or 16.23% from 308); Max value from RGB is 139 - color contains mainly: green. Hex color #778B32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778B32 is #8874CD. Grayscale: #7B7B7B. Windows color (decimal): -8942798 or 3312503. OLE color: 3312503.
HSL color Cylindrical-coordinate representation of color #778B32: hue angle of 73.48º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #778B32 is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 139 | 50 | - |
| CMYK | 0.14 | 0 | 0.64 | 0.45 |
| HSL | 73.48º | 0.47% | 0.37% | - |
| HSV(B) | 73.48º | 0.64% | 0.55% | - |
| XYZ | 17.42 | 22.62 | 6.47 | - |
| YUV | 122.87 | 86.87 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 139 | 50 | 0.14 | 0 | 0.64 | 0.45 | 73.48 | 0.47 | 0.37 |
| Hex | 77 | 8B | 32 | E | 0 | 40 | 2D | 49 | 2F | 25 |
| Octal | 167 | 213 | 62 | 16 | 0 | 100 | 55 | 111 | 57 | 45 |
| Binary | 1110111 | 10001011 | 110010 | 1110 | 0 | 1000000 | 101101 | 1001001 | 101111 | 100101 |
Color Harmonies of #778B32
Complementary color
Monochromatic Colors of #778B32
Black with #778B32
Text Example
Text Example
White with #778B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778B32; }
p { color: rgb(119,139,50); }
H1.HeaderClassName
{
color: #778B32;
}
.AnyTagClassName
{
color: #778B32;
}
</style>
background-color css
<style>
a { background-color: #778B32; }
a { background-color: rgb(119,139,50); }
div.DivClassName
{
background-color: #778B32;
}
.BgClassName
{
background-color: #778B32;
}
</style>
border-color css
<style>
span { border-color: #778B32; }
span { border-color: rgb(119,139,50); }
td.TdClassName
{
border-color: #778B32;
}
.TagClassName
{
border-color: #778B32;
}
</style>