Shades of Wasabi #77883F
Tints of Wasabi #77883F
RGB
CMYK
RGB Variations
Color information
#77883F (or 0x77883F) is known color: Wasabi. HEX triplet: 77, 88 and 3F. RGB value is (119,136,63). Sum of RGB (Red+Green+Blue) = 119+136+63=318 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.42% from 318); Green value is 136 (53.52% from 255 or 42.77% from 318); Blue value is 63 (25% from 255 or 19.81% from 318); Max value from RGB is 136 - color contains mainly: green. Hex color #77883F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77883F is #8877C0. Grayscale: #7A7A7A. Windows color (decimal): -8943553 or 4163703. OLE color: 4163703.
HSL color Cylindrical-coordinate representation of color #77883F: hue angle of 73.97º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #77883F is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 136 | 63 | - |
| CMYK | 0.12 | 0 | 0.54 | 0.47 |
| HSL | 73.97º | 0.37% | 0.39% | - |
| HSV(B) | 73.97º | 0.54% | 0.53% | - |
| XYZ | 17.31 | 21.89 | 8.02 | - |
| YUV | 122.6 | 94.37 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 136 | 63 | 0.12 | 0 | 0.54 | 0.47 | 73.97 | 0.37 | 0.39 |
| Hex | 77 | 88 | 3F | C | 0 | 36 | 2F | 4A | 25 | 27 |
| Octal | 167 | 210 | 77 | 14 | 0 | 66 | 57 | 112 | 45 | 47 |
| Binary | 1110111 | 10001000 | 111111 | 1100 | 0 | 110110 | 101111 | 1001010 | 100101 | 100111 |
Color Harmonies of #77883F
Complementary color
Monochromatic Colors of #77883F
Black with #77883F
Text Example
Text Example
White with #77883F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77883F; }
p { color: rgb(119,136,63); }
H1.HeaderClassName
{
color: #77883F;
}
.AnyTagClassName
{
color: #77883F;
}
</style>
background-color css
<style>
a { background-color: #77883F; }
a { background-color: rgb(119,136,63); }
div.DivClassName
{
background-color: #77883F;
}
.BgClassName
{
background-color: #77883F;
}
</style>
border-color css
<style>
span { border-color: #77883F; }
span { border-color: rgb(119,136,63); }
td.TdClassName
{
border-color: #77883F;
}
.TagClassName
{
border-color: #77883F;
}
</style>