Shades of Wasabi #77873C
Tints of Wasabi #77873C
RGB
CMYK
RGB Variations
Color information
#77873C (or 0x77873C) is known color: Wasabi. HEX triplet: 77, 87 and 3C. RGB value is (119,135,60). Sum of RGB (Red+Green+Blue) = 119+135+60=314 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.90% from 314); Green value is 135 (53.12% from 255 or 42.99% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 135 - color contains mainly: green. Hex color #77873C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77873C is #8878C3. Grayscale: #797979. Windows color (decimal): -8943812 or 3966839. OLE color: 3966839.
HSL color Cylindrical-coordinate representation of color #77873C: hue angle of 72.8º degrees, saturation: 0.38, 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 #77873C is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 135 | 60 | - |
| CMYK | 0.12 | 0 | 0.56 | 0.47 |
| HSL | 72.8º | 0.38% | 0.38% | - |
| HSV(B) | 72.8º | 0.56% | 0.53% | - |
| XYZ | 17.09 | 21.58 | 7.54 | - |
| YUV | 121.67 | 93.2 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 135 | 60 | 0.12 | 0 | 0.56 | 0.47 | 72.8 | 0.38 | 0.38 |
| Hex | 77 | 87 | 3C | C | 0 | 38 | 2F | 49 | 26 | 26 |
| Octal | 167 | 207 | 74 | 14 | 0 | 70 | 57 | 111 | 46 | 46 |
| Binary | 1110111 | 10000111 | 111100 | 1100 | 0 | 111000 | 101111 | 1001001 | 100110 | 100110 |
Color Harmonies of #77873C
Complementary color
Monochromatic Colors of #77873C
Black with #77873C
Text Example
Text Example
White with #77873C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77873C; }
p { color: rgb(119,135,60); }
H1.HeaderClassName
{
color: #77873C;
}
.AnyTagClassName
{
color: #77873C;
}
</style>
background-color css
<style>
a { background-color: #77873C; }
a { background-color: rgb(119,135,60); }
div.DivClassName
{
background-color: #77873C;
}
.BgClassName
{
background-color: #77873C;
}
</style>
border-color css
<style>
span { border-color: #77873C; }
span { border-color: rgb(119,135,60); }
td.TdClassName
{
border-color: #77873C;
}
.TagClassName
{
border-color: #77873C;
}
</style>