Shades of Wasabi #7E894A
Tints of Wasabi #7E894A
RGB
CMYK
RGB Variations
Color information
#7E894A (or 0x7E894A) is known color: Wasabi. HEX triplet: 7E, 89 and 4A. RGB value is (126,137,74). Sum of RGB (Red+Green+Blue) = 126+137+74=337 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.39% from 337); Green value is 137 (53.91% from 255 or 40.65% from 337); Blue value is 74 (29.30% from 255 or 21.96% from 337); Max value from RGB is 137 - color contains mainly: green. Hex color #7E894A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E894A is #8176B5. Grayscale: #7E7E7E. Windows color (decimal): -8484534 or 4884862. OLE color: 4884862.
HSL color Cylindrical-coordinate representation of color #7E894A: hue angle of 70.48º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7E894A is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 126 | 137 | 74 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.46 |
| HSL | 70.48º | 0.3% | 0.41% | - |
| HSV(B) | 70.48º | 0.46% | 0.54% | - |
| XYZ | 18.79 | 22.82 | 9.89 | - |
| YUV | 126.53 | 98.36 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 137 | 74 | 0.08 | 0 | 0.46 | 0.46 | 70.48 | 0.3 | 0.41 |
| Hex | 7E | 89 | 4A | 8 | 0 | 2E | 2E | 46 | 1E | 29 |
| Octal | 176 | 211 | 112 | 10 | 0 | 56 | 56 | 106 | 36 | 51 |
| Binary | 1111110 | 10001001 | 1001010 | 1000 | 0 | 101110 | 101110 | 1000110 | 11110 | 101001 |
Color Harmonies of #7E894A
Complementary color
Monochromatic Colors of #7E894A
Black with #7E894A
Text Example
Text Example
White with #7E894A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E894A; }
p { color: rgb(126,137,74); }
H1.HeaderClassName
{
color: #7E894A;
}
.AnyTagClassName
{
color: #7E894A;
}
</style>
background-color css
<style>
a { background-color: #7E894A; }
a { background-color: rgb(126,137,74); }
div.DivClassName
{
background-color: #7E894A;
}
.BgClassName
{
background-color: #7E894A;
}
</style>
border-color css
<style>
span { border-color: #7E894A; }
span { border-color: rgb(126,137,74); }
td.TdClassName
{
border-color: #7E894A;
}
.TagClassName
{
border-color: #7E894A;
}
</style>