Shades of Wasabi #77853F
Tints of Wasabi #77853F
RGB
CMYK
RGB Variations
Color information
#77853F (or 0x77853F) is known color: Wasabi. HEX triplet: 77, 85 and 3F. RGB value is (119,133,63). Sum of RGB (Red+Green+Blue) = 119+133+63=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 133 (52.34% from 255 or 42.22% from 315); Blue value is 63 (25% from 255 or 20% from 315); Max value from RGB is 133 - color contains mainly: green. Hex color #77853F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77853F is #887AC0. Grayscale: #797979. Windows color (decimal): -8944321 or 4162935. OLE color: 4162935.
HSL color Cylindrical-coordinate representation of color #77853F: hue angle of 72º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77853F is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 119 | 133 | 63 | - |
| CMYK | 0.11 | 0 | 0.53 | 0.48 |
| HSL | 72º | 0.36% | 0.38% | - |
| HSV(B) | 72º | 0.53% | 0.52% | - |
| XYZ | 16.89 | 21.06 | 7.88 | - |
| YUV | 120.83 | 95.36 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 133 | 63 | 0.11 | 0 | 0.53 | 0.48 | 72 | 0.36 | 0.38 |
| Hex | 77 | 85 | 3F | B | 0 | 35 | 30 | 48 | 24 | 26 |
| Octal | 167 | 205 | 77 | 13 | 0 | 65 | 60 | 110 | 44 | 46 |
| Binary | 1110111 | 10000101 | 111111 | 1011 | 0 | 110101 | 110000 | 1001000 | 100100 | 100110 |
Color Harmonies of #77853F
Complementary color
Monochromatic Colors of #77853F
Black with #77853F
Text Example
Text Example
White with #77853F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77853F; }
p { color: rgb(119,133,63); }
H1.HeaderClassName
{
color: #77853F;
}
.AnyTagClassName
{
color: #77853F;
}
</style>
background-color css
<style>
a { background-color: #77853F; }
a { background-color: rgb(119,133,63); }
div.DivClassName
{
background-color: #77853F;
}
.BgClassName
{
background-color: #77853F;
}
</style>
border-color css
<style>
span { border-color: #77853F; }
span { border-color: rgb(119,133,63); }
td.TdClassName
{
border-color: #77853F;
}
.TagClassName
{
border-color: #77853F;
}
</style>