Shades of Wasabi #7C8548
Tints of Wasabi #7C8548
RGB
CMYK
RGB Variations
Color information
#7C8548 (or 0x7C8548) is known color: Wasabi. HEX triplet: 7C, 85 and 48. RGB value is (124,133,72). Sum of RGB (Red+Green+Blue) = 124+133+72=329 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.69% from 329); Green value is 133 (52.34% from 255 or 40.43% from 329); Blue value is 72 (28.52% from 255 or 21.88% from 329); Max value from RGB is 133 - color contains mainly: green. Hex color #7C8548 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8548 is #837AB7. Grayscale: #7B7B7B. Windows color (decimal): -8616632 or 4752764. OLE color: 4752764.
HSL color Cylindrical-coordinate representation of color #7C8548: hue angle of 68.85º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7C8548 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 124 | 133 | 72 | - |
| CMYK | 0.07 | 0 | 0.46 | 0.48 |
| HSL | 68.85º | 0.3% | 0.4% | - |
| HSV(B) | 68.85º | 0.46% | 0.52% | - |
| XYZ | 17.87 | 21.53 | 9.34 | - |
| YUV | 123.36 | 99.02 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 133 | 72 | 0.07 | 0 | 0.46 | 0.48 | 68.85 | 0.3 | 0.4 |
| Hex | 7C | 85 | 48 | 7 | 0 | 2E | 30 | 45 | 1E | 28 |
| Octal | 174 | 205 | 110 | 7 | 0 | 56 | 60 | 105 | 36 | 50 |
| Binary | 1111100 | 10000101 | 1001000 | 111 | 0 | 101110 | 110000 | 1000101 | 11110 | 101000 |
Color Harmonies of #7C8548
Complementary color
Monochromatic Colors of #7C8548
Black with #7C8548
Text Example
Text Example
White with #7C8548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8548; }
p { color: rgb(124,133,72); }
H1.HeaderClassName
{
color: #7C8548;
}
.AnyTagClassName
{
color: #7C8548;
}
</style>
background-color css
<style>
a { background-color: #7C8548; }
a { background-color: rgb(124,133,72); }
div.DivClassName
{
background-color: #7C8548;
}
.BgClassName
{
background-color: #7C8548;
}
</style>
border-color css
<style>
span { border-color: #7C8548; }
span { border-color: rgb(124,133,72); }
td.TdClassName
{
border-color: #7C8548;
}
.TagClassName
{
border-color: #7C8548;
}
</style>