Shades of Wasabi #7A883D
Tints of Wasabi #7A883D
RGB
CMYK
RGB Variations
Color information
#7A883D (or 0x7A883D) is known color: Wasabi. HEX triplet: 7A, 88 and 3D. RGB value is (122,136,61). Sum of RGB (Red+Green+Blue) = 122+136+61=319 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.24% from 319); Green value is 136 (53.52% from 255 or 42.63% from 319); Blue value is 61 (24.22% from 255 or 19.12% from 319); Max value from RGB is 136 - color contains mainly: green. Hex color #7A883D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A883D is #8577C2. Grayscale: #7B7B7B. Windows color (decimal): -8746947 or 4032634. OLE color: 4032634.
HSL color Cylindrical-coordinate representation of color #7A883D: hue angle of 71.2º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7A883D is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 122 | 136 | 61 | - |
| CMYK | 0.10 | 0 | 0.55 | 0.47 |
| HSL | 71.2º | 0.38% | 0.39% | - |
| HSV(B) | 71.2º | 0.55% | 0.53% | - |
| XYZ | 17.67 | 22.08 | 7.75 | - |
| YUV | 123.26 | 92.86 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 136 | 61 | 0.10 | 0 | 0.55 | 0.47 | 71.2 | 0.38 | 0.39 |
| Hex | 7A | 88 | 3D | A | 0 | 37 | 2F | 47 | 26 | 27 |
| Octal | 172 | 210 | 75 | 12 | 0 | 67 | 57 | 107 | 46 | 47 |
| Binary | 1111010 | 10001000 | 111101 | 1010 | 0 | 110111 | 101111 | 1000111 | 100110 | 100111 |
Color Harmonies of #7A883D
Complementary color
Monochromatic Colors of #7A883D
Black with #7A883D
Text Example
Text Example
White with #7A883D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A883D; }
p { color: rgb(122,136,61); }
H1.HeaderClassName
{
color: #7A883D;
}
.AnyTagClassName
{
color: #7A883D;
}
</style>
background-color css
<style>
a { background-color: #7A883D; }
a { background-color: rgb(122,136,61); }
div.DivClassName
{
background-color: #7A883D;
}
.BgClassName
{
background-color: #7A883D;
}
</style>
border-color css
<style>
span { border-color: #7A883D; }
span { border-color: rgb(122,136,61); }
td.TdClassName
{
border-color: #7A883D;
}
.TagClassName
{
border-color: #7A883D;
}
</style>