Shades of Wasabi #788741
Tints of Wasabi #788741
RGB
CMYK
RGB Variations
Color information
#788741 (or 0x788741) is known color: Wasabi. HEX triplet: 78, 87 and 41. RGB value is (120,135,65). Sum of RGB (Red+Green+Blue) = 120+135+65=320 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.5% from 320); Green value is 135 (53.12% from 255 or 42.19% from 320); Blue value is 65 (25.78% from 255 or 20.31% from 320); Max value from RGB is 135 - color contains mainly: green. Hex color #788741 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788741 is #8778BE. Grayscale: #7A7A7A. Windows color (decimal): -8878271 or 4294520. OLE color: 4294520.
HSL color Cylindrical-coordinate representation of color #788741: hue angle of 72.86º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #788741 is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 120 | 135 | 65 | - |
| CMYK | 0.11 | 0 | 0.52 | 0.47 |
| HSL | 72.86º | 0.35% | 0.39% | - |
| HSV(B) | 72.86º | 0.52% | 0.53% | - |
| XYZ | 17.36 | 21.7 | 8.27 | - |
| YUV | 122.54 | 95.53 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 135 | 65 | 0.11 | 0 | 0.52 | 0.47 | 72.86 | 0.35 | 0.39 |
| Hex | 78 | 87 | 41 | B | 0 | 34 | 2F | 49 | 23 | 27 |
| Octal | 170 | 207 | 101 | 13 | 0 | 64 | 57 | 111 | 43 | 47 |
| Binary | 1111000 | 10000111 | 1000001 | 1011 | 0 | 110100 | 101111 | 1001001 | 100011 | 100111 |
Color Harmonies of #788741
Complementary color
Monochromatic Colors of #788741
Black with #788741
Text Example
Text Example
White with #788741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788741; }
p { color: rgb(120,135,65); }
H1.HeaderClassName
{
color: #788741;
}
.AnyTagClassName
{
color: #788741;
}
</style>
background-color css
<style>
a { background-color: #788741; }
a { background-color: rgb(120,135,65); }
div.DivClassName
{
background-color: #788741;
}
.BgClassName
{
background-color: #788741;
}
</style>
border-color css
<style>
span { border-color: #788741; }
span { border-color: rgb(120,135,65); }
td.TdClassName
{
border-color: #788741;
}
.TagClassName
{
border-color: #788741;
}
</style>