Shades of Wasabi #748839
Tints of Wasabi #748839
RGB
CMYK
RGB Variations
Color information
#748839 (or 0x748839) is known color: Wasabi. HEX triplet: 74, 88 and 39. RGB value is (116,136,57). Sum of RGB (Red+Green+Blue) = 116+136+57=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 136 (53.52% from 255 or 44.01% from 309); Blue value is 57 (22.66% from 255 or 18.45% from 309); Max value from RGB is 136 - color contains mainly: green. Hex color #748839 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748839 is #8B77C6. Grayscale: #797979. Windows color (decimal): -9140167 or 3770484. OLE color: 3770484.
HSL color Cylindrical-coordinate representation of color #748839: hue angle of 75.19º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #748839 is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 136 | 57 | - |
| CMYK | 0.15 | 0 | 0.58 | 0.47 |
| HSL | 75.19º | 0.41% | 0.38% | - |
| HSV(B) | 75.19º | 0.58% | 0.53% | - |
| XYZ | 16.75 | 21.62 | 7.16 | - |
| YUV | 121.01 | 91.87 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 136 | 57 | 0.15 | 0 | 0.58 | 0.47 | 75.19 | 0.41 | 0.38 |
| Hex | 74 | 88 | 39 | F | 0 | 3A | 2F | 4B | 29 | 26 |
| Octal | 164 | 210 | 71 | 17 | 0 | 72 | 57 | 113 | 51 | 46 |
| Binary | 1110100 | 10001000 | 111001 | 1111 | 0 | 111010 | 101111 | 1001011 | 101001 | 100110 |
Color Harmonies of #748839
Complementary color
Monochromatic Colors of #748839
Black with #748839
Text Example
Text Example
White with #748839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748839; }
p { color: rgb(116,136,57); }
H1.HeaderClassName
{
color: #748839;
}
.AnyTagClassName
{
color: #748839;
}
</style>
background-color css
<style>
a { background-color: #748839; }
a { background-color: rgb(116,136,57); }
div.DivClassName
{
background-color: #748839;
}
.BgClassName
{
background-color: #748839;
}
</style>
border-color css
<style>
span { border-color: #748839; }
span { border-color: rgb(116,136,57); }
td.TdClassName
{
border-color: #748839;
}
.TagClassName
{
border-color: #748839;
}
</style>