Shades of Wasabi #788D4A
Tints of Wasabi #788D4A
RGB
CMYK
RGB Variations
Color information
#788D4A (or 0x788D4A) is known color: Wasabi. HEX triplet: 78, 8D and 4A. RGB value is (120,141,74). Sum of RGB (Red+Green+Blue) = 120+141+74=335 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.82% from 335); Green value is 141 (55.47% from 255 or 42.09% from 335); Blue value is 74 (29.30% from 255 or 22.09% from 335); Max value from RGB is 141 - color contains mainly: green. Hex color #788D4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788D4A is #8772B5. Grayscale: #7F7F7F. Windows color (decimal): -8876726 or 4885880. OLE color: 4885880.
HSL color Cylindrical-coordinate representation of color #788D4A: hue angle of 78.81º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #788D4A is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 141 | 74 | - |
| CMYK | 0.15 | 0 | 0.48 | 0.45 |
| HSL | 78.81º | 0.31% | 0.42% | - |
| HSV(B) | 78.81º | 0.48% | 0.55% | - |
| XYZ | 18.51 | 23.54 | 10.05 | - |
| YUV | 127.08 | 98.04 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 141 | 74 | 0.15 | 0 | 0.48 | 0.45 | 78.81 | 0.31 | 0.42 |
| Hex | 78 | 8D | 4A | F | 0 | 30 | 2D | 4F | 1F | 2A |
| Octal | 170 | 215 | 112 | 17 | 0 | 60 | 55 | 117 | 37 | 52 |
| Binary | 1111000 | 10001101 | 1001010 | 1111 | 0 | 110000 | 101101 | 1001111 | 11111 | 101010 |
Color Harmonies of #788D4A
Complementary color
Monochromatic Colors of #788D4A
Black with #788D4A
Text Example
Text Example
White with #788D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788D4A; }
p { color: rgb(120,141,74); }
H1.HeaderClassName
{
color: #788D4A;
}
.AnyTagClassName
{
color: #788D4A;
}
</style>
background-color css
<style>
a { background-color: #788D4A; }
a { background-color: rgb(120,141,74); }
div.DivClassName
{
background-color: #788D4A;
}
.BgClassName
{
background-color: #788D4A;
}
</style>
border-color css
<style>
span { border-color: #788D4A; }
span { border-color: rgb(120,141,74); }
td.TdClassName
{
border-color: #788D4A;
}
.TagClassName
{
border-color: #788D4A;
}
</style>