Shades of Wasabi #7A7E3F
Tints of Wasabi #7A7E3F
RGB
CMYK
RGB Variations
Color information
#7A7E3F (or 0x7A7E3F) is known color: Wasabi. HEX triplet: 7A, 7E and 3F. RGB value is (122,126,63). Sum of RGB (Red+Green+Blue) = 122+126+63=311 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.23% from 311); Green value is 126 (49.61% from 255 or 40.51% from 311); Blue value is 63 (25% from 255 or 20.26% from 311); Max value from RGB is 126 - color contains mainly: green. Hex color #7A7E3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7E3F is #8581C0. Grayscale: #757575. Windows color (decimal): -8749505 or 4161146. OLE color: 4161146.
HSL color Cylindrical-coordinate representation of color #7A7E3F: hue angle of 63.81º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7A7E3F is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 122 | 126 | 63 | - |
| CMYK | 0.03 | 0 | 0.50 | 0.51 |
| HSL | 63.81º | 0.33% | 0.37% | - |
| HSV(B) | 63.81º | 0.5% | 0.49% | - |
| XYZ | 16.38 | 19.42 | 7.59 | - |
| YUV | 117.62 | 97.17 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 126 | 63 | 0.03 | 0 | 0.50 | 0.51 | 63.81 | 0.33 | 0.37 |
| Hex | 7A | 7E | 3F | 3 | 0 | 32 | 33 | 40 | 21 | 25 |
| Octal | 172 | 176 | 77 | 3 | 0 | 62 | 63 | 100 | 41 | 45 |
| Binary | 1111010 | 1111110 | 111111 | 11 | 0 | 110010 | 110011 | 1000000 | 100001 | 100101 |
Color Harmonies of #7A7E3F
Complementary color
Monochromatic Colors of #7A7E3F
Black with #7A7E3F
Text Example
Text Example
White with #7A7E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7E3F; }
p { color: rgb(122,126,63); }
H1.HeaderClassName
{
color: #7A7E3F;
}
.AnyTagClassName
{
color: #7A7E3F;
}
</style>
background-color css
<style>
a { background-color: #7A7E3F; }
a { background-color: rgb(122,126,63); }
div.DivClassName
{
background-color: #7A7E3F;
}
.BgClassName
{
background-color: #7A7E3F;
}
</style>
border-color css
<style>
span { border-color: #7A7E3F; }
span { border-color: rgb(122,126,63); }
td.TdClassName
{
border-color: #7A7E3F;
}
.TagClassName
{
border-color: #7A7E3F;
}
</style>