Shades of Wasabi #77823B
Tints of Wasabi #77823B
RGB
CMYK
RGB Variations
Color information
#77823B (or 0x77823B) is known color: Wasabi. HEX triplet: 77, 82 and 3B. RGB value is (119,130,59). Sum of RGB (Red+Green+Blue) = 119+130+59=308 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.64% from 308); Green value is 130 (51.17% from 255 or 42.21% from 308); Blue value is 59 (23.44% from 255 or 19.16% from 308); Max value from RGB is 130 - color contains mainly: green. Hex color #77823B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77823B is #887DC4. Grayscale: #767676. Windows color (decimal): -8945093 or 3900023. OLE color: 3900023.
HSL color Cylindrical-coordinate representation of color #77823B: hue angle of 69.3º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #77823B is Cyan = 0.08, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 130 | 59 | - |
| CMYK | 0.08 | 0 | 0.55 | 0.49 |
| HSL | 69.3º | 0.38% | 0.37% | - |
| HSV(B) | 69.3º | 0.55% | 0.51% | - |
| XYZ | 16.38 | 20.2 | 7.17 | - |
| YUV | 118.62 | 94.36 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 130 | 59 | 0.08 | 0 | 0.55 | 0.49 | 69.3 | 0.38 | 0.37 |
| Hex | 77 | 82 | 3B | 8 | 0 | 37 | 31 | 45 | 26 | 25 |
| Octal | 167 | 202 | 73 | 10 | 0 | 67 | 61 | 105 | 46 | 45 |
| Binary | 1110111 | 10000010 | 111011 | 1000 | 0 | 110111 | 110001 | 1000101 | 100110 | 100101 |
Color Harmonies of #77823B
Complementary color
Monochromatic Colors of #77823B
Black with #77823B
Text Example
Text Example
White with #77823B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77823B; }
p { color: rgb(119,130,59); }
H1.HeaderClassName
{
color: #77823B;
}
.AnyTagClassName
{
color: #77823B;
}
</style>
background-color css
<style>
a { background-color: #77823B; }
a { background-color: rgb(119,130,59); }
div.DivClassName
{
background-color: #77823B;
}
.BgClassName
{
background-color: #77823B;
}
</style>
border-color css
<style>
span { border-color: #77823B; }
span { border-color: rgb(119,130,59); }
td.TdClassName
{
border-color: #77823B;
}
.TagClassName
{
border-color: #77823B;
}
</style>