Shades of Wasabi #7C884B
Tints of Wasabi #7C884B
RGB
CMYK
RGB Variations
Color information
#7C884B (or 0x7C884B) is known color: Wasabi. HEX triplet: 7C, 88 and 4B. RGB value is (124,136,75). Sum of RGB (Red+Green+Blue) = 124+136+75=335 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.01% from 335); Green value is 136 (53.52% from 255 or 40.60% from 335); Blue value is 75 (29.69% from 255 or 22.39% from 335); Max value from RGB is 136 - color contains mainly: green. Hex color #7C884B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C884B is #8377B4. Grayscale: #7D7D7D. Windows color (decimal): -8615861 or 4950140. OLE color: 4950140.
HSL color Cylindrical-coordinate representation of color #7C884B: hue angle of 71.8º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7C884B is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 124 | 136 | 75 | - |
| CMYK | 0.09 | 0 | 0.45 | 0.47 |
| HSL | 71.8º | 0.29% | 0.41% | - |
| HSV(B) | 71.8º | 0.45% | 0.53% | - |
| XYZ | 18.39 | 22.4 | 10.01 | - |
| YUV | 125.46 | 99.52 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 136 | 75 | 0.09 | 0 | 0.45 | 0.47 | 71.8 | 0.29 | 0.41 |
| Hex | 7C | 88 | 4B | 9 | 0 | 2D | 2F | 48 | 1D | 29 |
| Octal | 174 | 210 | 113 | 11 | 0 | 55 | 57 | 110 | 35 | 51 |
| Binary | 1111100 | 10001000 | 1001011 | 1001 | 0 | 101101 | 101111 | 1001000 | 11101 | 101001 |
Color Harmonies of #7C884B
Complementary color
Monochromatic Colors of #7C884B
Black with #7C884B
Text Example
Text Example
White with #7C884B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C884B; }
p { color: rgb(124,136,75); }
H1.HeaderClassName
{
color: #7C884B;
}
.AnyTagClassName
{
color: #7C884B;
}
</style>
background-color css
<style>
a { background-color: #7C884B; }
a { background-color: rgb(124,136,75); }
div.DivClassName
{
background-color: #7C884B;
}
.BgClassName
{
background-color: #7C884B;
}
</style>
border-color css
<style>
span { border-color: #7C884B; }
span { border-color: rgb(124,136,75); }
td.TdClassName
{
border-color: #7C884B;
}
.TagClassName
{
border-color: #7C884B;
}
</style>