Shades of Wasabi #76863A
Tints of Wasabi #76863A
RGB
CMYK
RGB Variations
Color information
#76863A (or 0x76863A) is known color: Wasabi. HEX triplet: 76, 86 and 3A. RGB value is (118,134,58). Sum of RGB (Red+Green+Blue) = 118+134+58=310 (41% of max value = 765). Red value is 118 (46.48% from 255 or 38.06% from 310); Green value is 134 (52.73% from 255 or 43.23% from 310); Blue value is 58 (23.05% from 255 or 18.71% from 310); Max value from RGB is 134 - color contains mainly: green. Hex color #76863A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76863A is #8979C5. Grayscale: #787878. Windows color (decimal): -9009606 or 3835510. OLE color: 3835510.
HSL color Cylindrical-coordinate representation of color #76863A: hue angle of 72.63º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #76863A is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 118 | 134 | 58 | - |
| CMYK | 0.12 | 0 | 0.57 | 0.47 |
| HSL | 72.63º | 0.4% | 0.38% | - |
| HSV(B) | 72.63º | 0.57% | 0.53% | - |
| XYZ | 16.76 | 21.21 | 7.21 | - |
| YUV | 120.55 | 92.7 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 134 | 58 | 0.12 | 0 | 0.57 | 0.47 | 72.63 | 0.4 | 0.38 |
| Hex | 76 | 86 | 3A | C | 0 | 39 | 2F | 49 | 28 | 26 |
| Octal | 166 | 206 | 72 | 14 | 0 | 71 | 57 | 111 | 50 | 46 |
| Binary | 1110110 | 10000110 | 111010 | 1100 | 0 | 111001 | 101111 | 1001001 | 101000 | 100110 |
Color Harmonies of #76863A
Complementary color
Monochromatic Colors of #76863A
Black with #76863A
Text Example
Text Example
White with #76863A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76863A; }
p { color: rgb(118,134,58); }
H1.HeaderClassName
{
color: #76863A;
}
.AnyTagClassName
{
color: #76863A;
}
</style>
background-color css
<style>
a { background-color: #76863A; }
a { background-color: rgb(118,134,58); }
div.DivClassName
{
background-color: #76863A;
}
.BgClassName
{
background-color: #76863A;
}
</style>
border-color css
<style>
span { border-color: #76863A; }
span { border-color: rgb(118,134,58); }
td.TdClassName
{
border-color: #76863A;
}
.TagClassName
{
border-color: #76863A;
}
</style>