Shades of Wasabi #7C8A47
Tints of Wasabi #7C8A47
RGB
CMYK
RGB Variations
Color information
#7C8A47 (or 0x7C8A47) is known color: Wasabi. HEX triplet: 7C, 8A and 47. RGB value is (124,138,71). Sum of RGB (Red+Green+Blue) = 124+138+71=333 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.24% from 333); Green value is 138 (54.30% from 255 or 41.44% from 333); Blue value is 71 (28.12% from 255 or 21.32% from 333); Max value from RGB is 138 - color contains mainly: green. Hex color #7C8A47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8A47 is #8375B8. Grayscale: #7E7E7E. Windows color (decimal): -8615353 or 4688508. OLE color: 4688508.
HSL color Cylindrical-coordinate representation of color #7C8A47: hue angle of 72.54º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7C8A47 is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 124 | 138 | 71 | - |
| CMYK | 0.10 | 0 | 0.49 | 0.46 |
| HSL | 72.54º | 0.32% | 0.41% | - |
| HSV(B) | 72.54º | 0.49% | 0.54% | - |
| XYZ | 18.54 | 22.92 | 9.41 | - |
| YUV | 126.18 | 96.86 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 138 | 71 | 0.10 | 0 | 0.49 | 0.46 | 72.54 | 0.32 | 0.41 |
| Hex | 7C | 8A | 47 | A | 0 | 31 | 2E | 49 | 20 | 29 |
| Octal | 174 | 212 | 107 | 12 | 0 | 61 | 56 | 111 | 40 | 51 |
| Binary | 1111100 | 10001010 | 1000111 | 1010 | 0 | 110001 | 101110 | 1001001 | 100000 | 101001 |
Color Harmonies of #7C8A47
Complementary color
Monochromatic Colors of #7C8A47
Black with #7C8A47
Text Example
Text Example
White with #7C8A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8A47; }
p { color: rgb(124,138,71); }
H1.HeaderClassName
{
color: #7C8A47;
}
.AnyTagClassName
{
color: #7C8A47;
}
</style>
background-color css
<style>
a { background-color: #7C8A47; }
a { background-color: rgb(124,138,71); }
div.DivClassName
{
background-color: #7C8A47;
}
.BgClassName
{
background-color: #7C8A47;
}
</style>
border-color css
<style>
span { border-color: #7C8A47; }
span { border-color: rgb(124,138,71); }
td.TdClassName
{
border-color: #7C8A47;
}
.TagClassName
{
border-color: #7C8A47;
}
</style>