Shades of Wasabi #788A32
Tints of Wasabi #788A32
RGB
CMYK
RGB Variations
Color information
#788A32 (or 0x788A32) is known color: Wasabi. HEX triplet: 78, 8A and 32. RGB value is (120,138,50). Sum of RGB (Red+Green+Blue) = 120+138+50=308 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.96% from 308); Green value is 138 (54.30% from 255 or 44.81% from 308); Blue value is 50 (19.92% from 255 or 16.23% from 308); Max value from RGB is 138 - color contains mainly: green. Hex color #788A32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788A32 is #8775CD. Grayscale: #7A7A7A. Windows color (decimal): -8877518 or 3312248. OLE color: 3312248.
HSL color Cylindrical-coordinate representation of color #788A32: hue angle of 72.27º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #788A32 is Cyan = 0.13, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 120 | 138 | 50 | - |
| CMYK | 0.13 | 0 | 0.64 | 0.46 |
| HSL | 72.27º | 0.47% | 0.37% | - |
| HSV(B) | 72.27º | 0.64% | 0.54% | - |
| XYZ | 17.41 | 22.4 | 6.42 | - |
| YUV | 122.59 | 87.04 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 138 | 50 | 0.13 | 0 | 0.64 | 0.46 | 72.27 | 0.47 | 0.37 |
| Hex | 78 | 8A | 32 | D | 0 | 40 | 2E | 48 | 2F | 25 |
| Octal | 170 | 212 | 62 | 15 | 0 | 100 | 56 | 110 | 57 | 45 |
| Binary | 1111000 | 10001010 | 110010 | 1101 | 0 | 1000000 | 101110 | 1001000 | 101111 | 100101 |
Color Harmonies of #788A32
Complementary color
Monochromatic Colors of #788A32
Black with #788A32
Text Example
Text Example
White with #788A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788A32; }
p { color: rgb(120,138,50); }
H1.HeaderClassName
{
color: #788A32;
}
.AnyTagClassName
{
color: #788A32;
}
</style>
background-color css
<style>
a { background-color: #788A32; }
a { background-color: rgb(120,138,50); }
div.DivClassName
{
background-color: #788A32;
}
.BgClassName
{
background-color: #788A32;
}
</style>
border-color css
<style>
span { border-color: #788A32; }
span { border-color: rgb(120,138,50); }
td.TdClassName
{
border-color: #788A32;
}
.TagClassName
{
border-color: #788A32;
}
</style>