Shades of Wasabi #778238
Tints of Wasabi #778238
RGB
CMYK
RGB Variations
Color information
#778238 (or 0x778238) is known color: Wasabi. HEX triplet: 77, 82 and 38. RGB value is (119,130,56). Sum of RGB (Red+Green+Blue) = 119+130+56=305 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.02% from 305); Green value is 130 (51.17% from 255 or 42.62% from 305); Blue value is 56 (22.27% from 255 or 18.36% from 305); Max value from RGB is 130 - color contains mainly: green. Hex color #778238 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778238 is #887DC7. Grayscale: #767676. Windows color (decimal): -8945096 or 3703415. OLE color: 3703415.
HSL color Cylindrical-coordinate representation of color #778238: hue angle of 68.92º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #778238 is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 130 | 56 | - |
| CMYK | 0.08 | 0 | 0.57 | 0.49 |
| HSL | 68.92º | 0.4% | 0.36% | - |
| HSV(B) | 68.92º | 0.57% | 0.51% | - |
| XYZ | 16.3 | 20.17 | 6.78 | - |
| YUV | 118.28 | 92.86 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 130 | 56 | 0.08 | 0 | 0.57 | 0.49 | 68.92 | 0.4 | 0.36 |
| Hex | 77 | 82 | 38 | 8 | 0 | 39 | 31 | 45 | 28 | 24 |
| Octal | 167 | 202 | 70 | 10 | 0 | 71 | 61 | 105 | 50 | 44 |
| Binary | 1110111 | 10000010 | 111000 | 1000 | 0 | 111001 | 110001 | 1000101 | 101000 | 100100 |
Color Harmonies of #778238
Complementary color
Monochromatic Colors of #778238
Black with #778238
Text Example
Text Example
White with #778238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778238; }
p { color: rgb(119,130,56); }
H1.HeaderClassName
{
color: #778238;
}
.AnyTagClassName
{
color: #778238;
}
</style>
background-color css
<style>
a { background-color: #778238; }
a { background-color: rgb(119,130,56); }
div.DivClassName
{
background-color: #778238;
}
.BgClassName
{
background-color: #778238;
}
</style>
border-color css
<style>
span { border-color: #778238; }
span { border-color: rgb(119,130,56); }
td.TdClassName
{
border-color: #778238;
}
.TagClassName
{
border-color: #778238;
}
</style>