Shades of Wasabi #76883F
Tints of Wasabi #76883F
RGB
CMYK
RGB Variations
Color information
#76883F (or 0x76883F) is known color: Wasabi. HEX triplet: 76, 88 and 3F. RGB value is (118,136,63). Sum of RGB (Red+Green+Blue) = 118+136+63=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 136 (53.52% from 255 or 42.90% from 317); Blue value is 63 (25% from 255 or 19.87% from 317); Max value from RGB is 136 - color contains mainly: green. Hex color #76883F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76883F is #8977C0. Grayscale: #7A7A7A. Windows color (decimal): -9009089 or 4163702. OLE color: 4163702.
HSL color Cylindrical-coordinate representation of color #76883F: hue angle of 74.79º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76883F is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 118 | 136 | 63 | - |
| CMYK | 0.13 | 0 | 0.54 | 0.47 |
| HSL | 74.79º | 0.37% | 0.39% | - |
| HSV(B) | 74.79º | 0.54% | 0.53% | - |
| XYZ | 17.17 | 21.82 | 8.01 | - |
| YUV | 122.3 | 94.54 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 136 | 63 | 0.13 | 0 | 0.54 | 0.47 | 74.79 | 0.37 | 0.39 |
| Hex | 76 | 88 | 3F | D | 0 | 36 | 2F | 4B | 25 | 27 |
| Octal | 166 | 210 | 77 | 15 | 0 | 66 | 57 | 113 | 45 | 47 |
| Binary | 1110110 | 10001000 | 111111 | 1101 | 0 | 110110 | 101111 | 1001011 | 100101 | 100111 |
Color Harmonies of #76883F
Complementary color
Monochromatic Colors of #76883F
Black with #76883F
Text Example
Text Example
White with #76883F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76883F; }
p { color: rgb(118,136,63); }
H1.HeaderClassName
{
color: #76883F;
}
.AnyTagClassName
{
color: #76883F;
}
</style>
background-color css
<style>
a { background-color: #76883F; }
a { background-color: rgb(118,136,63); }
div.DivClassName
{
background-color: #76883F;
}
.BgClassName
{
background-color: #76883F;
}
</style>
border-color css
<style>
span { border-color: #76883F; }
span { border-color: rgb(118,136,63); }
td.TdClassName
{
border-color: #76883F;
}
.TagClassName
{
border-color: #76883F;
}
</style>