Shades of Wasabi #797D3D
Tints of Wasabi #797D3D
RGB
CMYK
RGB Variations
Color information
#797D3D (or 0x797D3D) is known color: Wasabi. HEX triplet: 79, 7D and 3D. RGB value is (121,125,61). Sum of RGB (Red+Green+Blue) = 121+125+61=307 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.41% from 307); Green value is 125 (49.22% from 255 or 40.72% from 307); Blue value is 61 (24.22% from 255 or 19.87% from 307); Max value from RGB is 125 - color contains mainly: green. Hex color #797D3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #797D3D is #8682C2. Grayscale: #747474. Windows color (decimal): -8815299 or 4029817. OLE color: 4029817.
HSL color Cylindrical-coordinate representation of color #797D3D: hue angle of 63.75º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #797D3D is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 121 | 125 | 61 | - |
| CMYK | 0.03 | 0 | 0.51 | 0.51 |
| HSL | 63.75º | 0.34% | 0.36% | - |
| HSV(B) | 63.75º | 0.51% | 0.49% | - |
| XYZ | 16.06 | 19.07 | 7.25 | - |
| YUV | 116.51 | 96.67 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 125 | 61 | 0.03 | 0 | 0.51 | 0.51 | 63.75 | 0.34 | 0.36 |
| Hex | 79 | 7D | 3D | 3 | 0 | 33 | 33 | 40 | 22 | 24 |
| Octal | 171 | 175 | 75 | 3 | 0 | 63 | 63 | 100 | 42 | 44 |
| Binary | 1111001 | 1111101 | 111101 | 11 | 0 | 110011 | 110011 | 1000000 | 100010 | 100100 |
Color Harmonies of #797D3D
Complementary color
Monochromatic Colors of #797D3D
Black with #797D3D
Text Example
Text Example
White with #797D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797D3D; }
p { color: rgb(121,125,61); }
H1.HeaderClassName
{
color: #797D3D;
}
.AnyTagClassName
{
color: #797D3D;
}
</style>
background-color css
<style>
a { background-color: #797D3D; }
a { background-color: rgb(121,125,61); }
div.DivClassName
{
background-color: #797D3D;
}
.BgClassName
{
background-color: #797D3D;
}
</style>
border-color css
<style>
span { border-color: #797D3D; }
span { border-color: rgb(121,125,61); }
td.TdClassName
{
border-color: #797D3D;
}
.TagClassName
{
border-color: #797D3D;
}
</style>