Shades of Wasabi #788D32
Tints of Wasabi #788D32
RGB
CMYK
RGB Variations
Color information
#788D32 (or 0x788D32) is known color: Wasabi. HEX triplet: 78, 8D and 32. RGB value is (120,141,50). Sum of RGB (Red+Green+Blue) = 120+141+50=311 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.59% from 311); Green value is 141 (55.47% from 255 or 45.34% from 311); Blue value is 50 (19.92% from 255 or 16.08% from 311); Max value from RGB is 141 - color contains mainly: green. Hex color #788D32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788D32 is #8772CD. Grayscale: #7C7C7C. Windows color (decimal): -8876750 or 3313016. OLE color: 3313016.
HSL color Cylindrical-coordinate representation of color #788D32: hue angle of 73.85º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #788D32 is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 141 | 50 | - |
| CMYK | 0.15 | 0 | 0.65 | 0.45 |
| HSL | 73.85º | 0.48% | 0.37% | - |
| HSV(B) | 73.85º | 0.65% | 0.55% | - |
| XYZ | 17.85 | 23.27 | 6.57 | - |
| YUV | 124.35 | 86.04 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 141 | 50 | 0.15 | 0 | 0.65 | 0.45 | 73.85 | 0.48 | 0.37 |
| Hex | 78 | 8D | 32 | F | 0 | 41 | 2D | 4A | 30 | 25 |
| Octal | 170 | 215 | 62 | 17 | 0 | 101 | 55 | 112 | 60 | 45 |
| Binary | 1111000 | 10001101 | 110010 | 1111 | 0 | 1000001 | 101101 | 1001010 | 110000 | 100101 |
Color Harmonies of #788D32
Complementary color
Monochromatic Colors of #788D32
Black with #788D32
Text Example
Text Example
White with #788D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788D32; }
p { color: rgb(120,141,50); }
H1.HeaderClassName
{
color: #788D32;
}
.AnyTagClassName
{
color: #788D32;
}
</style>
background-color css
<style>
a { background-color: #788D32; }
a { background-color: rgb(120,141,50); }
div.DivClassName
{
background-color: #788D32;
}
.BgClassName
{
background-color: #788D32;
}
</style>
border-color css
<style>
span { border-color: #788D32; }
span { border-color: rgb(120,141,50); }
td.TdClassName
{
border-color: #788D32;
}
.TagClassName
{
border-color: #788D32;
}
</style>