Shades of Wasabi #777E3E
Tints of Wasabi #777E3E
RGB
CMYK
RGB Variations
Color information
#777E3E (or 0x777E3E) is known color: Wasabi. HEX triplet: 77, 7E and 3E. RGB value is (119,126,62). Sum of RGB (Red+Green+Blue) = 119+126+62=307 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.76% from 307); Green value is 126 (49.61% from 255 or 41.04% from 307); Blue value is 62 (24.61% from 255 or 20.20% from 307); Max value from RGB is 126 - color contains mainly: green. Hex color #777E3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777E3E is #8881C1. Grayscale: #747474. Windows color (decimal): -8946114 or 4095607. OLE color: 4095607.
HSL color Cylindrical-coordinate representation of color #777E3E: hue angle of 66.56º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #777E3E is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 126 | 62 | - |
| CMYK | 0.06 | 0 | 0.51 | 0.51 |
| HSL | 66.56º | 0.34% | 0.37% | - |
| HSV(B) | 66.56º | 0.51% | 0.49% | - |
| XYZ | 15.94 | 19.19 | 7.42 | - |
| YUV | 116.61 | 97.18 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 126 | 62 | 0.06 | 0 | 0.51 | 0.51 | 66.56 | 0.34 | 0.37 |
| Hex | 77 | 7E | 3E | 6 | 0 | 33 | 33 | 43 | 22 | 25 |
| Octal | 167 | 176 | 76 | 6 | 0 | 63 | 63 | 103 | 42 | 45 |
| Binary | 1110111 | 1111110 | 111110 | 110 | 0 | 110011 | 110011 | 1000011 | 100010 | 100101 |
Color Harmonies of #777E3E
Complementary color
Monochromatic Colors of #777E3E
Black with #777E3E
Text Example
Text Example
White with #777E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777E3E; }
p { color: rgb(119,126,62); }
H1.HeaderClassName
{
color: #777E3E;
}
.AnyTagClassName
{
color: #777E3E;
}
</style>
background-color css
<style>
a { background-color: #777E3E; }
a { background-color: rgb(119,126,62); }
div.DivClassName
{
background-color: #777E3E;
}
.BgClassName
{
background-color: #777E3E;
}
</style>
border-color css
<style>
span { border-color: #777E3E; }
span { border-color: rgb(119,126,62); }
td.TdClassName
{
border-color: #777E3E;
}
.TagClassName
{
border-color: #777E3E;
}
</style>