Shades of Wasabi #7C7E42
Tints of Wasabi #7C7E42
RGB
CMYK
RGB Variations
Color information
#7C7E42 (or 0x7C7E42) is known color: Wasabi. HEX triplet: 7C, 7E and 42. RGB value is (124,126,66). Sum of RGB (Red+Green+Blue) = 124+126+66=316 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.24% from 316); Green value is 126 (49.61% from 255 or 39.87% from 316); Blue value is 66 (26.17% from 255 or 20.89% from 316); Max value from RGB is 126 - color contains mainly: green. Hex color #7C7E42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C7E42 is #8381BD. Grayscale: #767676. Windows color (decimal): -8618430 or 4357756. OLE color: 4357756.
HSL color Cylindrical-coordinate representation of color #7C7E42: hue angle of 62º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7C7E42 is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 126 | 66 | - |
| CMYK | 0.02 | 0 | 0.48 | 0.51 |
| HSL | 62º | 0.31% | 0.38% | - |
| HSV(B) | 62º | 0.48% | 0.49% | - |
| XYZ | 16.76 | 19.6 | 8.05 | - |
| YUV | 118.56 | 98.34 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 126 | 66 | 0.02 | 0 | 0.48 | 0.51 | 62 | 0.31 | 0.38 |
| Hex | 7C | 7E | 42 | 2 | 0 | 30 | 33 | 3E | 1F | 26 |
| Octal | 174 | 176 | 102 | 2 | 0 | 60 | 63 | 76 | 37 | 46 |
| Binary | 1111100 | 1111110 | 1000010 | 10 | 0 | 110000 | 110011 | 111110 | 11111 | 100110 |
Color Harmonies of #7C7E42
Complementary color
Monochromatic Colors of #7C7E42
Black with #7C7E42
Text Example
Text Example
White with #7C7E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7E42; }
p { color: rgb(124,126,66); }
H1.HeaderClassName
{
color: #7C7E42;
}
.AnyTagClassName
{
color: #7C7E42;
}
</style>
background-color css
<style>
a { background-color: #7C7E42; }
a { background-color: rgb(124,126,66); }
div.DivClassName
{
background-color: #7C7E42;
}
.BgClassName
{
background-color: #7C7E42;
}
</style>
border-color css
<style>
span { border-color: #7C7E42; }
span { border-color: rgb(124,126,66); }
td.TdClassName
{
border-color: #7C7E42;
}
.TagClassName
{
border-color: #7C7E42;
}
</style>