Shades of Sushi #77A238
Tints of Sushi #77A238
RGB
CMYK
RGB Variations
Color information
#77A238 (or 0x77A238) is known color: Sushi. HEX triplet: 77, A2 and 38. RGB value is (119,162,56). Sum of RGB (Red+Green+Blue) = 119+162+56=337 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.31% from 337); Green value is 162 (63.67% from 255 or 48.07% from 337); Blue value is 56 (22.27% from 255 or 16.62% from 337); Max value from RGB is 162 - color contains mainly: green. Hex color #77A238 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77A238 is #885DC7. Grayscale: #898989. Windows color (decimal): -8936904 or 3711607. OLE color: 3711607.
HSL color Cylindrical-coordinate representation of color #77A238: hue angle of 84.34º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #77A238 is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 119 | 162 | 56 | - |
| CMYK | 0.27 | 0 | 0.65 | 0.36 |
| HSL | 84.34º | 0.49% | 0.43% | - |
| HSV(B) | 84.34º | 0.65% | 0.64% | - |
| XYZ | 21.24 | 30.05 | 8.42 | - |
| YUV | 137.06 | 82.25 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 162 | 56 | 0.27 | 0 | 0.65 | 0.36 | 84.34 | 0.49 | 0.43 |
| Hex | 77 | A2 | 38 | 1B | 0 | 41 | 24 | 54 | 31 | 2B |
| Octal | 167 | 242 | 70 | 33 | 0 | 101 | 44 | 124 | 61 | 53 |
| Binary | 1110111 | 10100010 | 111000 | 11011 | 0 | 1000001 | 100100 | 1010100 | 110001 | 101011 |
Color Harmonies of #77A238
Complementary color
Monochromatic Colors of #77A238
Black with #77A238
Text Example
Text Example
White with #77A238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A238; }
p { color: rgb(119,162,56); }
H1.HeaderClassName
{
color: #77A238;
}
.AnyTagClassName
{
color: #77A238;
}
</style>
background-color css
<style>
a { background-color: #77A238; }
a { background-color: rgb(119,162,56); }
div.DivClassName
{
background-color: #77A238;
}
.BgClassName
{
background-color: #77A238;
}
</style>
border-color css
<style>
span { border-color: #77A238; }
span { border-color: rgb(119,162,56); }
td.TdClassName
{
border-color: #77A238;
}
.TagClassName
{
border-color: #77A238;
}
</style>