Shades of Wasabi #7B7E40
Tints of Wasabi #7B7E40
RGB
CMYK
RGB Variations
Color information
#7B7E40 (or 0x7B7E40) is known color: Wasabi. HEX triplet: 7B, 7E and 40. RGB value is (123,126,64). Sum of RGB (Red+Green+Blue) = 123+126+64=313 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.30% from 313); Green value is 126 (49.61% from 255 or 40.26% from 313); Blue value is 64 (25.39% from 255 or 20.45% from 313); Max value from RGB is 126 - color contains mainly: green. Hex color #7B7E40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B7E40 is #8481BF. Grayscale: #767676. Windows color (decimal): -8683968 or 4226683. OLE color: 4226683.
HSL color Cylindrical-coordinate representation of color #7B7E40: hue angle of 62.9º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7B7E40 is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 123 | 126 | 64 | - |
| CMYK | 0.02 | 0 | 0.49 | 0.51 |
| HSL | 62.9º | 0.33% | 0.37% | - |
| HSV(B) | 62.9º | 0.49% | 0.49% | - |
| XYZ | 16.55 | 19.5 | 7.74 | - |
| YUV | 118.04 | 97.51 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 126 | 64 | 0.02 | 0 | 0.49 | 0.51 | 62.9 | 0.33 | 0.37 |
| Hex | 7B | 7E | 40 | 2 | 0 | 31 | 33 | 3F | 21 | 25 |
| Octal | 173 | 176 | 100 | 2 | 0 | 61 | 63 | 77 | 41 | 45 |
| Binary | 1111011 | 1111110 | 1000000 | 10 | 0 | 110001 | 110011 | 111111 | 100001 | 100101 |
Color Harmonies of #7B7E40
Complementary color
Monochromatic Colors of #7B7E40
Black with #7B7E40
Text Example
Text Example
White with #7B7E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7E40; }
p { color: rgb(123,126,64); }
H1.HeaderClassName
{
color: #7B7E40;
}
.AnyTagClassName
{
color: #7B7E40;
}
</style>
background-color css
<style>
a { background-color: #7B7E40; }
a { background-color: rgb(123,126,64); }
div.DivClassName
{
background-color: #7B7E40;
}
.BgClassName
{
background-color: #7B7E40;
}
</style>
border-color css
<style>
span { border-color: #7B7E40; }
span { border-color: rgb(123,126,64); }
td.TdClassName
{
border-color: #7B7E40;
}
.TagClassName
{
border-color: #7B7E40;
}
</style>