Shades of Wasabi #7C883C
Tints of Wasabi #7C883C
RGB
CMYK
RGB Variations
Color information
#7C883C (or 0x7C883C) is known color: Wasabi. HEX triplet: 7C, 88 and 3C. RGB value is (124,136,60). Sum of RGB (Red+Green+Blue) = 124+136+60=320 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.75% from 320); Green value is 136 (53.52% from 255 or 42.5% from 320); Blue value is 60 (23.83% from 255 or 18.75% from 320); Max value from RGB is 136 - color contains mainly: green. Hex color #7C883C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C883C is #8377C3. Grayscale: #7C7C7C. Windows color (decimal): -8615876 or 3967100. OLE color: 3967100.
HSL color Cylindrical-coordinate representation of color #7C883C: hue angle of 69.47º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7C883C is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 124 | 136 | 60 | - |
| CMYK | 0.09 | 0 | 0.56 | 0.47 |
| HSL | 69.47º | 0.39% | 0.38% | - |
| HSV(B) | 69.47º | 0.56% | 0.53% | - |
| XYZ | 17.93 | 22.22 | 7.62 | - |
| YUV | 123.75 | 92.02 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 136 | 60 | 0.09 | 0 | 0.56 | 0.47 | 69.47 | 0.39 | 0.38 |
| Hex | 7C | 88 | 3C | 9 | 0 | 38 | 2F | 45 | 27 | 26 |
| Octal | 174 | 210 | 74 | 11 | 0 | 70 | 57 | 105 | 47 | 46 |
| Binary | 1111100 | 10001000 | 111100 | 1001 | 0 | 111000 | 101111 | 1000101 | 100111 | 100110 |
Color Harmonies of #7C883C
Complementary color
Monochromatic Colors of #7C883C
Black with #7C883C
Text Example
Text Example
White with #7C883C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C883C; }
p { color: rgb(124,136,60); }
H1.HeaderClassName
{
color: #7C883C;
}
.AnyTagClassName
{
color: #7C883C;
}
</style>
background-color css
<style>
a { background-color: #7C883C; }
a { background-color: rgb(124,136,60); }
div.DivClassName
{
background-color: #7C883C;
}
.BgClassName
{
background-color: #7C883C;
}
</style>
border-color css
<style>
span { border-color: #7C883C; }
span { border-color: rgb(124,136,60); }
td.TdClassName
{
border-color: #7C883C;
}
.TagClassName
{
border-color: #7C883C;
}
</style>