Shades of Sushi #77A134
Tints of Sushi #77A134
RGB
CMYK
RGB Variations
Color information
#77A134 (or 0x77A134) is known color: Sushi. HEX triplet: 77, A1 and 34. RGB value is (119,161,52). Sum of RGB (Red+Green+Blue) = 119+161+52=332 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.84% from 332); Green value is 161 (63.28% from 255 or 48.49% from 332); Blue value is 52 (20.70% from 255 or 15.66% from 332); Max value from RGB is 161 - color contains mainly: green. Hex color #77A134 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77A134 is #885ECB. Grayscale: #888888. Windows color (decimal): -8937164 or 3449207. OLE color: 3449207.
HSL color Cylindrical-coordinate representation of color #77A134: hue angle of 83.12º 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 #77A134 is Cyan = 0.26, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 119 | 161 | 52 | - |
| CMYK | 0.26 | 0 | 0.68 | 0.37 |
| HSL | 83.12º | 0.51% | 0.42% | - |
| HSV(B) | 83.12º | 0.68% | 0.63% | - |
| XYZ | 20.97 | 29.66 | 7.87 | - |
| YUV | 136.02 | 80.59 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 161 | 52 | 0.26 | 0 | 0.68 | 0.37 | 83.12 | 0.51 | 0.42 |
| Hex | 77 | A1 | 34 | 1A | 0 | 44 | 25 | 53 | 33 | 2A |
| Octal | 167 | 241 | 64 | 32 | 0 | 104 | 45 | 123 | 63 | 52 |
| Binary | 1110111 | 10100001 | 110100 | 11010 | 0 | 1000100 | 100101 | 1010011 | 110011 | 101010 |
Color Harmonies of #77A134
Complementary color
Monochromatic Colors of #77A134
Black with #77A134
Text Example
Text Example
White with #77A134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A134; }
p { color: rgb(119,161,52); }
H1.HeaderClassName
{
color: #77A134;
}
.AnyTagClassName
{
color: #77A134;
}
</style>
background-color css
<style>
a { background-color: #77A134; }
a { background-color: rgb(119,161,52); }
div.DivClassName
{
background-color: #77A134;
}
.BgClassName
{
background-color: #77A134;
}
</style>
border-color css
<style>
span { border-color: #77A134; }
span { border-color: rgb(119,161,52); }
td.TdClassName
{
border-color: #77A134;
}
.TagClassName
{
border-color: #77A134;
}
</style>