Shades of Wasabi #777D3B
Tints of Wasabi #777D3B
RGB
CMYK
RGB Variations
Color information
#777D3B (or 0x777D3B) is known color: Wasabi. HEX triplet: 77, 7D and 3B. RGB value is (119,125,59). Sum of RGB (Red+Green+Blue) = 119+125+59=303 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.27% from 303); Green value is 125 (49.22% from 255 or 41.25% from 303); Blue value is 59 (23.44% from 255 or 19.47% from 303); Max value from RGB is 125 - color contains mainly: green. Hex color #777D3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777D3B is #8882C4. Grayscale: #737373. Windows color (decimal): -8946373 or 3898743. OLE color: 3898743.
HSL color Cylindrical-coordinate representation of color #777D3B: hue angle of 65.45º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #777D3B is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 125 | 59 | - |
| CMYK | 0.05 | 0 | 0.53 | 0.51 |
| HSL | 65.45º | 0.36% | 0.36% | - |
| HSV(B) | 65.45º | 0.53% | 0.49% | - |
| XYZ | 15.73 | 18.9 | 6.96 | - |
| YUV | 115.68 | 96.01 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 125 | 59 | 0.05 | 0 | 0.53 | 0.51 | 65.45 | 0.36 | 0.36 |
| Hex | 77 | 7D | 3B | 5 | 0 | 35 | 33 | 41 | 24 | 24 |
| Octal | 167 | 175 | 73 | 5 | 0 | 65 | 63 | 101 | 44 | 44 |
| Binary | 1110111 | 1111101 | 111011 | 101 | 0 | 110101 | 110011 | 1000001 | 100100 | 100100 |
Color Harmonies of #777D3B
Complementary color
Monochromatic Colors of #777D3B
Black with #777D3B
Text Example
Text Example
White with #777D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777D3B; }
p { color: rgb(119,125,59); }
H1.HeaderClassName
{
color: #777D3B;
}
.AnyTagClassName
{
color: #777D3B;
}
</style>
background-color css
<style>
a { background-color: #777D3B; }
a { background-color: rgb(119,125,59); }
div.DivClassName
{
background-color: #777D3B;
}
.BgClassName
{
background-color: #777D3B;
}
</style>
border-color css
<style>
span { border-color: #777D3B; }
span { border-color: rgb(119,125,59); }
td.TdClassName
{
border-color: #777D3B;
}
.TagClassName
{
border-color: #777D3B;
}
</style>