Shades of Wasabi #7B873F
Tints of Wasabi #7B873F
RGB
CMYK
RGB Variations
Color information
#7B873F (or 0x7B873F) is known color: Wasabi. HEX triplet: 7B, 87 and 3F. RGB value is (123,135,63). Sum of RGB (Red+Green+Blue) = 123+135+63=321 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.32% from 321); Green value is 135 (53.12% from 255 or 42.06% from 321); Blue value is 63 (25% from 255 or 19.63% from 321); Max value from RGB is 135 - color contains mainly: green. Hex color #7B873F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B873F is #8478C0. Grayscale: #7B7B7B. Windows color (decimal): -8681665 or 4163451. OLE color: 4163451.
HSL color Cylindrical-coordinate representation of color #7B873F: hue angle of 70º 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 #7B873F is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 123 | 135 | 63 | - |
| CMYK | 0.09 | 0 | 0.53 | 0.47 |
| HSL | 70º | 0.36% | 0.39% | - |
| HSV(B) | 70º | 0.53% | 0.53% | - |
| XYZ | 17.73 | 21.9 | 7.99 | - |
| YUV | 123.2 | 94.02 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 135 | 63 | 0.09 | 0 | 0.53 | 0.47 | 70 | 0.36 | 0.39 |
| Hex | 7B | 87 | 3F | 9 | 0 | 35 | 2F | 46 | 24 | 27 |
| Octal | 173 | 207 | 77 | 11 | 0 | 65 | 57 | 106 | 44 | 47 |
| Binary | 1111011 | 10000111 | 111111 | 1001 | 0 | 110101 | 101111 | 1000110 | 100100 | 100111 |
Color Harmonies of #7B873F
Complementary color
Monochromatic Colors of #7B873F
Black with #7B873F
Text Example
Text Example
White with #7B873F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B873F; }
p { color: rgb(123,135,63); }
H1.HeaderClassName
{
color: #7B873F;
}
.AnyTagClassName
{
color: #7B873F;
}
</style>
background-color css
<style>
a { background-color: #7B873F; }
a { background-color: rgb(123,135,63); }
div.DivClassName
{
background-color: #7B873F;
}
.BgClassName
{
background-color: #7B873F;
}
</style>
border-color css
<style>
span { border-color: #7B873F; }
span { border-color: rgb(123,135,63); }
td.TdClassName
{
border-color: #7B873F;
}
.TagClassName
{
border-color: #7B873F;
}
</style>