Shades of Wasabi #7E883D
Tints of Wasabi #7E883D
RGB
CMYK
RGB Variations
Color information
#7E883D (or 0x7E883D) is known color: Wasabi. HEX triplet: 7E, 88 and 3D. RGB value is (126,136,61). Sum of RGB (Red+Green+Blue) = 126+136+61=323 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.01% from 323); Green value is 136 (53.52% from 255 or 42.11% from 323); Blue value is 61 (24.22% from 255 or 18.89% from 323); Max value from RGB is 136 - color contains mainly: green. Hex color #7E883D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E883D is #8177C2. Grayscale: #7C7C7C. Windows color (decimal): -8484803 or 4032638. OLE color: 4032638.
HSL color Cylindrical-coordinate representation of color #7E883D: hue angle of 68º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7E883D is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 126 | 136 | 61 | - |
| CMYK | 0.07 | 0 | 0.55 | 0.47 |
| HSL | 68º | 0.38% | 0.39% | - |
| HSV(B) | 68º | 0.55% | 0.53% | - |
| XYZ | 18.25 | 22.38 | 7.77 | - |
| YUV | 124.46 | 92.19 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 136 | 61 | 0.07 | 0 | 0.55 | 0.47 | 68 | 0.38 | 0.39 |
| Hex | 7E | 88 | 3D | 7 | 0 | 37 | 2F | 44 | 26 | 27 |
| Octal | 176 | 210 | 75 | 7 | 0 | 67 | 57 | 104 | 46 | 47 |
| Binary | 1111110 | 10001000 | 111101 | 111 | 0 | 110111 | 101111 | 1000100 | 100110 | 100111 |
Color Harmonies of #7E883D
Complementary color
Monochromatic Colors of #7E883D
Black with #7E883D
Text Example
Text Example
White with #7E883D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E883D; }
p { color: rgb(126,136,61); }
H1.HeaderClassName
{
color: #7E883D;
}
.AnyTagClassName
{
color: #7E883D;
}
</style>
background-color css
<style>
a { background-color: #7E883D; }
a { background-color: rgb(126,136,61); }
div.DivClassName
{
background-color: #7E883D;
}
.BgClassName
{
background-color: #7E883D;
}
</style>
border-color css
<style>
span { border-color: #7E883D; }
span { border-color: rgb(126,136,61); }
td.TdClassName
{
border-color: #7E883D;
}
.TagClassName
{
border-color: #7E883D;
}
</style>