Shades of Wasabi #778C31
Tints of Wasabi #778C31
RGB
CMYK
RGB Variations
Color information
#778C31 (or 0x778C31) is known color: Wasabi. HEX triplet: 77, 8C and 31. RGB value is (119,140,49). Sum of RGB (Red+Green+Blue) = 119+140+49=308 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.64% from 308); Green value is 140 (55.08% from 255 or 45.45% from 308); Blue value is 49 (19.53% from 255 or 15.91% from 308); Max value from RGB is 140 - color contains mainly: green. Hex color #778C31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778C31 is #8873CE. Grayscale: #7B7B7B. Windows color (decimal): -8942543 or 3247223. OLE color: 3247223.
HSL color Cylindrical-coordinate representation of color #778C31: hue angle of 73.85º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #778C31 is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 140 | 49 | - |
| CMYK | 0.15 | 0 | 0.65 | 0.45 |
| HSL | 73.85º | 0.48% | 0.37% | - |
| HSV(B) | 73.85º | 0.65% | 0.55% | - |
| XYZ | 17.54 | 22.9 | 6.4 | - |
| YUV | 123.35 | 86.04 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 140 | 49 | 0.15 | 0 | 0.65 | 0.45 | 73.85 | 0.48 | 0.37 |
| Hex | 77 | 8C | 31 | F | 0 | 41 | 2D | 4A | 30 | 25 |
| Octal | 167 | 214 | 61 | 17 | 0 | 101 | 55 | 112 | 60 | 45 |
| Binary | 1110111 | 10001100 | 110001 | 1111 | 0 | 1000001 | 101101 | 1001010 | 110000 | 100101 |
Color Harmonies of #778C31
Complementary color
Monochromatic Colors of #778C31
Black with #778C31
Text Example
Text Example
White with #778C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778C31; }
p { color: rgb(119,140,49); }
H1.HeaderClassName
{
color: #778C31;
}
.AnyTagClassName
{
color: #778C31;
}
</style>
background-color css
<style>
a { background-color: #778C31; }
a { background-color: rgb(119,140,49); }
div.DivClassName
{
background-color: #778C31;
}
.BgClassName
{
background-color: #778C31;
}
</style>
border-color css
<style>
span { border-color: #778C31; }
span { border-color: rgb(119,140,49); }
td.TdClassName
{
border-color: #778C31;
}
.TagClassName
{
border-color: #778C31;
}
</style>