Shades of Wasabi #7C813D
Tints of Wasabi #7C813D
RGB
CMYK
RGB Variations
Color information
#7C813D (or 0x7C813D) is known color: Wasabi. HEX triplet: 7C, 81 and 3D. RGB value is (124,129,61). Sum of RGB (Red+Green+Blue) = 124+129+61=314 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.49% from 314); Green value is 129 (50.78% from 255 or 41.08% from 314); Blue value is 61 (24.22% from 255 or 19.43% from 314); Max value from RGB is 129 - color contains mainly: green. Hex color #7C813D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C813D is #837EC2. Grayscale: #787878. Windows color (decimal): -8617667 or 4030844. OLE color: 4030844.
HSL color Cylindrical-coordinate representation of color #7C813D: hue angle of 64.41º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7C813D is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 124 | 129 | 61 | - |
| CMYK | 0.04 | 0 | 0.53 | 0.49 |
| HSL | 64.41º | 0.36% | 0.37% | - |
| HSV(B) | 64.41º | 0.53% | 0.51% | - |
| XYZ | 17 | 20.32 | 7.44 | - |
| YUV | 119.75 | 94.84 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 129 | 61 | 0.04 | 0 | 0.53 | 0.49 | 64.41 | 0.36 | 0.37 |
| Hex | 7C | 81 | 3D | 4 | 0 | 35 | 31 | 40 | 24 | 25 |
| Octal | 174 | 201 | 75 | 4 | 0 | 65 | 61 | 100 | 44 | 45 |
| Binary | 1111100 | 10000001 | 111101 | 100 | 0 | 110101 | 110001 | 1000000 | 100100 | 100101 |
Color Harmonies of #7C813D
Complementary color
Monochromatic Colors of #7C813D
Black with #7C813D
Text Example
Text Example
White with #7C813D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C813D; }
p { color: rgb(124,129,61); }
H1.HeaderClassName
{
color: #7C813D;
}
.AnyTagClassName
{
color: #7C813D;
}
</style>
background-color css
<style>
a { background-color: #7C813D; }
a { background-color: rgb(124,129,61); }
div.DivClassName
{
background-color: #7C813D;
}
.BgClassName
{
background-color: #7C813D;
}
</style>
border-color css
<style>
span { border-color: #7C813D; }
span { border-color: rgb(124,129,61); }
td.TdClassName
{
border-color: #7C813D;
}
.TagClassName
{
border-color: #7C813D;
}
</style>