Shades of Wasabi #76853F
Tints of Wasabi #76853F
RGB
CMYK
RGB Variations
Color information
#76853F (or 0x76853F) is known color: Wasabi. HEX triplet: 76, 85 and 3F. RGB value is (118,133,63). Sum of RGB (Red+Green+Blue) = 118+133+63=314 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.58% from 314); Green value is 133 (52.34% from 255 or 42.36% from 314); Blue value is 63 (25% from 255 or 20.06% from 314); Max value from RGB is 133 - color contains mainly: green. Hex color #76853F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76853F is #897AC0. Grayscale: #787878. Windows color (decimal): -9009857 or 4162934. OLE color: 4162934.
HSL color Cylindrical-coordinate representation of color #76853F: hue angle of 72.86º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76853F is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 118 | 133 | 63 | - |
| CMYK | 0.11 | 0 | 0.53 | 0.48 |
| HSL | 72.86º | 0.36% | 0.38% | - |
| HSV(B) | 72.86º | 0.53% | 0.52% | - |
| XYZ | 16.76 | 20.99 | 7.87 | - |
| YUV | 120.54 | 95.53 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 133 | 63 | 0.11 | 0 | 0.53 | 0.48 | 72.86 | 0.36 | 0.38 |
| Hex | 76 | 85 | 3F | B | 0 | 35 | 30 | 49 | 24 | 26 |
| Octal | 166 | 205 | 77 | 13 | 0 | 65 | 60 | 111 | 44 | 46 |
| Binary | 1110110 | 10000101 | 111111 | 1011 | 0 | 110101 | 110000 | 1001001 | 100100 | 100110 |
Color Harmonies of #76853F
Complementary color
Monochromatic Colors of #76853F
Black with #76853F
Text Example
Text Example
White with #76853F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76853F; }
p { color: rgb(118,133,63); }
H1.HeaderClassName
{
color: #76853F;
}
.AnyTagClassName
{
color: #76853F;
}
</style>
background-color css
<style>
a { background-color: #76853F; }
a { background-color: rgb(118,133,63); }
div.DivClassName
{
background-color: #76853F;
}
.BgClassName
{
background-color: #76853F;
}
</style>
border-color css
<style>
span { border-color: #76853F; }
span { border-color: rgb(118,133,63); }
td.TdClassName
{
border-color: #76853F;
}
.TagClassName
{
border-color: #76853F;
}
</style>