Shades of Wasabi #7C7E3F
Tints of Wasabi #7C7E3F
RGB
CMYK
RGB Variations
Color information
#7C7E3F (or 0x7C7E3F) is known color: Wasabi. HEX triplet: 7C, 7E and 3F. RGB value is (124,126,63). Sum of RGB (Red+Green+Blue) = 124+126+63=313 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.62% from 313); Green value is 126 (49.61% from 255 or 40.26% from 313); Blue value is 63 (25% from 255 or 20.13% from 313); Max value from RGB is 126 - color contains mainly: green. Hex color #7C7E3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C7E3F is #8381C0. Grayscale: #767676. Windows color (decimal): -8618433 or 4161148. OLE color: 4161148.
HSL color Cylindrical-coordinate representation of color #7C7E3F: hue angle of 61.9º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7C7E3F is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 126 | 63 | - |
| CMYK | 0.02 | 0 | 0.50 | 0.51 |
| HSL | 61.9º | 0.33% | 0.37% | - |
| HSV(B) | 61.9º | 0.5% | 0.49% | - |
| XYZ | 16.67 | 19.57 | 7.6 | - |
| YUV | 118.22 | 96.84 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 126 | 63 | 0.02 | 0 | 0.50 | 0.51 | 61.9 | 0.33 | 0.37 |
| Hex | 7C | 7E | 3F | 2 | 0 | 32 | 33 | 3E | 21 | 25 |
| Octal | 174 | 176 | 77 | 2 | 0 | 62 | 63 | 76 | 41 | 45 |
| Binary | 1111100 | 1111110 | 111111 | 10 | 0 | 110010 | 110011 | 111110 | 100001 | 100101 |
Color Harmonies of #7C7E3F
Complementary color
Monochromatic Colors of #7C7E3F
Black with #7C7E3F
Text Example
Text Example
White with #7C7E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7E3F; }
p { color: rgb(124,126,63); }
H1.HeaderClassName
{
color: #7C7E3F;
}
.AnyTagClassName
{
color: #7C7E3F;
}
</style>
background-color css
<style>
a { background-color: #7C7E3F; }
a { background-color: rgb(124,126,63); }
div.DivClassName
{
background-color: #7C7E3F;
}
.BgClassName
{
background-color: #7C7E3F;
}
</style>
border-color css
<style>
span { border-color: #7C7E3F; }
span { border-color: rgb(124,126,63); }
td.TdClassName
{
border-color: #7C7E3F;
}
.TagClassName
{
border-color: #7C7E3F;
}
</style>