Shades of Wasabi #748845
Tints of Wasabi #748845
RGB
CMYK
RGB Variations
Color information
#748845 (or 0x748845) is known color: Wasabi. HEX triplet: 74, 88 and 45. RGB value is (116,136,69). Sum of RGB (Red+Green+Blue) = 116+136+69=321 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.14% from 321); Green value is 136 (53.52% from 255 or 42.37% from 321); Blue value is 69 (27.34% from 255 or 21.50% from 321); Max value from RGB is 136 - color contains mainly: green. Hex color #748845 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748845 is #8B77BA. Grayscale: #7A7A7A. Windows color (decimal): -9140155 or 4556916. OLE color: 4556916.
HSL color Cylindrical-coordinate representation of color #748845: hue angle of 77.91º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #748845 is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 136 | 69 | - |
| CMYK | 0.15 | 0 | 0.49 | 0.47 |
| HSL | 77.91º | 0.33% | 0.4% | - |
| HSV(B) | 77.91º | 0.49% | 0.53% | - |
| XYZ | 17.08 | 21.75 | 8.93 | - |
| YUV | 122.38 | 97.87 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 136 | 69 | 0.15 | 0 | 0.49 | 0.47 | 77.91 | 0.33 | 0.4 |
| Hex | 74 | 88 | 45 | F | 0 | 31 | 2F | 4E | 21 | 28 |
| Octal | 164 | 210 | 105 | 17 | 0 | 61 | 57 | 116 | 41 | 50 |
| Binary | 1110100 | 10001000 | 1000101 | 1111 | 0 | 110001 | 101111 | 1001110 | 100001 | 101000 |
Color Harmonies of #748845
Complementary color
Monochromatic Colors of #748845
Black with #748845
Text Example
Text Example
White with #748845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748845; }
p { color: rgb(116,136,69); }
H1.HeaderClassName
{
color: #748845;
}
.AnyTagClassName
{
color: #748845;
}
</style>
background-color css
<style>
a { background-color: #748845; }
a { background-color: rgb(116,136,69); }
div.DivClassName
{
background-color: #748845;
}
.BgClassName
{
background-color: #748845;
}
</style>
border-color css
<style>
span { border-color: #748845; }
span { border-color: rgb(116,136,69); }
td.TdClassName
{
border-color: #748845;
}
.TagClassName
{
border-color: #748845;
}
</style>