Shades of Wasabi #767D3C
Tints of Wasabi #767D3C
RGB
CMYK
RGB Variations
Color information
#767D3C (or 0x767D3C) is known color: Wasabi. HEX triplet: 76, 7D and 3C. RGB value is (118,125,60). Sum of RGB (Red+Green+Blue) = 118+125+60=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 125 (49.22% from 255 or 41.25% from 303); Blue value is 60 (23.83% from 255 or 19.80% from 303); Max value from RGB is 125 - color contains mainly: green. Hex color #767D3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767D3C is #8982C3. Grayscale: #737373. Windows color (decimal): -9011908 or 3964278. OLE color: 3964278.
HSL color Cylindrical-coordinate representation of color #767D3C: hue angle of 66.46º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #767D3C is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 118 | 125 | 60 | - |
| CMYK | 0.06 | 0 | 0.52 | 0.51 |
| HSL | 66.46º | 0.35% | 0.36% | - |
| HSV(B) | 66.46º | 0.52% | 0.49% | - |
| XYZ | 15.62 | 18.85 | 7.09 | - |
| YUV | 115.5 | 96.68 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 125 | 60 | 0.06 | 0 | 0.52 | 0.51 | 66.46 | 0.35 | 0.36 |
| Hex | 76 | 7D | 3C | 6 | 0 | 34 | 33 | 42 | 23 | 24 |
| Octal | 166 | 175 | 74 | 6 | 0 | 64 | 63 | 102 | 43 | 44 |
| Binary | 1110110 | 1111101 | 111100 | 110 | 0 | 110100 | 110011 | 1000010 | 100011 | 100100 |
Color Harmonies of #767D3C
Complementary color
Monochromatic Colors of #767D3C
Black with #767D3C
Text Example
Text Example
White with #767D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767D3C; }
p { color: rgb(118,125,60); }
H1.HeaderClassName
{
color: #767D3C;
}
.AnyTagClassName
{
color: #767D3C;
}
</style>
background-color css
<style>
a { background-color: #767D3C; }
a { background-color: rgb(118,125,60); }
div.DivClassName
{
background-color: #767D3C;
}
.BgClassName
{
background-color: #767D3C;
}
</style>
border-color css
<style>
span { border-color: #767D3C; }
span { border-color: rgb(118,125,60); }
td.TdClassName
{
border-color: #767D3C;
}
.TagClassName
{
border-color: #767D3C;
}
</style>