Shades of Wasabi #7C8D49
Tints of Wasabi #7C8D49
RGB
CMYK
RGB Variations
Color information
#7C8D49 (or 0x7C8D49) is known color: Wasabi. HEX triplet: 7C, 8D and 49. RGB value is (124,141,73). Sum of RGB (Red+Green+Blue) = 124+141+73=338 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.69% from 338); Green value is 141 (55.47% from 255 or 41.72% from 338); Blue value is 73 (28.91% from 255 or 21.60% from 338); Max value from RGB is 141 - color contains mainly: green. Hex color #7C8D49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8D49 is #8372B6. Grayscale: #808080. Windows color (decimal): -8614583 or 4820348. OLE color: 4820348.
HSL color Cylindrical-coordinate representation of color #7C8D49: hue angle of 75º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7C8D49 is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 124 | 141 | 73 | - |
| CMYK | 0.12 | 0 | 0.48 | 0.45 |
| HSL | 75º | 0.32% | 0.42% | - |
| HSV(B) | 75º | 0.48% | 0.55% | - |
| XYZ | 19.04 | 23.82 | 9.9 | - |
| YUV | 128.17 | 96.87 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 141 | 73 | 0.12 | 0 | 0.48 | 0.45 | 75 | 0.32 | 0.42 |
| Hex | 7C | 8D | 49 | C | 0 | 30 | 2D | 4B | 20 | 2A |
| Octal | 174 | 215 | 111 | 14 | 0 | 60 | 55 | 113 | 40 | 52 |
| Binary | 1111100 | 10001101 | 1001001 | 1100 | 0 | 110000 | 101101 | 1001011 | 100000 | 101010 |
Color Harmonies of #7C8D49
Complementary color
Monochromatic Colors of #7C8D49
Black with #7C8D49
Text Example
Text Example
White with #7C8D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8D49; }
p { color: rgb(124,141,73); }
H1.HeaderClassName
{
color: #7C8D49;
}
.AnyTagClassName
{
color: #7C8D49;
}
</style>
background-color css
<style>
a { background-color: #7C8D49; }
a { background-color: rgb(124,141,73); }
div.DivClassName
{
background-color: #7C8D49;
}
.BgClassName
{
background-color: #7C8D49;
}
</style>
border-color css
<style>
span { border-color: #7C8D49; }
span { border-color: rgb(124,141,73); }
td.TdClassName
{
border-color: #7C8D49;
}
.TagClassName
{
border-color: #7C8D49;
}
</style>