Shades of Wasabi #7C8C49
Tints of Wasabi #7C8C49
RGB
CMYK
RGB Variations
Color information
#7C8C49 (or 0x7C8C49) is known color: Wasabi. HEX triplet: 7C, 8C and 49. RGB value is (124,140,73). Sum of RGB (Red+Green+Blue) = 124+140+73=337 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.80% from 337); Green value is 140 (55.08% from 255 or 41.54% from 337); Blue value is 73 (28.91% from 255 or 21.66% from 337); Max value from RGB is 140 - color contains mainly: green. Hex color #7C8C49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8C49 is #8373B6. Grayscale: #7F7F7F. Windows color (decimal): -8614839 or 4820092. OLE color: 4820092.
HSL color Cylindrical-coordinate representation of color #7C8C49: hue angle of 74.33º degrees, saturation: 0.31, 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 #7C8C49 is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 124 | 140 | 73 | - |
| CMYK | 0.11 | 0 | 0.48 | 0.45 |
| HSL | 74.33º | 0.31% | 0.42% | - |
| HSV(B) | 74.33º | 0.48% | 0.55% | - |
| XYZ | 18.89 | 23.52 | 9.85 | - |
| YUV | 127.58 | 97.2 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 140 | 73 | 0.11 | 0 | 0.48 | 0.45 | 74.33 | 0.31 | 0.42 |
| Hex | 7C | 8C | 49 | B | 0 | 30 | 2D | 4A | 1F | 2A |
| Octal | 174 | 214 | 111 | 13 | 0 | 60 | 55 | 112 | 37 | 52 |
| Binary | 1111100 | 10001100 | 1001001 | 1011 | 0 | 110000 | 101101 | 1001010 | 11111 | 101010 |
Color Harmonies of #7C8C49
Complementary color
Monochromatic Colors of #7C8C49
Black with #7C8C49
Text Example
Text Example
White with #7C8C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8C49; }
p { color: rgb(124,140,73); }
H1.HeaderClassName
{
color: #7C8C49;
}
.AnyTagClassName
{
color: #7C8C49;
}
</style>
background-color css
<style>
a { background-color: #7C8C49; }
a { background-color: rgb(124,140,73); }
div.DivClassName
{
background-color: #7C8C49;
}
.BgClassName
{
background-color: #7C8C49;
}
</style>
border-color css
<style>
span { border-color: #7C8C49; }
span { border-color: rgb(124,140,73); }
td.TdClassName
{
border-color: #7C8C49;
}
.TagClassName
{
border-color: #7C8C49;
}
</style>