Shades of Wasabi #76843D
Tints of Wasabi #76843D
RGB
CMYK
RGB Variations
Color information
#76843D (or 0x76843D) is known color: Wasabi. HEX triplet: 76, 84 and 3D. RGB value is (118,132,61). Sum of RGB (Red+Green+Blue) = 118+132+61=311 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.94% from 311); Green value is 132 (51.95% from 255 or 42.44% from 311); Blue value is 61 (24.22% from 255 or 19.61% from 311); Max value from RGB is 132 - color contains mainly: green. Hex color #76843D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76843D is #897BC2. Grayscale: #777777. Windows color (decimal): -9010115 or 4031606. OLE color: 4031606.
HSL color Cylindrical-coordinate representation of color #76843D: hue angle of 71.83º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76843D is Cyan = 0.11, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 118 | 132 | 61 | - |
| CMYK | 0.11 | 0 | 0.54 | 0.48 |
| HSL | 71.83º | 0.37% | 0.38% | - |
| HSV(B) | 71.83º | 0.54% | 0.52% | - |
| XYZ | 16.56 | 20.69 | 7.54 | - |
| YUV | 119.72 | 94.86 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 132 | 61 | 0.11 | 0 | 0.54 | 0.48 | 71.83 | 0.37 | 0.38 |
| Hex | 76 | 84 | 3D | B | 0 | 36 | 30 | 48 | 25 | 26 |
| Octal | 166 | 204 | 75 | 13 | 0 | 66 | 60 | 110 | 45 | 46 |
| Binary | 1110110 | 10000100 | 111101 | 1011 | 0 | 110110 | 110000 | 1001000 | 100101 | 100110 |
Color Harmonies of #76843D
Complementary color
Monochromatic Colors of #76843D
Black with #76843D
Text Example
Text Example
White with #76843D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76843D; }
p { color: rgb(118,132,61); }
H1.HeaderClassName
{
color: #76843D;
}
.AnyTagClassName
{
color: #76843D;
}
</style>
background-color css
<style>
a { background-color: #76843D; }
a { background-color: rgb(118,132,61); }
div.DivClassName
{
background-color: #76843D;
}
.BgClassName
{
background-color: #76843D;
}
</style>
border-color css
<style>
span { border-color: #76843D; }
span { border-color: rgb(118,132,61); }
td.TdClassName
{
border-color: #76843D;
}
.TagClassName
{
border-color: #76843D;
}
</style>