Shades of Wasabi #7C8C47
Tints of Wasabi #7C8C47
RGB
CMYK
RGB Variations
Color information
#7C8C47 (or 0x7C8C47) is known color: Wasabi. HEX triplet: 7C, 8C and 47. RGB value is (124,140,71). Sum of RGB (Red+Green+Blue) = 124+140+71=335 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.01% from 335); Green value is 140 (55.08% from 255 or 41.79% from 335); Blue value is 71 (28.12% from 255 or 21.19% from 335); Max value from RGB is 140 - color contains mainly: green. Hex color #7C8C47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8C47 is #8373B8. Grayscale: #7F7F7F. Windows color (decimal): -8614841 or 4689020. OLE color: 4689020.
HSL color Cylindrical-coordinate representation of color #7C8C47: hue angle of 73.91º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7C8C47 is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 124 | 140 | 71 | - |
| CMYK | 0.11 | 0 | 0.49 | 0.45 |
| HSL | 73.91º | 0.33% | 0.41% | - |
| HSV(B) | 73.91º | 0.49% | 0.55% | - |
| XYZ | 18.83 | 23.5 | 9.5 | - |
| YUV | 127.35 | 96.2 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 140 | 71 | 0.11 | 0 | 0.49 | 0.45 | 73.91 | 0.33 | 0.41 |
| Hex | 7C | 8C | 47 | B | 0 | 31 | 2D | 4A | 21 | 29 |
| Octal | 174 | 214 | 107 | 13 | 0 | 61 | 55 | 112 | 41 | 51 |
| Binary | 1111100 | 10001100 | 1000111 | 1011 | 0 | 110001 | 101101 | 1001010 | 100001 | 101001 |
Color Harmonies of #7C8C47
Complementary color
Monochromatic Colors of #7C8C47
Black with #7C8C47
Text Example
Text Example
White with #7C8C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8C47; }
p { color: rgb(124,140,71); }
H1.HeaderClassName
{
color: #7C8C47;
}
.AnyTagClassName
{
color: #7C8C47;
}
</style>
background-color css
<style>
a { background-color: #7C8C47; }
a { background-color: rgb(124,140,71); }
div.DivClassName
{
background-color: #7C8C47;
}
.BgClassName
{
background-color: #7C8C47;
}
</style>
border-color css
<style>
span { border-color: #7C8C47; }
span { border-color: rgb(124,140,71); }
td.TdClassName
{
border-color: #7C8C47;
}
.TagClassName
{
border-color: #7C8C47;
}
</style>