Shades of Wasabi #7B8740
Tints of Wasabi #7B8740
RGB
CMYK
RGB Variations
Color information
#7B8740 (or 0x7B8740) is known color: Wasabi. HEX triplet: 7B, 87 and 40. RGB value is (123,135,64). Sum of RGB (Red+Green+Blue) = 123+135+64=322 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.20% from 322); Green value is 135 (53.12% from 255 or 41.93% from 322); Blue value is 64 (25.39% from 255 or 19.88% from 322); Max value from RGB is 135 - color contains mainly: green. Hex color #7B8740 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B8740 is #8478BF. Grayscale: #7B7B7B. Windows color (decimal): -8681664 or 4228987. OLE color: 4228987.
HSL color Cylindrical-coordinate representation of color #7B8740: hue angle of 70.14º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7B8740 is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 123 | 135 | 64 | - |
| CMYK | 0.09 | 0 | 0.53 | 0.47 |
| HSL | 70.14º | 0.36% | 0.39% | - |
| HSV(B) | 70.14º | 0.53% | 0.53% | - |
| XYZ | 17.76 | 21.91 | 8.14 | - |
| YUV | 123.32 | 94.52 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 135 | 64 | 0.09 | 0 | 0.53 | 0.47 | 70.14 | 0.36 | 0.39 |
| Hex | 7B | 87 | 40 | 9 | 0 | 35 | 2F | 46 | 24 | 27 |
| Octal | 173 | 207 | 100 | 11 | 0 | 65 | 57 | 106 | 44 | 47 |
| Binary | 1111011 | 10000111 | 1000000 | 1001 | 0 | 110101 | 101111 | 1000110 | 100100 | 100111 |
Color Harmonies of #7B8740
Complementary color
Monochromatic Colors of #7B8740
Black with #7B8740
Text Example
Text Example
White with #7B8740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8740; }
p { color: rgb(123,135,64); }
H1.HeaderClassName
{
color: #7B8740;
}
.AnyTagClassName
{
color: #7B8740;
}
</style>
background-color css
<style>
a { background-color: #7B8740; }
a { background-color: rgb(123,135,64); }
div.DivClassName
{
background-color: #7B8740;
}
.BgClassName
{
background-color: #7B8740;
}
</style>
border-color css
<style>
span { border-color: #7B8740; }
span { border-color: rgb(123,135,64); }
td.TdClassName
{
border-color: #7B8740;
}
.TagClassName
{
border-color: #7B8740;
}
</style>