Shades of Wasabi #7A7E3D
Tints of Wasabi #7A7E3D
RGB
CMYK
RGB Variations
Color information
#7A7E3D (or 0x7A7E3D) is known color: Wasabi. HEX triplet: 7A, 7E and 3D. RGB value is (122,126,61). Sum of RGB (Red+Green+Blue) = 122+126+61=309 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.48% from 309); Green value is 126 (49.61% from 255 or 40.78% from 309); Blue value is 61 (24.22% from 255 or 19.74% from 309); Max value from RGB is 126 - color contains mainly: green. Hex color #7A7E3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7E3D is #8581C2. Grayscale: #757575. Windows color (decimal): -8749507 or 4030074. OLE color: 4030074.
HSL color Cylindrical-coordinate representation of color #7A7E3D: hue angle of 63.69º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7A7E3D is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 122 | 126 | 61 | - |
| CMYK | 0.03 | 0 | 0.52 | 0.51 |
| HSL | 63.69º | 0.35% | 0.37% | - |
| HSV(B) | 63.69º | 0.52% | 0.49% | - |
| XYZ | 16.33 | 19.4 | 7.3 | - |
| YUV | 117.39 | 96.17 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 126 | 61 | 0.03 | 0 | 0.52 | 0.51 | 63.69 | 0.35 | 0.37 |
| Hex | 7A | 7E | 3D | 3 | 0 | 34 | 33 | 40 | 23 | 25 |
| Octal | 172 | 176 | 75 | 3 | 0 | 64 | 63 | 100 | 43 | 45 |
| Binary | 1111010 | 1111110 | 111101 | 11 | 0 | 110100 | 110011 | 1000000 | 100011 | 100101 |
Color Harmonies of #7A7E3D
Complementary color
Monochromatic Colors of #7A7E3D
Black with #7A7E3D
Text Example
Text Example
White with #7A7E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7E3D; }
p { color: rgb(122,126,61); }
H1.HeaderClassName
{
color: #7A7E3D;
}
.AnyTagClassName
{
color: #7A7E3D;
}
</style>
background-color css
<style>
a { background-color: #7A7E3D; }
a { background-color: rgb(122,126,61); }
div.DivClassName
{
background-color: #7A7E3D;
}
.BgClassName
{
background-color: #7A7E3D;
}
</style>
border-color css
<style>
span { border-color: #7A7E3D; }
span { border-color: rgb(122,126,61); }
td.TdClassName
{
border-color: #7A7E3D;
}
.TagClassName
{
border-color: #7A7E3D;
}
</style>