Shades of Wasabi #7C8436
Tints of Wasabi #7C8436
RGB
CMYK
RGB Variations
Color information
#7C8436 (or 0x7C8436) is known color: Wasabi. HEX triplet: 7C, 84 and 36. RGB value is (124,132,54). Sum of RGB (Red+Green+Blue) = 124+132+54=310 (41% of max value = 765). Red value is 124 (48.83% from 255 or 40% from 310); Green value is 132 (51.95% from 255 or 42.58% from 310); Blue value is 54 (21.48% from 255 or 17.42% from 310); Max value from RGB is 132 - color contains mainly: green. Hex color #7C8436 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8436 is #837BC9. Grayscale: #797979. Windows color (decimal): -8616906 or 3572860. OLE color: 3572860.
HSL color Cylindrical-coordinate representation of color #7C8436: hue angle of 66.15º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7C8436 is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 124 | 132 | 54 | - |
| CMYK | 0.06 | 0 | 0.59 | 0.48 |
| HSL | 66.15º | 0.42% | 0.36% | - |
| HSV(B) | 66.15º | 0.59% | 0.52% | - |
| XYZ | 17.23 | 21.05 | 6.65 | - |
| YUV | 120.72 | 90.35 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 132 | 54 | 0.06 | 0 | 0.59 | 0.48 | 66.15 | 0.42 | 0.36 |
| Hex | 7C | 84 | 36 | 6 | 0 | 3B | 30 | 42 | 2A | 24 |
| Octal | 174 | 204 | 66 | 6 | 0 | 73 | 60 | 102 | 52 | 44 |
| Binary | 1111100 | 10000100 | 110110 | 110 | 0 | 111011 | 110000 | 1000010 | 101010 | 100100 |
Color Harmonies of #7C8436
Complementary color
Monochromatic Colors of #7C8436
Black with #7C8436
Text Example
Text Example
White with #7C8436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8436; }
p { color: rgb(124,132,54); }
H1.HeaderClassName
{
color: #7C8436;
}
.AnyTagClassName
{
color: #7C8436;
}
</style>
background-color css
<style>
a { background-color: #7C8436; }
a { background-color: rgb(124,132,54); }
div.DivClassName
{
background-color: #7C8436;
}
.BgClassName
{
background-color: #7C8436;
}
</style>
border-color css
<style>
span { border-color: #7C8436; }
span { border-color: rgb(124,132,54); }
td.TdClassName
{
border-color: #7C8436;
}
.TagClassName
{
border-color: #7C8436;
}
</style>