Shades of Wasabi #7B8745
Tints of Wasabi #7B8745
RGB
CMYK
RGB Variations
Color information
#7B8745 (or 0x7B8745) is known color: Wasabi. HEX triplet: 7B, 87 and 45. RGB value is (123,135,69). Sum of RGB (Red+Green+Blue) = 123+135+69=327 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.61% from 327); Green value is 135 (53.12% from 255 or 41.28% from 327); Blue value is 69 (27.34% from 255 or 21.10% from 327); Max value from RGB is 135 - color contains mainly: green. Hex color #7B8745 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B8745 is #8478BA. Grayscale: #7C7C7C. Windows color (decimal): -8681659 or 4556667. OLE color: 4556667.
HSL color Cylindrical-coordinate representation of color #7B8745: hue angle of 70.91º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7B8745 is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 123 | 135 | 69 | - |
| CMYK | 0.09 | 0 | 0.49 | 0.47 |
| HSL | 70.91º | 0.32% | 0.4% | - |
| HSV(B) | 70.91º | 0.49% | 0.53% | - |
| XYZ | 17.91 | 21.97 | 8.93 | - |
| YUV | 123.89 | 97.02 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 135 | 69 | 0.09 | 0 | 0.49 | 0.47 | 70.91 | 0.32 | 0.4 |
| Hex | 7B | 87 | 45 | 9 | 0 | 31 | 2F | 47 | 20 | 28 |
| Octal | 173 | 207 | 105 | 11 | 0 | 61 | 57 | 107 | 40 | 50 |
| Binary | 1111011 | 10000111 | 1000101 | 1001 | 0 | 110001 | 101111 | 1000111 | 100000 | 101000 |
Color Harmonies of #7B8745
Complementary color
Monochromatic Colors of #7B8745
Black with #7B8745
Text Example
Text Example
White with #7B8745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8745; }
p { color: rgb(123,135,69); }
H1.HeaderClassName
{
color: #7B8745;
}
.AnyTagClassName
{
color: #7B8745;
}
</style>
background-color css
<style>
a { background-color: #7B8745; }
a { background-color: rgb(123,135,69); }
div.DivClassName
{
background-color: #7B8745;
}
.BgClassName
{
background-color: #7B8745;
}
</style>
border-color css
<style>
span { border-color: #7B8745; }
span { border-color: rgb(123,135,69); }
td.TdClassName
{
border-color: #7B8745;
}
.TagClassName
{
border-color: #7B8745;
}
</style>