Shades of Wasabi #7D853C
Tints of Wasabi #7D853C
RGB
CMYK
RGB Variations
Color information
#7D853C (or 0x7D853C) is known color: Wasabi. HEX triplet: 7D, 85 and 3C. RGB value is (125,133,60). Sum of RGB (Red+Green+Blue) = 125+133+60=318 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.31% from 318); Green value is 133 (52.34% from 255 or 41.82% from 318); Blue value is 60 (23.83% from 255 or 18.87% from 318); Max value from RGB is 133 - color contains mainly: green. Hex color #7D853C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D853C is #827AC3. Grayscale: #7A7A7A. Windows color (decimal): -8551108 or 3966333. OLE color: 3966333.
HSL color Cylindrical-coordinate representation of color #7D853C: hue angle of 66.58º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7D853C is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 125 | 133 | 60 | - |
| CMYK | 0.06 | 0 | 0.55 | 0.48 |
| HSL | 66.58º | 0.38% | 0.38% | - |
| HSV(B) | 66.58º | 0.55% | 0.52% | - |
| XYZ | 17.66 | 21.46 | 7.49 | - |
| YUV | 122.29 | 92.85 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 133 | 60 | 0.06 | 0 | 0.55 | 0.48 | 66.58 | 0.38 | 0.38 |
| Hex | 7D | 85 | 3C | 6 | 0 | 37 | 30 | 43 | 26 | 26 |
| Octal | 175 | 205 | 74 | 6 | 0 | 67 | 60 | 103 | 46 | 46 |
| Binary | 1111101 | 10000101 | 111100 | 110 | 0 | 110111 | 110000 | 1000011 | 100110 | 100110 |
Color Harmonies of #7D853C
Complementary color
Monochromatic Colors of #7D853C
Black with #7D853C
Text Example
Text Example
White with #7D853C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D853C; }
p { color: rgb(125,133,60); }
H1.HeaderClassName
{
color: #7D853C;
}
.AnyTagClassName
{
color: #7D853C;
}
</style>
background-color css
<style>
a { background-color: #7D853C; }
a { background-color: rgb(125,133,60); }
div.DivClassName
{
background-color: #7D853C;
}
.BgClassName
{
background-color: #7D853C;
}
</style>
border-color css
<style>
span { border-color: #7D853C; }
span { border-color: rgb(125,133,60); }
td.TdClassName
{
border-color: #7D853C;
}
.TagClassName
{
border-color: #7D853C;
}
</style>