Shades of Wasabi #77863E
Tints of Wasabi #77863E
RGB
CMYK
RGB Variations
Color information
#77863E (or 0x77863E) is known color: Wasabi. HEX triplet: 77, 86 and 3E. RGB value is (119,134,62). Sum of RGB (Red+Green+Blue) = 119+134+62=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 134 (52.73% from 255 or 42.54% from 315); Blue value is 62 (24.61% from 255 or 19.68% from 315); Max value from RGB is 134 - color contains mainly: green. Hex color #77863E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77863E is #8879C1. Grayscale: #797979. Windows color (decimal): -8944066 or 4097655. OLE color: 4097655.
HSL color Cylindrical-coordinate representation of color #77863E: hue angle of 72.5º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #77863E is Cyan = 0.11, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 134 | 62 | - |
| CMYK | 0.11 | 0 | 0.54 | 0.47 |
| HSL | 72.5º | 0.37% | 0.38% | - |
| HSV(B) | 72.5º | 0.54% | 0.53% | - |
| XYZ | 17 | 21.32 | 7.78 | - |
| YUV | 121.31 | 94.53 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 134 | 62 | 0.11 | 0 | 0.54 | 0.47 | 72.5 | 0.37 | 0.38 |
| Hex | 77 | 86 | 3E | B | 0 | 36 | 2F | 48 | 25 | 26 |
| Octal | 167 | 206 | 76 | 13 | 0 | 66 | 57 | 110 | 45 | 46 |
| Binary | 1110111 | 10000110 | 111110 | 1011 | 0 | 110110 | 101111 | 1001000 | 100101 | 100110 |
Color Harmonies of #77863E
Complementary color
Monochromatic Colors of #77863E
Black with #77863E
Text Example
Text Example
White with #77863E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77863E; }
p { color: rgb(119,134,62); }
H1.HeaderClassName
{
color: #77863E;
}
.AnyTagClassName
{
color: #77863E;
}
</style>
background-color css
<style>
a { background-color: #77863E; }
a { background-color: rgb(119,134,62); }
div.DivClassName
{
background-color: #77863E;
}
.BgClassName
{
background-color: #77863E;
}
</style>
border-color css
<style>
span { border-color: #77863E; }
span { border-color: rgb(119,134,62); }
td.TdClassName
{
border-color: #77863E;
}
.TagClassName
{
border-color: #77863E;
}
</style>