Shades of Wasabi #77903A
Tints of Wasabi #77903A
RGB
CMYK
RGB Variations
Color information
#77903A (or 0x77903A) is known color: Wasabi. HEX triplet: 77, 90 and 3A. RGB value is (119,144,58). Sum of RGB (Red+Green+Blue) = 119+144+58=321 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.07% from 321); Green value is 144 (56.64% from 255 or 44.86% from 321); Blue value is 58 (23.05% from 255 or 18.07% from 321); Max value from RGB is 144 - color contains mainly: green. Hex color #77903A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77903A is #886FC5. Grayscale: #7F7F7F. Windows color (decimal): -8941510 or 3838071. OLE color: 3838071.
HSL color Cylindrical-coordinate representation of color #77903A: hue angle of 77.44º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #77903A is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 144 | 58 | - |
| CMYK | 0.17 | 0 | 0.60 | 0.44 |
| HSL | 77.44º | 0.43% | 0.4% | - |
| HSV(B) | 77.44º | 0.6% | 0.56% | - |
| XYZ | 18.34 | 24.17 | 7.7 | - |
| YUV | 126.72 | 89.22 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 144 | 58 | 0.17 | 0 | 0.60 | 0.44 | 77.44 | 0.43 | 0.4 |
| Hex | 77 | 90 | 3A | 11 | 0 | 3C | 2C | 4D | 2B | 28 |
| Octal | 167 | 220 | 72 | 21 | 0 | 74 | 54 | 115 | 53 | 50 |
| Binary | 1110111 | 10010000 | 111010 | 10001 | 0 | 111100 | 101100 | 1001101 | 101011 | 101000 |
Color Harmonies of #77903A
Complementary color
Monochromatic Colors of #77903A
Black with #77903A
Text Example
Text Example
White with #77903A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77903A; }
p { color: rgb(119,144,58); }
H1.HeaderClassName
{
color: #77903A;
}
.AnyTagClassName
{
color: #77903A;
}
</style>
background-color css
<style>
a { background-color: #77903A; }
a { background-color: rgb(119,144,58); }
div.DivClassName
{
background-color: #77903A;
}
.BgClassName
{
background-color: #77903A;
}
</style>
border-color css
<style>
span { border-color: #77903A; }
span { border-color: rgb(119,144,58); }
td.TdClassName
{
border-color: #77903A;
}
.TagClassName
{
border-color: #77903A;
}
</style>