Shades of Wasabi #748543
Tints of Wasabi #748543
RGB
CMYK
RGB Variations
Color information
#748543 (or 0x748543) is known color: Wasabi. HEX triplet: 74, 85 and 43. RGB value is (116,133,67). Sum of RGB (Red+Green+Blue) = 116+133+67=316 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.71% from 316); Green value is 133 (52.34% from 255 or 42.09% from 316); Blue value is 67 (26.56% from 255 or 21.20% from 316); Max value from RGB is 133 - color contains mainly: green. Hex color #748543 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748543 is #8B7ABC. Grayscale: #787878. Windows color (decimal): -9140925 or 4425076. OLE color: 4425076.
HSL color Cylindrical-coordinate representation of color #748543: hue angle of 75.45º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #748543 is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 116 | 133 | 67 | - |
| CMYK | 0.13 | 0 | 0.50 | 0.48 |
| HSL | 75.45º | 0.33% | 0.39% | - |
| HSV(B) | 75.45º | 0.5% | 0.52% | - |
| XYZ | 16.6 | 20.89 | 8.47 | - |
| YUV | 120.39 | 97.87 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 133 | 67 | 0.13 | 0 | 0.50 | 0.48 | 75.45 | 0.33 | 0.39 |
| Hex | 74 | 85 | 43 | D | 0 | 32 | 30 | 4B | 21 | 27 |
| Octal | 164 | 205 | 103 | 15 | 0 | 62 | 60 | 113 | 41 | 47 |
| Binary | 1110100 | 10000101 | 1000011 | 1101 | 0 | 110010 | 110000 | 1001011 | 100001 | 100111 |
Color Harmonies of #748543
Complementary color
Monochromatic Colors of #748543
Black with #748543
Text Example
Text Example
White with #748543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748543; }
p { color: rgb(116,133,67); }
H1.HeaderClassName
{
color: #748543;
}
.AnyTagClassName
{
color: #748543;
}
</style>
background-color css
<style>
a { background-color: #748543; }
a { background-color: rgb(116,133,67); }
div.DivClassName
{
background-color: #748543;
}
.BgClassName
{
background-color: #748543;
}
</style>
border-color css
<style>
span { border-color: #748543; }
span { border-color: rgb(116,133,67); }
td.TdClassName
{
border-color: #748543;
}
.TagClassName
{
border-color: #748543;
}
</style>