Shades of Wasabi #748434
Tints of Wasabi #748434
RGB
CMYK
RGB Variations
Color information
#748434 (or 0x748434) is known color: Wasabi. HEX triplet: 74, 84 and 34. RGB value is (116,132,52). Sum of RGB (Red+Green+Blue) = 116+132+52=300 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.67% from 300); Green value is 132 (51.95% from 255 or 44% from 300); Blue value is 52 (20.70% from 255 or 17.33% from 300); Max value from RGB is 132 - color contains mainly: green. Hex color #748434 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748434 is #8B7BCB. Grayscale: #767676. Windows color (decimal): -9141196 or 3441780. OLE color: 3441780.
HSL color Cylindrical-coordinate representation of color #748434: hue angle of 72º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #748434 is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 116 | 132 | 52 | - |
| CMYK | 0.12 | 0 | 0.61 | 0.48 |
| HSL | 72º | 0.43% | 0.36% | - |
| HSV(B) | 72º | 0.61% | 0.52% | - |
| XYZ | 16.07 | 20.46 | 6.35 | - |
| YUV | 118.1 | 90.7 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 132 | 52 | 0.12 | 0 | 0.61 | 0.48 | 72 | 0.43 | 0.36 |
| Hex | 74 | 84 | 34 | C | 0 | 3D | 30 | 48 | 2B | 24 |
| Octal | 164 | 204 | 64 | 14 | 0 | 75 | 60 | 110 | 53 | 44 |
| Binary | 1110100 | 10000100 | 110100 | 1100 | 0 | 111101 | 110000 | 1001000 | 101011 | 100100 |
Color Harmonies of #748434
Complementary color
Monochromatic Colors of #748434
Black with #748434
Text Example
Text Example
White with #748434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748434; }
p { color: rgb(116,132,52); }
H1.HeaderClassName
{
color: #748434;
}
.AnyTagClassName
{
color: #748434;
}
</style>
background-color css
<style>
a { background-color: #748434; }
a { background-color: rgb(116,132,52); }
div.DivClassName
{
background-color: #748434;
}
.BgClassName
{
background-color: #748434;
}
</style>
border-color css
<style>
span { border-color: #748434; }
span { border-color: rgb(116,132,52); }
td.TdClassName
{
border-color: #748434;
}
.TagClassName
{
border-color: #748434;
}
</style>