Shades of Wasabi #77803F
Tints of Wasabi #77803F
RGB
CMYK
RGB Variations
Color information
#77803F (or 0x77803F) is known color: Wasabi. HEX triplet: 77, 80 and 3F. RGB value is (119,128,63). Sum of RGB (Red+Green+Blue) = 119+128+63=310 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.39% from 310); Green value is 128 (50.39% from 255 or 41.29% from 310); Blue value is 63 (25% from 255 or 20.32% from 310); Max value from RGB is 128 - color contains mainly: green. Hex color #77803F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77803F is #887FC0. Grayscale: #767676. Windows color (decimal): -8945601 or 4161655. OLE color: 4161655.
HSL color Cylindrical-coordinate representation of color #77803F: hue angle of 68.31º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #77803F is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 119 | 128 | 63 | - |
| CMYK | 0.07 | 0 | 0.51 | 0.50 |
| HSL | 68.31º | 0.34% | 0.37% | - |
| HSV(B) | 68.31º | 0.51% | 0.5% | - |
| XYZ | 16.22 | 19.72 | 7.65 | - |
| YUV | 117.9 | 97.02 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 128 | 63 | 0.07 | 0 | 0.51 | 0.50 | 68.31 | 0.34 | 0.37 |
| Hex | 77 | 80 | 3F | 7 | 0 | 33 | 32 | 44 | 22 | 25 |
| Octal | 167 | 200 | 77 | 7 | 0 | 63 | 62 | 104 | 42 | 45 |
| Binary | 1110111 | 10000000 | 111111 | 111 | 0 | 110011 | 110010 | 1000100 | 100010 | 100101 |
Color Harmonies of #77803F
Complementary color
Monochromatic Colors of #77803F
Black with #77803F
Text Example
Text Example
White with #77803F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77803F; }
p { color: rgb(119,128,63); }
H1.HeaderClassName
{
color: #77803F;
}
.AnyTagClassName
{
color: #77803F;
}
</style>
background-color css
<style>
a { background-color: #77803F; }
a { background-color: rgb(119,128,63); }
div.DivClassName
{
background-color: #77803F;
}
.BgClassName
{
background-color: #77803F;
}
</style>
border-color css
<style>
span { border-color: #77803F; }
span { border-color: rgb(119,128,63); }
td.TdClassName
{
border-color: #77803F;
}
.TagClassName
{
border-color: #77803F;
}
</style>