Shades of Wasabi #748841
Tints of Wasabi #748841
RGB
CMYK
RGB Variations
Color information
#748841 (or 0x748841) is known color: Wasabi. HEX triplet: 74, 88 and 41. RGB value is (116,136,65). Sum of RGB (Red+Green+Blue) = 116+136+65=317 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.59% from 317); Green value is 136 (53.52% from 255 or 42.90% from 317); Blue value is 65 (25.78% from 255 or 20.50% from 317); Max value from RGB is 136 - color contains mainly: green. Hex color #748841 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748841 is #8B77BE. Grayscale: #7A7A7A. Windows color (decimal): -9140159 or 4294772. OLE color: 4294772.
HSL color Cylindrical-coordinate representation of color #748841: hue angle of 76.9º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #748841 is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 136 | 65 | - |
| CMYK | 0.15 | 0 | 0.52 | 0.47 |
| HSL | 76.9º | 0.35% | 0.39% | - |
| HSV(B) | 76.9º | 0.52% | 0.53% | - |
| XYZ | 16.96 | 21.7 | 8.3 | - |
| YUV | 121.93 | 95.87 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 136 | 65 | 0.15 | 0 | 0.52 | 0.47 | 76.9 | 0.35 | 0.39 |
| Hex | 74 | 88 | 41 | F | 0 | 34 | 2F | 4D | 23 | 27 |
| Octal | 164 | 210 | 101 | 17 | 0 | 64 | 57 | 115 | 43 | 47 |
| Binary | 1110100 | 10001000 | 1000001 | 1111 | 0 | 110100 | 101111 | 1001101 | 100011 | 100111 |
Color Harmonies of #748841
Complementary color
Monochromatic Colors of #748841
Black with #748841
Text Example
Text Example
White with #748841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748841; }
p { color: rgb(116,136,65); }
H1.HeaderClassName
{
color: #748841;
}
.AnyTagClassName
{
color: #748841;
}
</style>
background-color css
<style>
a { background-color: #748841; }
a { background-color: rgb(116,136,65); }
div.DivClassName
{
background-color: #748841;
}
.BgClassName
{
background-color: #748841;
}
</style>
border-color css
<style>
span { border-color: #748841; }
span { border-color: rgb(116,136,65); }
td.TdClassName
{
border-color: #748841;
}
.TagClassName
{
border-color: #748841;
}
</style>