Shades of Wasabi #7C8836
Tints of Wasabi #7C8836
RGB
CMYK
RGB Variations
Color information
#7C8836 (or 0x7C8836) is known color: Wasabi. HEX triplet: 7C, 88 and 36. RGB value is (124,136,54). Sum of RGB (Red+Green+Blue) = 124+136+54=314 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.49% from 314); Green value is 136 (53.52% from 255 or 43.31% from 314); Blue value is 54 (21.48% from 255 or 17.20% from 314); Max value from RGB is 136 - color contains mainly: green. Hex color #7C8836 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8836 is #8377C9. Grayscale: #7B7B7B. Windows color (decimal): -8615882 or 3573884. OLE color: 3573884.
HSL color Cylindrical-coordinate representation of color #7C8836: hue angle of 68.78º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7C8836 is Cyan = 0.09, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 124 | 136 | 54 | - |
| CMYK | 0.09 | 0 | 0.60 | 0.47 |
| HSL | 68.78º | 0.43% | 0.37% | - |
| HSV(B) | 68.78º | 0.6% | 0.53% | - |
| XYZ | 17.78 | 22.16 | 6.83 | - |
| YUV | 123.06 | 89.02 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 136 | 54 | 0.09 | 0 | 0.60 | 0.47 | 68.78 | 0.43 | 0.37 |
| Hex | 7C | 88 | 36 | 9 | 0 | 3C | 2F | 45 | 2B | 25 |
| Octal | 174 | 210 | 66 | 11 | 0 | 74 | 57 | 105 | 53 | 45 |
| Binary | 1111100 | 10001000 | 110110 | 1001 | 0 | 111100 | 101111 | 1000101 | 101011 | 100101 |
Color Harmonies of #7C8836
Complementary color
Monochromatic Colors of #7C8836
Black with #7C8836
Text Example
Text Example
White with #7C8836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8836; }
p { color: rgb(124,136,54); }
H1.HeaderClassName
{
color: #7C8836;
}
.AnyTagClassName
{
color: #7C8836;
}
</style>
background-color css
<style>
a { background-color: #7C8836; }
a { background-color: rgb(124,136,54); }
div.DivClassName
{
background-color: #7C8836;
}
.BgClassName
{
background-color: #7C8836;
}
</style>
border-color css
<style>
span { border-color: #7C8836; }
span { border-color: rgb(124,136,54); }
td.TdClassName
{
border-color: #7C8836;
}
.TagClassName
{
border-color: #7C8836;
}
</style>