Shades of Wasabi #77873D
Tints of Wasabi #77873D
RGB
CMYK
RGB Variations
Color information
#77873D (or 0x77873D) is known color: Wasabi. HEX triplet: 77, 87 and 3D. RGB value is (119,135,61). Sum of RGB (Red+Green+Blue) = 119+135+61=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 135 (53.12% from 255 or 42.86% from 315); Blue value is 61 (24.22% from 255 or 19.37% from 315); Max value from RGB is 135 - color contains mainly: green. Hex color #77873D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77873D is #8878C2. Grayscale: #7A7A7A. Windows color (decimal): -8943811 or 4032375. OLE color: 4032375.
HSL color Cylindrical-coordinate representation of color #77873D: hue angle of 72.97º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #77873D is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 135 | 61 | - |
| CMYK | 0.12 | 0 | 0.55 | 0.47 |
| HSL | 72.97º | 0.38% | 0.38% | - |
| HSV(B) | 72.97º | 0.55% | 0.53% | - |
| XYZ | 17.11 | 21.59 | 7.68 | - |
| YUV | 121.78 | 93.7 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 135 | 61 | 0.12 | 0 | 0.55 | 0.47 | 72.97 | 0.38 | 0.38 |
| Hex | 77 | 87 | 3D | C | 0 | 37 | 2F | 49 | 26 | 26 |
| Octal | 167 | 207 | 75 | 14 | 0 | 67 | 57 | 111 | 46 | 46 |
| Binary | 1110111 | 10000111 | 111101 | 1100 | 0 | 110111 | 101111 | 1001001 | 100110 | 100110 |
Color Harmonies of #77873D
Complementary color
Monochromatic Colors of #77873D
Black with #77873D
Text Example
Text Example
White with #77873D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77873D; }
p { color: rgb(119,135,61); }
H1.HeaderClassName
{
color: #77873D;
}
.AnyTagClassName
{
color: #77873D;
}
</style>
background-color css
<style>
a { background-color: #77873D; }
a { background-color: rgb(119,135,61); }
div.DivClassName
{
background-color: #77873D;
}
.BgClassName
{
background-color: #77873D;
}
</style>
border-color css
<style>
span { border-color: #77873D; }
span { border-color: rgb(119,135,61); }
td.TdClassName
{
border-color: #77873D;
}
.TagClassName
{
border-color: #77873D;
}
</style>