Shades of Wasabi #788A49
Tints of Wasabi #788A49
RGB
CMYK
RGB Variations
Color information
#788A49 (or 0x788A49) is known color: Wasabi. HEX triplet: 78, 8A and 49. RGB value is (120,138,73). Sum of RGB (Red+Green+Blue) = 120+138+73=331 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.25% from 331); Green value is 138 (54.30% from 255 or 41.69% from 331); Blue value is 73 (28.91% from 255 or 22.05% from 331); Max value from RGB is 138 - color contains mainly: green. Hex color #788A49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788A49 is #8775B6. Grayscale: #7D7D7D. Windows color (decimal): -8877495 or 4819576. OLE color: 4819576.
HSL color Cylindrical-coordinate representation of color #788A49: hue angle of 76.62º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #788A49 is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 120 | 138 | 73 | - |
| CMYK | 0.13 | 0 | 0.47 | 0.46 |
| HSL | 76.62º | 0.31% | 0.41% | - |
| HSV(B) | 76.62º | 0.47% | 0.54% | - |
| XYZ | 18.04 | 22.65 | 9.72 | - |
| YUV | 125.21 | 98.54 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 138 | 73 | 0.13 | 0 | 0.47 | 0.46 | 76.62 | 0.31 | 0.41 |
| Hex | 78 | 8A | 49 | D | 0 | 2F | 2E | 4D | 1F | 29 |
| Octal | 170 | 212 | 111 | 15 | 0 | 57 | 56 | 115 | 37 | 51 |
| Binary | 1111000 | 10001010 | 1001001 | 1101 | 0 | 101111 | 101110 | 1001101 | 11111 | 101001 |
Color Harmonies of #788A49
Complementary color
Monochromatic Colors of #788A49
Black with #788A49
Text Example
Text Example
White with #788A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788A49; }
p { color: rgb(120,138,73); }
H1.HeaderClassName
{
color: #788A49;
}
.AnyTagClassName
{
color: #788A49;
}
</style>
background-color css
<style>
a { background-color: #788A49; }
a { background-color: rgb(120,138,73); }
div.DivClassName
{
background-color: #788A49;
}
.BgClassName
{
background-color: #788A49;
}
</style>
border-color css
<style>
span { border-color: #788A49; }
span { border-color: rgb(120,138,73); }
td.TdClassName
{
border-color: #788A49;
}
.TagClassName
{
border-color: #788A49;
}
</style>