Shades of Wasabi #7E8D4C
Tints of Wasabi #7E8D4C
RGB
CMYK
RGB Variations
Color information
#7E8D4C (or 0x7E8D4C) is known color: Wasabi. HEX triplet: 7E, 8D and 4C. RGB value is (126,141,76). Sum of RGB (Red+Green+Blue) = 126+141+76=343 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.73% from 343); Green value is 141 (55.47% from 255 or 41.11% from 343); Blue value is 76 (30.08% from 255 or 22.16% from 343); Max value from RGB is 141 - color contains mainly: green. Hex color #7E8D4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E8D4C is #8172B3. Grayscale: #818181. Windows color (decimal): -8483508 or 5016958. OLE color: 5016958.
HSL color Cylindrical-coordinate representation of color #7E8D4C: hue angle of 73.85º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7E8D4C is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 126 | 141 | 76 | - |
| CMYK | 0.11 | 0 | 0.46 | 0.45 |
| HSL | 73.85º | 0.3% | 0.43% | - |
| HSV(B) | 73.85º | 0.46% | 0.55% | - |
| XYZ | 19.43 | 24.01 | 10.45 | - |
| YUV | 129.11 | 98.03 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 141 | 76 | 0.11 | 0 | 0.46 | 0.45 | 73.85 | 0.3 | 0.43 |
| Hex | 7E | 8D | 4C | B | 0 | 2E | 2D | 4A | 1E | 2B |
| Octal | 176 | 215 | 114 | 13 | 0 | 56 | 55 | 112 | 36 | 53 |
| Binary | 1111110 | 10001101 | 1001100 | 1011 | 0 | 101110 | 101101 | 1001010 | 11110 | 101011 |
Color Harmonies of #7E8D4C
Complementary color
Monochromatic Colors of #7E8D4C
Black with #7E8D4C
Text Example
Text Example
White with #7E8D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8D4C; }
p { color: rgb(126,141,76); }
H1.HeaderClassName
{
color: #7E8D4C;
}
.AnyTagClassName
{
color: #7E8D4C;
}
</style>
background-color css
<style>
a { background-color: #7E8D4C; }
a { background-color: rgb(126,141,76); }
div.DivClassName
{
background-color: #7E8D4C;
}
.BgClassName
{
background-color: #7E8D4C;
}
</style>
border-color css
<style>
span { border-color: #7E8D4C; }
span { border-color: rgb(126,141,76); }
td.TdClassName
{
border-color: #7E8D4C;
}
.TagClassName
{
border-color: #7E8D4C;
}
</style>