Shades of Wasabi #7E7F42
Tints of Wasabi #7E7F42
RGB
CMYK
RGB Variations
Color information
#7E7F42 (or 0x7E7F42) is known color: Wasabi. HEX triplet: 7E, 7F and 42. RGB value is (126,127,66). Sum of RGB (Red+Green+Blue) = 126+127+66=319 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.50% from 319); Green value is 127 (50% from 255 or 39.81% from 319); Blue value is 66 (26.17% from 255 or 20.69% from 319); Max value from RGB is 127 - color contains mainly: green. Hex color #7E7F42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E7F42 is #8180BD. Grayscale: #777777. Windows color (decimal): -8487102 or 4358014. OLE color: 4358014.
HSL color Cylindrical-coordinate representation of color #7E7F42: hue angle of 60.98º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7E7F42 is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 126 | 127 | 66 | - |
| CMYK | 0.01 | 0 | 0.48 | 0.50 |
| HSL | 60.98º | 0.32% | 0.38% | - |
| HSV(B) | 60.98º | 0.48% | 0.5% | - |
| XYZ | 17.18 | 20.01 | 8.11 | - |
| YUV | 119.75 | 97.67 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 127 | 66 | 0.01 | 0 | 0.48 | 0.50 | 60.98 | 0.32 | 0.38 |
| Hex | 7E | 7F | 42 | 1 | 0 | 30 | 32 | 3D | 20 | 26 |
| Octal | 176 | 177 | 102 | 1 | 0 | 60 | 62 | 75 | 40 | 46 |
| Binary | 1111110 | 1111111 | 1000010 | 1 | 0 | 110000 | 110010 | 111101 | 100000 | 100110 |
Color Harmonies of #7E7F42
Complementary color
Monochromatic Colors of #7E7F42
Black with #7E7F42
Text Example
Text Example
White with #7E7F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7F42; }
p { color: rgb(126,127,66); }
H1.HeaderClassName
{
color: #7E7F42;
}
.AnyTagClassName
{
color: #7E7F42;
}
</style>
background-color css
<style>
a { background-color: #7E7F42; }
a { background-color: rgb(126,127,66); }
div.DivClassName
{
background-color: #7E7F42;
}
.BgClassName
{
background-color: #7E7F42;
}
</style>
border-color css
<style>
span { border-color: #7E7F42; }
span { border-color: rgb(126,127,66); }
td.TdClassName
{
border-color: #7E7F42;
}
.TagClassName
{
border-color: #7E7F42;
}
</style>