Shades of Wasabi #788B34
Tints of Wasabi #788B34
RGB
CMYK
RGB Variations
Color information
#788B34 (or 0x788B34) is known color: Wasabi. HEX triplet: 78, 8B and 34. RGB value is (120,139,52). Sum of RGB (Red+Green+Blue) = 120+139+52=311 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.59% from 311); Green value is 139 (54.69% from 255 or 44.69% from 311); Blue value is 52 (20.70% from 255 or 16.72% from 311); Max value from RGB is 139 - color contains mainly: green. Hex color #788B34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788B34 is #8774CB. Grayscale: #7B7B7B. Windows color (decimal): -8877260 or 3443576. OLE color: 3443576.
HSL color Cylindrical-coordinate representation of color #788B34: hue angle of 73.1º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #788B34 is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 139 | 52 | - |
| CMYK | 0.14 | 0 | 0.63 | 0.45 |
| HSL | 73.1º | 0.46% | 0.37% | - |
| HSV(B) | 73.1º | 0.63% | 0.55% | - |
| XYZ | 17.6 | 22.71 | 6.7 | - |
| YUV | 123.4 | 87.71 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 139 | 52 | 0.14 | 0 | 0.63 | 0.45 | 73.1 | 0.46 | 0.37 |
| Hex | 78 | 8B | 34 | E | 0 | 3F | 2D | 49 | 2E | 25 |
| Octal | 170 | 213 | 64 | 16 | 0 | 77 | 55 | 111 | 56 | 45 |
| Binary | 1111000 | 10001011 | 110100 | 1110 | 0 | 111111 | 101101 | 1001001 | 101110 | 100101 |
Color Harmonies of #788B34
Complementary color
Monochromatic Colors of #788B34
Black with #788B34
Text Example
Text Example
White with #788B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788B34; }
p { color: rgb(120,139,52); }
H1.HeaderClassName
{
color: #788B34;
}
.AnyTagClassName
{
color: #788B34;
}
</style>
background-color css
<style>
a { background-color: #788B34; }
a { background-color: rgb(120,139,52); }
div.DivClassName
{
background-color: #788B34;
}
.BgClassName
{
background-color: #788B34;
}
</style>
border-color css
<style>
span { border-color: #788B34; }
span { border-color: rgb(120,139,52); }
td.TdClassName
{
border-color: #788B34;
}
.TagClassName
{
border-color: #788B34;
}
</style>