Shades of Wasabi #778B3D
Tints of Wasabi #778B3D
RGB
CMYK
RGB Variations
Color information
#778B3D (or 0x778B3D) is known color: Wasabi. HEX triplet: 77, 8B and 3D. RGB value is (119,139,61). Sum of RGB (Red+Green+Blue) = 119+139+61=319 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.30% from 319); Green value is 139 (54.69% from 255 or 43.57% from 319); Blue value is 61 (24.22% from 255 or 19.12% from 319); Max value from RGB is 139 - color contains mainly: green. Hex color #778B3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778B3D is #8874C2. Grayscale: #7C7C7C. Windows color (decimal): -8942787 or 4033399. OLE color: 4033399.
HSL color Cylindrical-coordinate representation of color #778B3D: hue angle of 75.38º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #778B3D is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 139 | 61 | - |
| CMYK | 0.14 | 0 | 0.56 | 0.45 |
| HSL | 75.38º | 0.39% | 0.39% | - |
| HSV(B) | 75.38º | 0.56% | 0.55% | - |
| XYZ | 17.68 | 22.72 | 7.87 | - |
| YUV | 124.13 | 92.37 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 139 | 61 | 0.14 | 0 | 0.56 | 0.45 | 75.38 | 0.39 | 0.39 |
| Hex | 77 | 8B | 3D | E | 0 | 38 | 2D | 4B | 27 | 27 |
| Octal | 167 | 213 | 75 | 16 | 0 | 70 | 55 | 113 | 47 | 47 |
| Binary | 1110111 | 10001011 | 111101 | 1110 | 0 | 111000 | 101101 | 1001011 | 100111 | 100111 |
Color Harmonies of #778B3D
Complementary color
Monochromatic Colors of #778B3D
Black with #778B3D
Text Example
Text Example
White with #778B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778B3D; }
p { color: rgb(119,139,61); }
H1.HeaderClassName
{
color: #778B3D;
}
.AnyTagClassName
{
color: #778B3D;
}
</style>
background-color css
<style>
a { background-color: #778B3D; }
a { background-color: rgb(119,139,61); }
div.DivClassName
{
background-color: #778B3D;
}
.BgClassName
{
background-color: #778B3D;
}
</style>
border-color css
<style>
span { border-color: #778B3D; }
span { border-color: rgb(119,139,61); }
td.TdClassName
{
border-color: #778B3D;
}
.TagClassName
{
border-color: #778B3D;
}
</style>