Shades of Wasabi #778441
Tints of Wasabi #778441
RGB
CMYK
RGB Variations
Color information
#778441 (or 0x778441) is known color: Wasabi. HEX triplet: 77, 84 and 41. RGB value is (119,132,65). Sum of RGB (Red+Green+Blue) = 119+132+65=316 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.66% from 316); Green value is 132 (51.95% from 255 or 41.77% from 316); Blue value is 65 (25.78% from 255 or 20.57% from 316); Max value from RGB is 132 - color contains mainly: green. Hex color #778441 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778441 is #887BBE. Grayscale: #787878. Windows color (decimal): -8944575 or 4293751. OLE color: 4293751.
HSL color Cylindrical-coordinate representation of color #778441: hue angle of 71.64º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #778441 is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 119 | 132 | 65 | - |
| CMYK | 0.10 | 0 | 0.51 | 0.48 |
| HSL | 71.64º | 0.34% | 0.39% | - |
| HSV(B) | 71.64º | 0.51% | 0.52% | - |
| XYZ | 16.81 | 20.81 | 8.13 | - |
| YUV | 120.48 | 96.69 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 132 | 65 | 0.10 | 0 | 0.51 | 0.48 | 71.64 | 0.34 | 0.39 |
| Hex | 77 | 84 | 41 | A | 0 | 33 | 30 | 48 | 22 | 27 |
| Octal | 167 | 204 | 101 | 12 | 0 | 63 | 60 | 110 | 42 | 47 |
| Binary | 1110111 | 10000100 | 1000001 | 1010 | 0 | 110011 | 110000 | 1001000 | 100010 | 100111 |
Color Harmonies of #778441
Complementary color
Monochromatic Colors of #778441
Black with #778441
Text Example
Text Example
White with #778441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778441; }
p { color: rgb(119,132,65); }
H1.HeaderClassName
{
color: #778441;
}
.AnyTagClassName
{
color: #778441;
}
</style>
background-color css
<style>
a { background-color: #778441; }
a { background-color: rgb(119,132,65); }
div.DivClassName
{
background-color: #778441;
}
.BgClassName
{
background-color: #778441;
}
</style>
border-color css
<style>
span { border-color: #778441; }
span { border-color: rgb(119,132,65); }
td.TdClassName
{
border-color: #778441;
}
.TagClassName
{
border-color: #778441;
}
</style>