Shades of Wasabi #767F3A
Tints of Wasabi #767F3A
RGB
CMYK
RGB Variations
Color information
#767F3A (or 0x767F3A) is known color: Wasabi. HEX triplet: 76, 7F and 3A. RGB value is (118,127,58). Sum of RGB (Red+Green+Blue) = 118+127+58=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 127 (50% from 255 or 41.91% from 303); Blue value is 58 (23.05% from 255 or 19.14% from 303); Max value from RGB is 127 - color contains mainly: green. Hex color #767F3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767F3A is #8980C5. Grayscale: #747474. Windows color (decimal): -9011398 or 3833718. OLE color: 3833718.
HSL color Cylindrical-coordinate representation of color #767F3A: hue angle of 67.83º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #767F3A is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 118 | 127 | 58 | - |
| CMYK | 0.07 | 0 | 0.54 | 0.50 |
| HSL | 67.83º | 0.37% | 0.36% | - |
| HSV(B) | 67.83º | 0.54% | 0.5% | - |
| XYZ | 15.82 | 19.34 | 6.9 | - |
| YUV | 116.44 | 95.02 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 127 | 58 | 0.07 | 0 | 0.54 | 0.50 | 67.83 | 0.37 | 0.36 |
| Hex | 76 | 7F | 3A | 7 | 0 | 36 | 32 | 44 | 25 | 24 |
| Octal | 166 | 177 | 72 | 7 | 0 | 66 | 62 | 104 | 45 | 44 |
| Binary | 1110110 | 1111111 | 111010 | 111 | 0 | 110110 | 110010 | 1000100 | 100101 | 100100 |
Color Harmonies of #767F3A
Complementary color
Monochromatic Colors of #767F3A
Black with #767F3A
Text Example
Text Example
White with #767F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767F3A; }
p { color: rgb(118,127,58); }
H1.HeaderClassName
{
color: #767F3A;
}
.AnyTagClassName
{
color: #767F3A;
}
</style>
background-color css
<style>
a { background-color: #767F3A; }
a { background-color: rgb(118,127,58); }
div.DivClassName
{
background-color: #767F3A;
}
.BgClassName
{
background-color: #767F3A;
}
</style>
border-color css
<style>
span { border-color: #767F3A; }
span { border-color: rgb(118,127,58); }
td.TdClassName
{
border-color: #767F3A;
}
.TagClassName
{
border-color: #767F3A;
}
</style>