Shades of Sushi #77A32E
Tints of Sushi #77A32E
RGB
CMYK
RGB Variations
Color information
#77A32E (or 0x77A32E) is known color: Sushi. HEX triplet: 77, A3 and 2E. RGB value is (119,163,46). Sum of RGB (Red+Green+Blue) = 119+163+46=328 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.28% from 328); Green value is 163 (64.06% from 255 or 49.70% from 328); Blue value is 46 (18.36% from 255 or 14.02% from 328); Max value from RGB is 163 - color contains mainly: green. Hex color #77A32E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77A32E is #885CD1. Grayscale: #888888. Windows color (decimal): -8936658 or 3056503. OLE color: 3056503.
HSL color Cylindrical-coordinate representation of color #77A32E: hue angle of 82.56º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #77A32E is Cyan = 0.27, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 119 | 163 | 46 | - |
| CMYK | 0.27 | 0 | 0.72 | 0.36 |
| HSL | 82.56º | 0.56% | 0.41% | - |
| HSV(B) | 82.56º | 0.72% | 0.64% | - |
| XYZ | 21.2 | 30.31 | 7.32 | - |
| YUV | 136.51 | 76.92 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 163 | 46 | 0.27 | 0 | 0.72 | 0.36 | 82.56 | 0.56 | 0.41 |
| Hex | 77 | A3 | 2E | 1B | 0 | 48 | 24 | 53 | 38 | 29 |
| Octal | 167 | 243 | 56 | 33 | 0 | 110 | 44 | 123 | 70 | 51 |
| Binary | 1110111 | 10100011 | 101110 | 11011 | 0 | 1001000 | 100100 | 1010011 | 111000 | 101001 |
Color Harmonies of #77A32E
Complementary color
Monochromatic Colors of #77A32E
Black with #77A32E
Text Example
Text Example
White with #77A32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A32E; }
p { color: rgb(119,163,46); }
H1.HeaderClassName
{
color: #77A32E;
}
.AnyTagClassName
{
color: #77A32E;
}
</style>
background-color css
<style>
a { background-color: #77A32E; }
a { background-color: rgb(119,163,46); }
div.DivClassName
{
background-color: #77A32E;
}
.BgClassName
{
background-color: #77A32E;
}
</style>
border-color css
<style>
span { border-color: #77A32E; }
span { border-color: rgb(119,163,46); }
td.TdClassName
{
border-color: #77A32E;
}
.TagClassName
{
border-color: #77A32E;
}
</style>