Shades of Wasabi #7C8337
Tints of Wasabi #7C8337
RGB
CMYK
RGB Variations
Color information
#7C8337 (or 0x7C8337) is known color: Wasabi. HEX triplet: 7C, 83 and 37. RGB value is (124,131,55). Sum of RGB (Red+Green+Blue) = 124+131+55=310 (41% of max value = 765). Red value is 124 (48.83% from 255 or 40% from 310); Green value is 131 (51.56% from 255 or 42.26% from 310); Blue value is 55 (21.88% from 255 or 17.74% from 310); Max value from RGB is 131 - color contains mainly: green. Hex color #7C8337 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8337 is #837CC8. Grayscale: #787878. Windows color (decimal): -8617161 or 3638140. OLE color: 3638140.
HSL color Cylindrical-coordinate representation of color #7C8337: hue angle of 65.53º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7C8337 is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 124 | 131 | 55 | - |
| CMYK | 0.05 | 0 | 0.58 | 0.49 |
| HSL | 65.53º | 0.41% | 0.36% | - |
| HSV(B) | 65.53º | 0.58% | 0.51% | - |
| XYZ | 17.12 | 20.79 | 6.73 | - |
| YUV | 120.24 | 91.18 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 131 | 55 | 0.05 | 0 | 0.58 | 0.49 | 65.53 | 0.41 | 0.36 |
| Hex | 7C | 83 | 37 | 5 | 0 | 3A | 31 | 42 | 29 | 24 |
| Octal | 174 | 203 | 67 | 5 | 0 | 72 | 61 | 102 | 51 | 44 |
| Binary | 1111100 | 10000011 | 110111 | 101 | 0 | 111010 | 110001 | 1000010 | 101001 | 100100 |
Color Harmonies of #7C8337
Complementary color
Monochromatic Colors of #7C8337
Black with #7C8337
Text Example
Text Example
White with #7C8337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8337; }
p { color: rgb(124,131,55); }
H1.HeaderClassName
{
color: #7C8337;
}
.AnyTagClassName
{
color: #7C8337;
}
</style>
background-color css
<style>
a { background-color: #7C8337; }
a { background-color: rgb(124,131,55); }
div.DivClassName
{
background-color: #7C8337;
}
.BgClassName
{
background-color: #7C8337;
}
</style>
border-color css
<style>
span { border-color: #7C8337; }
span { border-color: rgb(124,131,55); }
td.TdClassName
{
border-color: #7C8337;
}
.TagClassName
{
border-color: #7C8337;
}
</style>