Shades of Wasabi #778B2D
Tints of Wasabi #778B2D
RGB
CMYK
RGB Variations
Color information
#778B2D (or 0x778B2D) is known color: Wasabi. HEX triplet: 77, 8B and 2D. RGB value is (119,139,45). Sum of RGB (Red+Green+Blue) = 119+139+45=303 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.27% from 303); Green value is 139 (54.69% from 255 or 45.87% from 303); Blue value is 45 (17.97% from 255 or 14.85% from 303); Max value from RGB is 139 - color contains mainly: green. Hex color #778B2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778B2D is #8874D2. Grayscale: #7A7A7A. Windows color (decimal): -8942803 or 2984823. OLE color: 2984823.
HSL color Cylindrical-coordinate representation of color #778B2D: hue angle of 72.77º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #778B2D is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 139 | 45 | - |
| CMYK | 0.14 | 0 | 0.68 | 0.45 |
| HSL | 72.77º | 0.51% | 0.36% | - |
| HSV(B) | 72.77º | 0.68% | 0.55% | - |
| XYZ | 17.31 | 22.58 | 5.93 | - |
| YUV | 122.3 | 84.37 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 139 | 45 | 0.14 | 0 | 0.68 | 0.45 | 72.77 | 0.51 | 0.36 |
| Hex | 77 | 8B | 2D | E | 0 | 44 | 2D | 49 | 33 | 24 |
| Octal | 167 | 213 | 55 | 16 | 0 | 104 | 55 | 111 | 63 | 44 |
| Binary | 1110111 | 10001011 | 101101 | 1110 | 0 | 1000100 | 101101 | 1001001 | 110011 | 100100 |
Color Harmonies of #778B2D
Complementary color
Monochromatic Colors of #778B2D
Black with #778B2D
Text Example
Text Example
White with #778B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778B2D; }
p { color: rgb(119,139,45); }
H1.HeaderClassName
{
color: #778B2D;
}
.AnyTagClassName
{
color: #778B2D;
}
</style>
background-color css
<style>
a { background-color: #778B2D; }
a { background-color: rgb(119,139,45); }
div.DivClassName
{
background-color: #778B2D;
}
.BgClassName
{
background-color: #778B2D;
}
</style>
border-color css
<style>
span { border-color: #778B2D; }
span { border-color: rgb(119,139,45); }
td.TdClassName
{
border-color: #778B2D;
}
.TagClassName
{
border-color: #778B2D;
}
</style>