Shades of Wasabi #7B8844
Tints of Wasabi #7B8844
RGB
CMYK
RGB Variations
Color information
#7B8844 (or 0x7B8844) is known color: Wasabi. HEX triplet: 7B, 88 and 44. RGB value is (123,136,68). Sum of RGB (Red+Green+Blue) = 123+136+68=327 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.61% from 327); Green value is 136 (53.52% from 255 or 41.59% from 327); Blue value is 68 (26.95% from 255 or 20.80% from 327); Max value from RGB is 136 - color contains mainly: green. Hex color #7B8844 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B8844 is #8477BB. Grayscale: #7C7C7C. Windows color (decimal): -8681404 or 4491387. OLE color: 4491387.
HSL color Cylindrical-coordinate representation of color #7B8844: hue angle of 71.47º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7B8844 is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 123 | 136 | 68 | - |
| CMYK | 0.10 | 0 | 0.50 | 0.47 |
| HSL | 71.47º | 0.33% | 0.4% | - |
| HSV(B) | 71.47º | 0.5% | 0.53% | - |
| XYZ | 18.02 | 22.24 | 8.81 | - |
| YUV | 124.36 | 96.19 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 136 | 68 | 0.10 | 0 | 0.50 | 0.47 | 71.47 | 0.33 | 0.4 |
| Hex | 7B | 88 | 44 | A | 0 | 32 | 2F | 47 | 21 | 28 |
| Octal | 173 | 210 | 104 | 12 | 0 | 62 | 57 | 107 | 41 | 50 |
| Binary | 1111011 | 10001000 | 1000100 | 1010 | 0 | 110010 | 101111 | 1000111 | 100001 | 101000 |
Color Harmonies of #7B8844
Complementary color
Monochromatic Colors of #7B8844
Black with #7B8844
Text Example
Text Example
White with #7B8844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8844; }
p { color: rgb(123,136,68); }
H1.HeaderClassName
{
color: #7B8844;
}
.AnyTagClassName
{
color: #7B8844;
}
</style>
background-color css
<style>
a { background-color: #7B8844; }
a { background-color: rgb(123,136,68); }
div.DivClassName
{
background-color: #7B8844;
}
.BgClassName
{
background-color: #7B8844;
}
</style>
border-color css
<style>
span { border-color: #7B8844; }
span { border-color: rgb(123,136,68); }
td.TdClassName
{
border-color: #7B8844;
}
.TagClassName
{
border-color: #7B8844;
}
</style>