Shades of Wasabi #778C37
Tints of Wasabi #778C37
RGB
CMYK
RGB Variations
Color information
#778C37 (or 0x778C37) is known color: Wasabi. HEX triplet: 77, 8C and 37. RGB value is (119,140,55). Sum of RGB (Red+Green+Blue) = 119+140+55=314 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.90% from 314); Green value is 140 (55.08% from 255 or 44.59% from 314); Blue value is 55 (21.88% from 255 or 17.52% from 314); Max value from RGB is 140 - color contains mainly: green. Hex color #778C37 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778C37 is #8873C8. Grayscale: #7C7C7C. Windows color (decimal): -8942537 or 3640439. OLE color: 3640439.
HSL color Cylindrical-coordinate representation of color #778C37: hue angle of 74.82º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #778C37 is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 140 | 55 | - |
| CMYK | 0.15 | 0 | 0.61 | 0.45 |
| HSL | 74.82º | 0.44% | 0.38% | - |
| HSV(B) | 74.82º | 0.61% | 0.55% | - |
| XYZ | 17.68 | 22.95 | 7.11 | - |
| YUV | 124.03 | 89.04 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 140 | 55 | 0.15 | 0 | 0.61 | 0.45 | 74.82 | 0.44 | 0.38 |
| Hex | 77 | 8C | 37 | F | 0 | 3D | 2D | 4B | 2C | 26 |
| Octal | 167 | 214 | 67 | 17 | 0 | 75 | 55 | 113 | 54 | 46 |
| Binary | 1110111 | 10001100 | 110111 | 1111 | 0 | 111101 | 101101 | 1001011 | 101100 | 100110 |
Color Harmonies of #778C37
Complementary color
Monochromatic Colors of #778C37
Black with #778C37
Text Example
Text Example
White with #778C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778C37; }
p { color: rgb(119,140,55); }
H1.HeaderClassName
{
color: #778C37;
}
.AnyTagClassName
{
color: #778C37;
}
</style>
background-color css
<style>
a { background-color: #778C37; }
a { background-color: rgb(119,140,55); }
div.DivClassName
{
background-color: #778C37;
}
.BgClassName
{
background-color: #778C37;
}
</style>
border-color css
<style>
span { border-color: #778C37; }
span { border-color: rgb(119,140,55); }
td.TdClassName
{
border-color: #778C37;
}
.TagClassName
{
border-color: #778C37;
}
</style>