Shades of Sushi #77A034
Tints of Sushi #77A034
RGB
CMYK
RGB Variations
Color information
#77A034 (or 0x77A034) is known color: Sushi. HEX triplet: 77, A0 and 34. RGB value is (119,160,52). Sum of RGB (Red+Green+Blue) = 119+160+52=331 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.95% from 331); Green value is 160 (62.89% from 255 or 48.34% from 331); Blue value is 52 (20.70% from 255 or 15.71% from 331); Max value from RGB is 160 - color contains mainly: green. Hex color #77A034 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77A034 is #885FCB. Grayscale: #878787. Windows color (decimal): -8937420 or 3448951. OLE color: 3448951.
HSL color Cylindrical-coordinate representation of color #77A034: hue angle of 82.78º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #77A034 is Cyan = 0.26, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 119 | 160 | 52 | - |
| CMYK | 0.26 | 0 | 0.68 | 0.37 |
| HSL | 82.78º | 0.51% | 0.42% | - |
| HSV(B) | 82.78º | 0.68% | 0.63% | - |
| XYZ | 20.8 | 29.31 | 7.81 | - |
| YUV | 135.43 | 80.92 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 160 | 52 | 0.26 | 0 | 0.68 | 0.37 | 82.78 | 0.51 | 0.42 |
| Hex | 77 | A0 | 34 | 1A | 0 | 44 | 25 | 53 | 33 | 2A |
| Octal | 167 | 240 | 64 | 32 | 0 | 104 | 45 | 123 | 63 | 52 |
| Binary | 1110111 | 10100000 | 110100 | 11010 | 0 | 1000100 | 100101 | 1010011 | 110011 | 101010 |
Color Harmonies of #77A034
Complementary color
Monochromatic Colors of #77A034
Black with #77A034
Text Example
Text Example
White with #77A034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A034; }
p { color: rgb(119,160,52); }
H1.HeaderClassName
{
color: #77A034;
}
.AnyTagClassName
{
color: #77A034;
}
</style>
background-color css
<style>
a { background-color: #77A034; }
a { background-color: rgb(119,160,52); }
div.DivClassName
{
background-color: #77A034;
}
.BgClassName
{
background-color: #77A034;
}
</style>
border-color css
<style>
span { border-color: #77A034; }
span { border-color: rgb(119,160,52); }
td.TdClassName
{
border-color: #77A034;
}
.TagClassName
{
border-color: #77A034;
}
</style>