Shades of Wasabi #72843B
Tints of Wasabi #72843B
RGB
CMYK
RGB Variations
Color information
#72843B (or 0x72843B) is known color: Wasabi. HEX triplet: 72, 84 and 3B. RGB value is (114,132,59). Sum of RGB (Red+Green+Blue) = 114+132+59=305 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.38% from 305); Green value is 132 (51.95% from 255 or 43.28% from 305); Blue value is 59 (23.44% from 255 or 19.34% from 305); Max value from RGB is 132 - color contains mainly: green. Hex color #72843B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72843B is #8D7BC4. Grayscale: #767676. Windows color (decimal): -9272261 or 3900530. OLE color: 3900530.
HSL color Cylindrical-coordinate representation of color #72843B: hue angle of 74.79º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72843B is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 114 | 132 | 59 | - |
| CMYK | 0.14 | 0 | 0.55 | 0.48 |
| HSL | 74.79º | 0.38% | 0.37% | - |
| HSV(B) | 74.79º | 0.55% | 0.52% | - |
| XYZ | 15.98 | 20.4 | 7.23 | - |
| YUV | 118.3 | 94.54 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 132 | 59 | 0.14 | 0 | 0.55 | 0.48 | 74.79 | 0.38 | 0.37 |
| Hex | 72 | 84 | 3B | E | 0 | 37 | 30 | 4B | 26 | 25 |
| Octal | 162 | 204 | 73 | 16 | 0 | 67 | 60 | 113 | 46 | 45 |
| Binary | 1110010 | 10000100 | 111011 | 1110 | 0 | 110111 | 110000 | 1001011 | 100110 | 100101 |
Color Harmonies of #72843B
Complementary color
Monochromatic Colors of #72843B
Black with #72843B
Text Example
Text Example
White with #72843B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72843B; }
p { color: rgb(114,132,59); }
H1.HeaderClassName
{
color: #72843B;
}
.AnyTagClassName
{
color: #72843B;
}
</style>
background-color css
<style>
a { background-color: #72843B; }
a { background-color: rgb(114,132,59); }
div.DivClassName
{
background-color: #72843B;
}
.BgClassName
{
background-color: #72843B;
}
</style>
border-color css
<style>
span { border-color: #72843B; }
span { border-color: rgb(114,132,59); }
td.TdClassName
{
border-color: #72843B;
}
.TagClassName
{
border-color: #72843B;
}
</style>