Shades of Wasabi #7E8843
Tints of Wasabi #7E8843
RGB
CMYK
RGB Variations
Color information
#7E8843 (or 0x7E8843) is known color: Wasabi. HEX triplet: 7E, 88 and 43. RGB value is (126,136,67). Sum of RGB (Red+Green+Blue) = 126+136+67=329 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.30% from 329); Green value is 136 (53.52% from 255 or 41.34% from 329); Blue value is 67 (26.56% from 255 or 20.36% from 329); Max value from RGB is 136 - color contains mainly: green. Hex color #7E8843 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E8843 is #8177BC. Grayscale: #7D7D7D. Windows color (decimal): -8484797 or 4425854. OLE color: 4425854.
HSL color Cylindrical-coordinate representation of color #7E8843: hue angle of 68.7º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7E8843 is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 126 | 136 | 67 | - |
| CMYK | 0.07 | 0 | 0.51 | 0.47 |
| HSL | 68.7º | 0.34% | 0.4% | - |
| HSV(B) | 68.7º | 0.51% | 0.53% | - |
| XYZ | 18.42 | 22.45 | 8.67 | - |
| YUV | 125.14 | 95.19 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 136 | 67 | 0.07 | 0 | 0.51 | 0.47 | 68.7 | 0.34 | 0.4 |
| Hex | 7E | 88 | 43 | 7 | 0 | 33 | 2F | 45 | 22 | 28 |
| Octal | 176 | 210 | 103 | 7 | 0 | 63 | 57 | 105 | 42 | 50 |
| Binary | 1111110 | 10001000 | 1000011 | 111 | 0 | 110011 | 101111 | 1000101 | 100010 | 101000 |
Color Harmonies of #7E8843
Complementary color
Monochromatic Colors of #7E8843
Black with #7E8843
Text Example
Text Example
White with #7E8843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8843; }
p { color: rgb(126,136,67); }
H1.HeaderClassName
{
color: #7E8843;
}
.AnyTagClassName
{
color: #7E8843;
}
</style>
background-color css
<style>
a { background-color: #7E8843; }
a { background-color: rgb(126,136,67); }
div.DivClassName
{
background-color: #7E8843;
}
.BgClassName
{
background-color: #7E8843;
}
</style>
border-color css
<style>
span { border-color: #7E8843; }
span { border-color: rgb(126,136,67); }
td.TdClassName
{
border-color: #7E8843;
}
.TagClassName
{
border-color: #7E8843;
}
</style>