Shades of Wasabi #7C8747
Tints of Wasabi #7C8747
RGB
CMYK
RGB Variations
Color information
#7C8747 (or 0x7C8747) is known color: Wasabi. HEX triplet: 7C, 87 and 47. RGB value is (124,135,71). Sum of RGB (Red+Green+Blue) = 124+135+71=330 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.58% from 330); Green value is 135 (53.12% from 255 or 40.91% from 330); Blue value is 71 (28.12% from 255 or 21.52% from 330); Max value from RGB is 135 - color contains mainly: green. Hex color #7C8747 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8747 is #8378B8. Grayscale: #7C7C7C. Windows color (decimal): -8616121 or 4687740. OLE color: 4687740.
HSL color Cylindrical-coordinate representation of color #7C8747: hue angle of 70.31º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7C8747 is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 124 | 135 | 71 | - |
| CMYK | 0.08 | 0 | 0.47 | 0.47 |
| HSL | 70.31º | 0.31% | 0.4% | - |
| HSV(B) | 70.31º | 0.47% | 0.53% | - |
| XYZ | 18.11 | 22.07 | 9.27 | - |
| YUV | 124.42 | 97.86 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 135 | 71 | 0.08 | 0 | 0.47 | 0.47 | 70.31 | 0.31 | 0.4 |
| Hex | 7C | 87 | 47 | 8 | 0 | 2F | 2F | 46 | 1F | 28 |
| Octal | 174 | 207 | 107 | 10 | 0 | 57 | 57 | 106 | 37 | 50 |
| Binary | 1111100 | 10000111 | 1000111 | 1000 | 0 | 101111 | 101111 | 1000110 | 11111 | 101000 |
Color Harmonies of #7C8747
Complementary color
Monochromatic Colors of #7C8747
Black with #7C8747
Text Example
Text Example
White with #7C8747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8747; }
p { color: rgb(124,135,71); }
H1.HeaderClassName
{
color: #7C8747;
}
.AnyTagClassName
{
color: #7C8747;
}
</style>
background-color css
<style>
a { background-color: #7C8747; }
a { background-color: rgb(124,135,71); }
div.DivClassName
{
background-color: #7C8747;
}
.BgClassName
{
background-color: #7C8747;
}
</style>
border-color css
<style>
span { border-color: #7C8747; }
span { border-color: rgb(124,135,71); }
td.TdClassName
{
border-color: #7C8747;
}
.TagClassName
{
border-color: #7C8747;
}
</style>