Shades of Wasabi #72863F
Tints of Wasabi #72863F
RGB
CMYK
RGB Variations
Color information
#72863F (or 0x72863F) is known color: Wasabi. HEX triplet: 72, 86 and 3F. RGB value is (114,134,63). Sum of RGB (Red+Green+Blue) = 114+134+63=311 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.66% from 311); Green value is 134 (52.73% from 255 or 43.09% from 311); Blue value is 63 (25% from 255 or 20.26% from 311); Max value from RGB is 134 - color contains mainly: green. Hex color #72863F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72863F is #8D79C0. Grayscale: #787878. Windows color (decimal): -9271745 or 4163186. OLE color: 4163186.
HSL color Cylindrical-coordinate representation of color #72863F: hue angle of 76.9º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #72863F is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 114 | 134 | 63 | - |
| CMYK | 0.15 | 0 | 0.53 | 0.47 |
| HSL | 76.9º | 0.36% | 0.39% | - |
| HSV(B) | 76.9º | 0.53% | 0.53% | - |
| XYZ | 16.36 | 20.99 | 7.89 | - |
| YUV | 119.93 | 95.87 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 134 | 63 | 0.15 | 0 | 0.53 | 0.47 | 76.9 | 0.36 | 0.39 |
| Hex | 72 | 86 | 3F | F | 0 | 35 | 2F | 4D | 24 | 27 |
| Octal | 162 | 206 | 77 | 17 | 0 | 65 | 57 | 115 | 44 | 47 |
| Binary | 1110010 | 10000110 | 111111 | 1111 | 0 | 110101 | 101111 | 1001101 | 100100 | 100111 |
Color Harmonies of #72863F
Complementary color
Monochromatic Colors of #72863F
Black with #72863F
Text Example
Text Example
White with #72863F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72863F; }
p { color: rgb(114,134,63); }
H1.HeaderClassName
{
color: #72863F;
}
.AnyTagClassName
{
color: #72863F;
}
</style>
background-color css
<style>
a { background-color: #72863F; }
a { background-color: rgb(114,134,63); }
div.DivClassName
{
background-color: #72863F;
}
.BgClassName
{
background-color: #72863F;
}
</style>
border-color css
<style>
span { border-color: #72863F; }
span { border-color: rgb(114,134,63); }
td.TdClassName
{
border-color: #72863F;
}
.TagClassName
{
border-color: #72863F;
}
</style>