Shades of Wasabi #78883C
Tints of Wasabi #78883C
RGB
CMYK
RGB Variations
Color information
#78883C (or 0x78883C) is known color: Wasabi. HEX triplet: 78, 88 and 3C. RGB value is (120,136,60). Sum of RGB (Red+Green+Blue) = 120+136+60=316 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.97% from 316); Green value is 136 (53.52% from 255 or 43.04% from 316); Blue value is 60 (23.83% from 255 or 18.99% from 316); Max value from RGB is 136 - color contains mainly: green. Hex color #78883C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78883C is #8777C3. Grayscale: #7A7A7A. Windows color (decimal): -8878020 or 3967096. OLE color: 3967096.
HSL color Cylindrical-coordinate representation of color #78883C: hue angle of 72.63º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #78883C is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 120 | 136 | 60 | - |
| CMYK | 0.12 | 0 | 0.56 | 0.47 |
| HSL | 72.63º | 0.39% | 0.38% | - |
| HSV(B) | 72.63º | 0.56% | 0.53% | - |
| XYZ | 17.37 | 21.93 | 7.59 | - |
| YUV | 122.55 | 92.7 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 136 | 60 | 0.12 | 0 | 0.56 | 0.47 | 72.63 | 0.39 | 0.38 |
| Hex | 78 | 88 | 3C | C | 0 | 38 | 2F | 49 | 27 | 26 |
| Octal | 170 | 210 | 74 | 14 | 0 | 70 | 57 | 111 | 47 | 46 |
| Binary | 1111000 | 10001000 | 111100 | 1100 | 0 | 111000 | 101111 | 1001001 | 100111 | 100110 |
Color Harmonies of #78883C
Complementary color
Monochromatic Colors of #78883C
Black with #78883C
Text Example
Text Example
White with #78883C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78883C; }
p { color: rgb(120,136,60); }
H1.HeaderClassName
{
color: #78883C;
}
.AnyTagClassName
{
color: #78883C;
}
</style>
background-color css
<style>
a { background-color: #78883C; }
a { background-color: rgb(120,136,60); }
div.DivClassName
{
background-color: #78883C;
}
.BgClassName
{
background-color: #78883C;
}
</style>
border-color css
<style>
span { border-color: #78883C; }
span { border-color: rgb(120,136,60); }
td.TdClassName
{
border-color: #78883C;
}
.TagClassName
{
border-color: #78883C;
}
</style>