Shades of Wasabi #7A813E
Tints of Wasabi #7A813E
RGB
CMYK
RGB Variations
Color information
#7A813E (or 0x7A813E) is known color: Wasabi. HEX triplet: 7A, 81 and 3E. RGB value is (122,129,62). Sum of RGB (Red+Green+Blue) = 122+129+62=313 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.98% from 313); Green value is 129 (50.78% from 255 or 41.21% from 313); Blue value is 62 (24.61% from 255 or 19.81% from 313); Max value from RGB is 129 - color contains mainly: green. Hex color #7A813E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A813E is #857EC1. Grayscale: #777777. Windows color (decimal): -8748738 or 4096378. OLE color: 4096378.
HSL color Cylindrical-coordinate representation of color #7A813E: hue angle of 66.27º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7A813E is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 122 | 129 | 62 | - |
| CMYK | 0.05 | 0 | 0.52 | 0.49 |
| HSL | 66.27º | 0.35% | 0.37% | - |
| HSV(B) | 66.27º | 0.52% | 0.51% | - |
| XYZ | 16.75 | 20.19 | 7.57 | - |
| YUV | 119.27 | 95.68 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 129 | 62 | 0.05 | 0 | 0.52 | 0.49 | 66.27 | 0.35 | 0.37 |
| Hex | 7A | 81 | 3E | 5 | 0 | 34 | 31 | 42 | 23 | 25 |
| Octal | 172 | 201 | 76 | 5 | 0 | 64 | 61 | 102 | 43 | 45 |
| Binary | 1111010 | 10000001 | 111110 | 101 | 0 | 110100 | 110001 | 1000010 | 100011 | 100101 |
Color Harmonies of #7A813E
Complementary color
Monochromatic Colors of #7A813E
Black with #7A813E
Text Example
Text Example
White with #7A813E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A813E; }
p { color: rgb(122,129,62); }
H1.HeaderClassName
{
color: #7A813E;
}
.AnyTagClassName
{
color: #7A813E;
}
</style>
background-color css
<style>
a { background-color: #7A813E; }
a { background-color: rgb(122,129,62); }
div.DivClassName
{
background-color: #7A813E;
}
.BgClassName
{
background-color: #7A813E;
}
</style>
border-color css
<style>
span { border-color: #7A813E; }
span { border-color: rgb(122,129,62); }
td.TdClassName
{
border-color: #7A813E;
}
.TagClassName
{
border-color: #7A813E;
}
</style>