Shades of Wasabi #748842
Tints of Wasabi #748842
RGB
CMYK
RGB Variations
Color information
#748842 (or 0x748842) is known color: Wasabi. HEX triplet: 74, 88 and 42. RGB value is (116,136,66). Sum of RGB (Red+Green+Blue) = 116+136+66=318 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.48% from 318); Green value is 136 (53.52% from 255 or 42.77% from 318); Blue value is 66 (26.17% from 255 or 20.75% from 318); Max value from RGB is 136 - color contains mainly: green. Hex color #748842 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748842 is #8B77BD. Grayscale: #7A7A7A. Windows color (decimal): -9140158 or 4360308. OLE color: 4360308.
HSL color Cylindrical-coordinate representation of color #748842: hue angle of 77.14º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #748842 is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 136 | 66 | - |
| CMYK | 0.15 | 0 | 0.51 | 0.47 |
| HSL | 77.14º | 0.35% | 0.4% | - |
| HSV(B) | 77.14º | 0.51% | 0.53% | - |
| XYZ | 16.99 | 21.71 | 8.45 | - |
| YUV | 122.04 | 96.37 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 136 | 66 | 0.15 | 0 | 0.51 | 0.47 | 77.14 | 0.35 | 0.4 |
| Hex | 74 | 88 | 42 | F | 0 | 33 | 2F | 4D | 23 | 28 |
| Octal | 164 | 210 | 102 | 17 | 0 | 63 | 57 | 115 | 43 | 50 |
| Binary | 1110100 | 10001000 | 1000010 | 1111 | 0 | 110011 | 101111 | 1001101 | 100011 | 101000 |
Color Harmonies of #748842
Complementary color
Monochromatic Colors of #748842
Black with #748842
Text Example
Text Example
White with #748842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748842; }
p { color: rgb(116,136,66); }
H1.HeaderClassName
{
color: #748842;
}
.AnyTagClassName
{
color: #748842;
}
</style>
background-color css
<style>
a { background-color: #748842; }
a { background-color: rgb(116,136,66); }
div.DivClassName
{
background-color: #748842;
}
.BgClassName
{
background-color: #748842;
}
</style>
border-color css
<style>
span { border-color: #748842; }
span { border-color: rgb(116,136,66); }
td.TdClassName
{
border-color: #748842;
}
.TagClassName
{
border-color: #748842;
}
</style>