Shades of Wasabi #7C8845
Tints of Wasabi #7C8845
RGB
CMYK
RGB Variations
Color information
#7C8845 (or 0x7C8845) is known color: Wasabi. HEX triplet: 7C, 88 and 45. RGB value is (124,136,69). Sum of RGB (Red+Green+Blue) = 124+136+69=329 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.69% from 329); Green value is 136 (53.52% from 255 or 41.34% from 329); Blue value is 69 (27.34% from 255 or 20.97% from 329); Max value from RGB is 136 - color contains mainly: green. Hex color #7C8845 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8845 is #8377BA. Grayscale: #7D7D7D. Windows color (decimal): -8615867 or 4556924. OLE color: 4556924.
HSL color Cylindrical-coordinate representation of color #7C8845: hue angle of 70.75º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7C8845 is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 124 | 136 | 69 | - |
| CMYK | 0.09 | 0 | 0.49 | 0.47 |
| HSL | 70.75º | 0.33% | 0.4% | - |
| HSV(B) | 70.75º | 0.49% | 0.53% | - |
| XYZ | 18.19 | 22.32 | 8.98 | - |
| YUV | 124.77 | 96.52 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 136 | 69 | 0.09 | 0 | 0.49 | 0.47 | 70.75 | 0.33 | 0.4 |
| Hex | 7C | 88 | 45 | 9 | 0 | 31 | 2F | 47 | 21 | 28 |
| Octal | 174 | 210 | 105 | 11 | 0 | 61 | 57 | 107 | 41 | 50 |
| Binary | 1111100 | 10001000 | 1000101 | 1001 | 0 | 110001 | 101111 | 1000111 | 100001 | 101000 |
Color Harmonies of #7C8845
Complementary color
Monochromatic Colors of #7C8845
Black with #7C8845
Text Example
Text Example
White with #7C8845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8845; }
p { color: rgb(124,136,69); }
H1.HeaderClassName
{
color: #7C8845;
}
.AnyTagClassName
{
color: #7C8845;
}
</style>
background-color css
<style>
a { background-color: #7C8845; }
a { background-color: rgb(124,136,69); }
div.DivClassName
{
background-color: #7C8845;
}
.BgClassName
{
background-color: #7C8845;
}
</style>
border-color css
<style>
span { border-color: #7C8845; }
span { border-color: rgb(124,136,69); }
td.TdClassName
{
border-color: #7C8845;
}
.TagClassName
{
border-color: #7C8845;
}
</style>