Shades of Wasabi #77843C
Tints of Wasabi #77843C
RGB
CMYK
RGB Variations
Color information
#77843C (or 0x77843C) is known color: Wasabi. HEX triplet: 77, 84 and 3C. RGB value is (119,132,60). Sum of RGB (Red+Green+Blue) = 119+132+60=311 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.26% from 311); Green value is 132 (51.95% from 255 or 42.44% from 311); Blue value is 60 (23.83% from 255 or 19.29% from 311); Max value from RGB is 132 - color contains mainly: green. Hex color #77843C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77843C is #887BC3. Grayscale: #787878. Windows color (decimal): -8944580 or 3966071. OLE color: 3966071.
HSL color Cylindrical-coordinate representation of color #77843C: hue angle of 70.83º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #77843C is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 119 | 132 | 60 | - |
| CMYK | 0.10 | 0 | 0.55 | 0.48 |
| HSL | 70.83º | 0.38% | 0.38% | - |
| HSV(B) | 70.83º | 0.55% | 0.52% | - |
| XYZ | 16.67 | 20.75 | 7.4 | - |
| YUV | 119.91 | 94.19 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 132 | 60 | 0.10 | 0 | 0.55 | 0.48 | 70.83 | 0.38 | 0.38 |
| Hex | 77 | 84 | 3C | A | 0 | 37 | 30 | 47 | 26 | 26 |
| Octal | 167 | 204 | 74 | 12 | 0 | 67 | 60 | 107 | 46 | 46 |
| Binary | 1110111 | 10000100 | 111100 | 1010 | 0 | 110111 | 110000 | 1000111 | 100110 | 100110 |
Color Harmonies of #77843C
Complementary color
Monochromatic Colors of #77843C
Black with #77843C
Text Example
Text Example
White with #77843C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77843C; }
p { color: rgb(119,132,60); }
H1.HeaderClassName
{
color: #77843C;
}
.AnyTagClassName
{
color: #77843C;
}
</style>
background-color css
<style>
a { background-color: #77843C; }
a { background-color: rgb(119,132,60); }
div.DivClassName
{
background-color: #77843C;
}
.BgClassName
{
background-color: #77843C;
}
</style>
border-color css
<style>
span { border-color: #77843C; }
span { border-color: rgb(119,132,60); }
td.TdClassName
{
border-color: #77843C;
}
.TagClassName
{
border-color: #77843C;
}
</style>