Shades of Wasabi #788748
Tints of Wasabi #788748
RGB
CMYK
RGB Variations
Color information
#788748 (or 0x788748) is known color: Wasabi. HEX triplet: 78, 87 and 48. RGB value is (120,135,72). Sum of RGB (Red+Green+Blue) = 120+135+72=327 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.70% from 327); Green value is 135 (53.12% from 255 or 41.28% from 327); Blue value is 72 (28.52% from 255 or 22.02% from 327); Max value from RGB is 135 - color contains mainly: green. Hex color #788748 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788748 is #8778B7. Grayscale: #7B7B7B. Windows color (decimal): -8878264 or 4753272. OLE color: 4753272.
HSL color Cylindrical-coordinate representation of color #788748: hue angle of 74.29º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #788748 is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 120 | 135 | 72 | - |
| CMYK | 0.11 | 0 | 0.47 | 0.47 |
| HSL | 74.29º | 0.3% | 0.41% | - |
| HSV(B) | 74.29º | 0.47% | 0.53% | - |
| XYZ | 17.58 | 21.79 | 9.41 | - |
| YUV | 123.33 | 99.03 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 135 | 72 | 0.11 | 0 | 0.47 | 0.47 | 74.29 | 0.3 | 0.41 |
| Hex | 78 | 87 | 48 | B | 0 | 2F | 2F | 4A | 1E | 29 |
| Octal | 170 | 207 | 110 | 13 | 0 | 57 | 57 | 112 | 36 | 51 |
| Binary | 1111000 | 10000111 | 1001000 | 1011 | 0 | 101111 | 101111 | 1001010 | 11110 | 101001 |
Color Harmonies of #788748
Complementary color
Monochromatic Colors of #788748
Black with #788748
Text Example
Text Example
White with #788748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788748; }
p { color: rgb(120,135,72); }
H1.HeaderClassName
{
color: #788748;
}
.AnyTagClassName
{
color: #788748;
}
</style>
background-color css
<style>
a { background-color: #788748; }
a { background-color: rgb(120,135,72); }
div.DivClassName
{
background-color: #788748;
}
.BgClassName
{
background-color: #788748;
}
</style>
border-color css
<style>
span { border-color: #788748; }
span { border-color: rgb(120,135,72); }
td.TdClassName
{
border-color: #788748;
}
.TagClassName
{
border-color: #788748;
}
</style>