Shades of Wasabi #7C8735
Tints of Wasabi #7C8735
RGB
CMYK
RGB Variations
Color information
#7C8735 (or 0x7C8735) is known color: Wasabi. HEX triplet: 7C, 87 and 35. RGB value is (124,135,53). Sum of RGB (Red+Green+Blue) = 124+135+53=312 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.74% from 312); Green value is 135 (53.12% from 255 or 43.27% from 312); Blue value is 53 (21.09% from 255 or 16.99% from 312); Max value from RGB is 135 - color contains mainly: green. Hex color #7C8735 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8735 is #8378CA. Grayscale: #7A7A7A. Windows color (decimal): -8616139 or 3508092. OLE color: 3508092.
HSL color Cylindrical-coordinate representation of color #7C8735: hue angle of 68.05º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7C8735 is Cyan = 0.08, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 124 | 135 | 53 | - |
| CMYK | 0.08 | 0 | 0.61 | 0.47 |
| HSL | 68.05º | 0.44% | 0.37% | - |
| HSV(B) | 68.05º | 0.61% | 0.53% | - |
| XYZ | 17.62 | 21.87 | 6.66 | - |
| YUV | 122.36 | 88.86 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 135 | 53 | 0.08 | 0 | 0.61 | 0.47 | 68.05 | 0.44 | 0.37 |
| Hex | 7C | 87 | 35 | 8 | 0 | 3D | 2F | 44 | 2C | 25 |
| Octal | 174 | 207 | 65 | 10 | 0 | 75 | 57 | 104 | 54 | 45 |
| Binary | 1111100 | 10000111 | 110101 | 1000 | 0 | 111101 | 101111 | 1000100 | 101100 | 100101 |
Color Harmonies of #7C8735
Complementary color
Monochromatic Colors of #7C8735
Black with #7C8735
Text Example
Text Example
White with #7C8735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8735; }
p { color: rgb(124,135,53); }
H1.HeaderClassName
{
color: #7C8735;
}
.AnyTagClassName
{
color: #7C8735;
}
</style>
background-color css
<style>
a { background-color: #7C8735; }
a { background-color: rgb(124,135,53); }
div.DivClassName
{
background-color: #7C8735;
}
.BgClassName
{
background-color: #7C8735;
}
</style>
border-color css
<style>
span { border-color: #7C8735; }
span { border-color: rgb(124,135,53); }
td.TdClassName
{
border-color: #7C8735;
}
.TagClassName
{
border-color: #7C8735;
}
</style>