Shades of Wasabi #788B49
Tints of Wasabi #788B49
RGB
CMYK
RGB Variations
Color information
#788B49 (or 0x788B49) is known color: Wasabi. HEX triplet: 78, 8B and 49. RGB value is (120,139,73). Sum of RGB (Red+Green+Blue) = 120+139+73=332 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.14% from 332); Green value is 139 (54.69% from 255 or 41.87% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 139 - color contains mainly: green. Hex color #788B49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788B49 is #8774B6. Grayscale: #7E7E7E. Windows color (decimal): -8877239 or 4819832. OLE color: 4819832.
HSL color Cylindrical-coordinate representation of color #788B49: hue angle of 77.27º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #788B49 is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 139 | 73 | - |
| CMYK | 0.14 | 0 | 0.47 | 0.45 |
| HSL | 77.27º | 0.31% | 0.42% | - |
| HSV(B) | 77.27º | 0.47% | 0.55% | - |
| XYZ | 18.18 | 22.94 | 9.77 | - |
| YUV | 125.8 | 98.21 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 139 | 73 | 0.14 | 0 | 0.47 | 0.45 | 77.27 | 0.31 | 0.42 |
| Hex | 78 | 8B | 49 | E | 0 | 2F | 2D | 4D | 1F | 2A |
| Octal | 170 | 213 | 111 | 16 | 0 | 57 | 55 | 115 | 37 | 52 |
| Binary | 1111000 | 10001011 | 1001001 | 1110 | 0 | 101111 | 101101 | 1001101 | 11111 | 101010 |
Color Harmonies of #788B49
Complementary color
Monochromatic Colors of #788B49
Black with #788B49
Text Example
Text Example
White with #788B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788B49; }
p { color: rgb(120,139,73); }
H1.HeaderClassName
{
color: #788B49;
}
.AnyTagClassName
{
color: #788B49;
}
</style>
background-color css
<style>
a { background-color: #788B49; }
a { background-color: rgb(120,139,73); }
div.DivClassName
{
background-color: #788B49;
}
.BgClassName
{
background-color: #788B49;
}
</style>
border-color css
<style>
span { border-color: #788B49; }
span { border-color: rgb(120,139,73); }
td.TdClassName
{
border-color: #788B49;
}
.TagClassName
{
border-color: #788B49;
}
</style>