Shades of Wasabi #788B32
Tints of Wasabi #788B32
RGB
CMYK
RGB Variations
Color information
#788B32 (or 0x788B32) is known color: Wasabi. HEX triplet: 78, 8B and 32. RGB value is (120,139,50). Sum of RGB (Red+Green+Blue) = 120+139+50=309 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.83% from 309); Green value is 139 (54.69% from 255 or 44.98% from 309); Blue value is 50 (19.92% from 255 or 16.18% from 309); Max value from RGB is 139 - color contains mainly: green. Hex color #788B32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788B32 is #8774CD. Grayscale: #7B7B7B. Windows color (decimal): -8877262 or 3312504. OLE color: 3312504.
HSL color Cylindrical-coordinate representation of color #788B32: hue angle of 72.81º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #788B32 is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 139 | 50 | - |
| CMYK | 0.14 | 0 | 0.64 | 0.45 |
| HSL | 72.81º | 0.47% | 0.37% | - |
| HSV(B) | 72.81º | 0.64% | 0.55% | - |
| XYZ | 17.55 | 22.69 | 6.47 | - |
| YUV | 123.17 | 86.71 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 139 | 50 | 0.14 | 0 | 0.64 | 0.45 | 72.81 | 0.47 | 0.37 |
| Hex | 78 | 8B | 32 | E | 0 | 40 | 2D | 49 | 2F | 25 |
| Octal | 170 | 213 | 62 | 16 | 0 | 100 | 55 | 111 | 57 | 45 |
| Binary | 1111000 | 10001011 | 110010 | 1110 | 0 | 1000000 | 101101 | 1001001 | 101111 | 100101 |
Color Harmonies of #788B32
Complementary color
Monochromatic Colors of #788B32
Black with #788B32
Text Example
Text Example
White with #788B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788B32; }
p { color: rgb(120,139,50); }
H1.HeaderClassName
{
color: #788B32;
}
.AnyTagClassName
{
color: #788B32;
}
</style>
background-color css
<style>
a { background-color: #788B32; }
a { background-color: rgb(120,139,50); }
div.DivClassName
{
background-color: #788B32;
}
.BgClassName
{
background-color: #788B32;
}
</style>
border-color css
<style>
span { border-color: #788B32; }
span { border-color: rgb(120,139,50); }
td.TdClassName
{
border-color: #788B32;
}
.TagClassName
{
border-color: #788B32;
}
</style>