Shades of Wasabi #74873F
Tints of Wasabi #74873F
RGB
CMYK
RGB Variations
Color information
#74873F (or 0x74873F) is known color: Wasabi. HEX triplet: 74, 87 and 3F. RGB value is (116,135,63). Sum of RGB (Red+Green+Blue) = 116+135+63=314 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.94% from 314); Green value is 135 (53.12% from 255 or 42.99% from 314); Blue value is 63 (25% from 255 or 20.06% from 314); Max value from RGB is 135 - color contains mainly: green. Hex color #74873F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74873F is #8B78C0. Grayscale: #797979. Windows color (decimal): -9140417 or 4163444. OLE color: 4163444.
HSL color Cylindrical-coordinate representation of color #74873F: hue angle of 75.83º 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 #74873F is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 135 | 63 | - |
| CMYK | 0.14 | 0 | 0.53 | 0.47 |
| HSL | 75.83º | 0.36% | 0.39% | - |
| HSV(B) | 75.83º | 0.53% | 0.53% | - |
| XYZ | 16.76 | 21.4 | 7.95 | - |
| YUV | 121.11 | 95.21 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 135 | 63 | 0.14 | 0 | 0.53 | 0.47 | 75.83 | 0.36 | 0.39 |
| Hex | 74 | 87 | 3F | E | 0 | 35 | 2F | 4C | 24 | 27 |
| Octal | 164 | 207 | 77 | 16 | 0 | 65 | 57 | 114 | 44 | 47 |
| Binary | 1110100 | 10000111 | 111111 | 1110 | 0 | 110101 | 101111 | 1001100 | 100100 | 100111 |
Color Harmonies of #74873F
Complementary color
Monochromatic Colors of #74873F
Black with #74873F
Text Example
Text Example
White with #74873F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74873F; }
p { color: rgb(116,135,63); }
H1.HeaderClassName
{
color: #74873F;
}
.AnyTagClassName
{
color: #74873F;
}
</style>
background-color css
<style>
a { background-color: #74873F; }
a { background-color: rgb(116,135,63); }
div.DivClassName
{
background-color: #74873F;
}
.BgClassName
{
background-color: #74873F;
}
</style>
border-color css
<style>
span { border-color: #74873F; }
span { border-color: rgb(116,135,63); }
td.TdClassName
{
border-color: #74873F;
}
.TagClassName
{
border-color: #74873F;
}
</style>