Shades of Wasabi #7C8632
Tints of Wasabi #7C8632
RGB
CMYK
RGB Variations
Color information
#7C8632 (or 0x7C8632) is known color: Wasabi. HEX triplet: 7C, 86 and 32. RGB value is (124,134,50). Sum of RGB (Red+Green+Blue) = 124+134+50=308 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.26% from 308); Green value is 134 (52.73% from 255 or 43.51% from 308); Blue value is 50 (19.92% from 255 or 16.23% from 308); Max value from RGB is 134 - color contains mainly: green. Hex color #7C8632 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8632 is #8379CD. Grayscale: #797979. Windows color (decimal): -8616398 or 3311228. OLE color: 3311228.
HSL color Cylindrical-coordinate representation of color #7C8632: hue angle of 67.14º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7C8632 is Cyan = 0.07, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 124 | 134 | 50 | - |
| CMYK | 0.07 | 0 | 0.63 | 0.47 |
| HSL | 67.14º | 0.46% | 0.36% | - |
| HSV(B) | 67.14º | 0.63% | 0.53% | - |
| XYZ | 17.41 | 21.57 | 6.26 | - |
| YUV | 121.43 | 87.69 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 134 | 50 | 0.07 | 0 | 0.63 | 0.47 | 67.14 | 0.46 | 0.36 |
| Hex | 7C | 86 | 32 | 7 | 0 | 3F | 2F | 43 | 2E | 24 |
| Octal | 174 | 206 | 62 | 7 | 0 | 77 | 57 | 103 | 56 | 44 |
| Binary | 1111100 | 10000110 | 110010 | 111 | 0 | 111111 | 101111 | 1000011 | 101110 | 100100 |
Color Harmonies of #7C8632
Complementary color
Monochromatic Colors of #7C8632
Black with #7C8632
Text Example
Text Example
White with #7C8632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8632; }
p { color: rgb(124,134,50); }
H1.HeaderClassName
{
color: #7C8632;
}
.AnyTagClassName
{
color: #7C8632;
}
</style>
background-color css
<style>
a { background-color: #7C8632; }
a { background-color: rgb(124,134,50); }
div.DivClassName
{
background-color: #7C8632;
}
.BgClassName
{
background-color: #7C8632;
}
</style>
border-color css
<style>
span { border-color: #7C8632; }
span { border-color: rgb(124,134,50); }
td.TdClassName
{
border-color: #7C8632;
}
.TagClassName
{
border-color: #7C8632;
}
</style>