Shades of Wasabi #7C8748
Tints of Wasabi #7C8748
RGB
CMYK
RGB Variations
Color information
#7C8748 (or 0x7C8748) is known color: Wasabi. HEX triplet: 7C, 87 and 48. RGB value is (124,135,72). Sum of RGB (Red+Green+Blue) = 124+135+72=331 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.46% from 331); Green value is 135 (53.12% from 255 or 40.79% from 331); Blue value is 72 (28.52% from 255 or 21.75% from 331); Max value from RGB is 135 - color contains mainly: green. Hex color #7C8748 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8748 is #8378B7. Grayscale: #7C7C7C. Windows color (decimal): -8616120 or 4753276. OLE color: 4753276.
HSL color Cylindrical-coordinate representation of color #7C8748: hue angle of 70.48º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7C8748 is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 124 | 135 | 72 | - |
| CMYK | 0.08 | 0 | 0.47 | 0.47 |
| HSL | 70.48º | 0.3% | 0.41% | - |
| HSV(B) | 70.48º | 0.47% | 0.53% | - |
| XYZ | 18.15 | 22.08 | 9.44 | - |
| YUV | 124.53 | 98.36 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 135 | 72 | 0.08 | 0 | 0.47 | 0.47 | 70.48 | 0.3 | 0.41 |
| Hex | 7C | 87 | 48 | 8 | 0 | 2F | 2F | 46 | 1E | 29 |
| Octal | 174 | 207 | 110 | 10 | 0 | 57 | 57 | 106 | 36 | 51 |
| Binary | 1111100 | 10000111 | 1001000 | 1000 | 0 | 101111 | 101111 | 1000110 | 11110 | 101001 |
Color Harmonies of #7C8748
Complementary color
Monochromatic Colors of #7C8748
Black with #7C8748
Text Example
Text Example
White with #7C8748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8748; }
p { color: rgb(124,135,72); }
H1.HeaderClassName
{
color: #7C8748;
}
.AnyTagClassName
{
color: #7C8748;
}
</style>
background-color css
<style>
a { background-color: #7C8748; }
a { background-color: rgb(124,135,72); }
div.DivClassName
{
background-color: #7C8748;
}
.BgClassName
{
background-color: #7C8748;
}
</style>
border-color css
<style>
span { border-color: #7C8748; }
span { border-color: rgb(124,135,72); }
td.TdClassName
{
border-color: #7C8748;
}
.TagClassName
{
border-color: #7C8748;
}
</style>