Shades of Wasabi #77803A
Tints of Wasabi #77803A
RGB
CMYK
RGB Variations
Color information
#77803A (or 0x77803A) is known color: Wasabi. HEX triplet: 77, 80 and 3A. RGB value is (119,128,58). Sum of RGB (Red+Green+Blue) = 119+128+58=305 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.02% from 305); Green value is 128 (50.39% from 255 or 41.97% from 305); Blue value is 58 (23.05% from 255 or 19.02% from 305); Max value from RGB is 128 - color contains mainly: green. Hex color #77803A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77803A is #887FC5. Grayscale: #757575. Windows color (decimal): -8945606 or 3833975. OLE color: 3833975.
HSL color Cylindrical-coordinate representation of color #77803A: hue angle of 67.71º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #77803A is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 119 | 128 | 58 | - |
| CMYK | 0.07 | 0 | 0.55 | 0.50 |
| HSL | 67.71º | 0.38% | 0.36% | - |
| HSV(B) | 67.71º | 0.55% | 0.5% | - |
| XYZ | 16.09 | 19.67 | 6.95 | - |
| YUV | 117.33 | 94.52 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 128 | 58 | 0.07 | 0 | 0.55 | 0.50 | 67.71 | 0.38 | 0.36 |
| Hex | 77 | 80 | 3A | 7 | 0 | 37 | 32 | 44 | 26 | 24 |
| Octal | 167 | 200 | 72 | 7 | 0 | 67 | 62 | 104 | 46 | 44 |
| Binary | 1110111 | 10000000 | 111010 | 111 | 0 | 110111 | 110010 | 1000100 | 100110 | 100100 |
Color Harmonies of #77803A
Complementary color
Monochromatic Colors of #77803A
Black with #77803A
Text Example
Text Example
White with #77803A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77803A; }
p { color: rgb(119,128,58); }
H1.HeaderClassName
{
color: #77803A;
}
.AnyTagClassName
{
color: #77803A;
}
</style>
background-color css
<style>
a { background-color: #77803A; }
a { background-color: rgb(119,128,58); }
div.DivClassName
{
background-color: #77803A;
}
.BgClassName
{
background-color: #77803A;
}
</style>
border-color css
<style>
span { border-color: #77803A; }
span { border-color: rgb(119,128,58); }
td.TdClassName
{
border-color: #77803A;
}
.TagClassName
{
border-color: #77803A;
}
</style>