Shades of Wasabi #7D8832
Tints of Wasabi #7D8832
RGB
CMYK
RGB Variations
Color information
#7D8832 (or 0x7D8832) is known color: Wasabi. HEX triplet: 7D, 88 and 32. RGB value is (125,136,50). Sum of RGB (Red+Green+Blue) = 125+136+50=311 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.19% from 311); Green value is 136 (53.52% from 255 or 43.73% from 311); Blue value is 50 (19.92% from 255 or 16.08% from 311); Max value from RGB is 136 - color contains mainly: green. Hex color #7D8832 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8832 is #8277CD. Grayscale: #7B7B7B. Windows color (decimal): -8550350 or 3311741. OLE color: 3311741.
HSL color Cylindrical-coordinate representation of color #7D8832: hue angle of 67.67º 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 #7D8832 is Cyan = 0.08, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 125 | 136 | 50 | - |
| CMYK | 0.08 | 0 | 0.63 | 0.47 |
| HSL | 67.67º | 0.46% | 0.36% | - |
| HSV(B) | 67.67º | 0.63% | 0.53% | - |
| XYZ | 17.84 | 22.2 | 6.36 | - |
| YUV | 122.91 | 86.86 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 136 | 50 | 0.08 | 0 | 0.63 | 0.47 | 67.67 | 0.46 | 0.36 |
| Hex | 7D | 88 | 32 | 8 | 0 | 3F | 2F | 44 | 2E | 24 |
| Octal | 175 | 210 | 62 | 10 | 0 | 77 | 57 | 104 | 56 | 44 |
| Binary | 1111101 | 10001000 | 110010 | 1000 | 0 | 111111 | 101111 | 1000100 | 101110 | 100100 |
Color Harmonies of #7D8832
Complementary color
Monochromatic Colors of #7D8832
Black with #7D8832
Text Example
Text Example
White with #7D8832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8832; }
p { color: rgb(125,136,50); }
H1.HeaderClassName
{
color: #7D8832;
}
.AnyTagClassName
{
color: #7D8832;
}
</style>
background-color css
<style>
a { background-color: #7D8832; }
a { background-color: rgb(125,136,50); }
div.DivClassName
{
background-color: #7D8832;
}
.BgClassName
{
background-color: #7D8832;
}
</style>
border-color css
<style>
span { border-color: #7D8832; }
span { border-color: rgb(125,136,50); }
td.TdClassName
{
border-color: #7D8832;
}
.TagClassName
{
border-color: #7D8832;
}
</style>