Shades of Wasabi #748435
Tints of Wasabi #748435
RGB
CMYK
RGB Variations
Color information
#748435 (or 0x748435) is known color: Wasabi. HEX triplet: 74, 84 and 35. RGB value is (116,132,53). Sum of RGB (Red+Green+Blue) = 116+132+53=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 132 (51.95% from 255 or 43.85% from 301); Blue value is 53 (21.09% from 255 or 17.61% from 301); Max value from RGB is 132 - color contains mainly: green. Hex color #748435 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748435 is #8B7BCA. Grayscale: #767676. Windows color (decimal): -9141195 or 3507316. OLE color: 3507316.
HSL color Cylindrical-coordinate representation of color #748435: hue angle of 72.15º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #748435 is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 116 | 132 | 53 | - |
| CMYK | 0.12 | 0 | 0.60 | 0.48 |
| HSL | 72.15º | 0.43% | 0.36% | - |
| HSV(B) | 72.15º | 0.6% | 0.52% | - |
| XYZ | 16.1 | 20.47 | 6.47 | - |
| YUV | 118.21 | 91.2 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 132 | 53 | 0.12 | 0 | 0.60 | 0.48 | 72.15 | 0.43 | 0.36 |
| Hex | 74 | 84 | 35 | C | 0 | 3C | 30 | 48 | 2B | 24 |
| Octal | 164 | 204 | 65 | 14 | 0 | 74 | 60 | 110 | 53 | 44 |
| Binary | 1110100 | 10000100 | 110101 | 1100 | 0 | 111100 | 110000 | 1001000 | 101011 | 100100 |
Color Harmonies of #748435
Complementary color
Monochromatic Colors of #748435
Black with #748435
Text Example
Text Example
White with #748435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748435; }
p { color: rgb(116,132,53); }
H1.HeaderClassName
{
color: #748435;
}
.AnyTagClassName
{
color: #748435;
}
</style>
background-color css
<style>
a { background-color: #748435; }
a { background-color: rgb(116,132,53); }
div.DivClassName
{
background-color: #748435;
}
.BgClassName
{
background-color: #748435;
}
</style>
border-color css
<style>
span { border-color: #748435; }
span { border-color: rgb(116,132,53); }
td.TdClassName
{
border-color: #748435;
}
.TagClassName
{
border-color: #748435;
}
</style>