Shades of Wasabi #7E883C
Tints of Wasabi #7E883C
RGB
CMYK
RGB Variations
Color information
#7E883C (or 0x7E883C) is known color: Wasabi. HEX triplet: 7E, 88 and 3C. RGB value is (126,136,60). Sum of RGB (Red+Green+Blue) = 126+136+60=322 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.13% from 322); Green value is 136 (53.52% from 255 or 42.24% from 322); Blue value is 60 (23.83% from 255 or 18.63% from 322); Max value from RGB is 136 - color contains mainly: green. Hex color #7E883C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E883C is #8177C3. Grayscale: #7C7C7C. Windows color (decimal): -8484804 or 3967102. OLE color: 3967102.
HSL color Cylindrical-coordinate representation of color #7E883C: hue angle of 67.89º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7E883C is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 126 | 136 | 60 | - |
| CMYK | 0.07 | 0 | 0.56 | 0.47 |
| HSL | 67.89º | 0.39% | 0.38% | - |
| HSV(B) | 67.89º | 0.56% | 0.53% | - |
| XYZ | 18.22 | 22.37 | 7.63 | - |
| YUV | 124.35 | 91.69 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 136 | 60 | 0.07 | 0 | 0.56 | 0.47 | 67.89 | 0.39 | 0.38 |
| Hex | 7E | 88 | 3C | 7 | 0 | 38 | 2F | 44 | 27 | 26 |
| Octal | 176 | 210 | 74 | 7 | 0 | 70 | 57 | 104 | 47 | 46 |
| Binary | 1111110 | 10001000 | 111100 | 111 | 0 | 111000 | 101111 | 1000100 | 100111 | 100110 |
Color Harmonies of #7E883C
Complementary color
Monochromatic Colors of #7E883C
Black with #7E883C
Text Example
Text Example
White with #7E883C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E883C; }
p { color: rgb(126,136,60); }
H1.HeaderClassName
{
color: #7E883C;
}
.AnyTagClassName
{
color: #7E883C;
}
</style>
background-color css
<style>
a { background-color: #7E883C; }
a { background-color: rgb(126,136,60); }
div.DivClassName
{
background-color: #7E883C;
}
.BgClassName
{
background-color: #7E883C;
}
</style>
border-color css
<style>
span { border-color: #7E883C; }
span { border-color: rgb(126,136,60); }
td.TdClassName
{
border-color: #7E883C;
}
.TagClassName
{
border-color: #7E883C;
}
</style>