Shades of Sushi #77A741
Tints of Sushi #77A741
RGB
CMYK
RGB Variations
Color information
#77A741 (or 0x77A741) is known color: Sushi. HEX triplet: 77, A7 and 41. RGB value is (119,167,65). Sum of RGB (Red+Green+Blue) = 119+167+65=351 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.90% from 351); Green value is 167 (65.62% from 255 or 47.58% from 351); Blue value is 65 (25.78% from 255 or 18.52% from 351); Max value from RGB is 167 - color contains mainly: green. Hex color #77A741 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77A741 is #8858BE. Grayscale: #8D8D8D. Windows color (decimal): -8935615 or 4302711. OLE color: 4302711.
HSL color Cylindrical-coordinate representation of color #77A741: hue angle of 88.24º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #77A741 is Cyan = 0.29, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 119 | 167 | 65 | - |
| CMYK | 0.29 | 0 | 0.61 | 0.35 |
| HSL | 88.24º | 0.44% | 0.45% | - |
| HSV(B) | 88.24º | 0.61% | 0.65% | - |
| XYZ | 22.38 | 31.94 | 9.99 | - |
| YUV | 141.02 | 85.1 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 167 | 65 | 0.29 | 0 | 0.61 | 0.35 | 88.24 | 0.44 | 0.45 |
| Hex | 77 | A7 | 41 | 1D | 0 | 3D | 23 | 58 | 2C | 2D |
| Octal | 167 | 247 | 101 | 35 | 0 | 75 | 43 | 130 | 54 | 55 |
| Binary | 1110111 | 10100111 | 1000001 | 11101 | 0 | 111101 | 100011 | 1011000 | 101100 | 101101 |
Color Harmonies of #77A741
Complementary color
Monochromatic Colors of #77A741
Black with #77A741
Text Example
Text Example
White with #77A741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A741; }
p { color: rgb(119,167,65); }
H1.HeaderClassName
{
color: #77A741;
}
.AnyTagClassName
{
color: #77A741;
}
</style>
background-color css
<style>
a { background-color: #77A741; }
a { background-color: rgb(119,167,65); }
div.DivClassName
{
background-color: #77A741;
}
.BgClassName
{
background-color: #77A741;
}
</style>
border-color css
<style>
span { border-color: #77A741; }
span { border-color: rgb(119,167,65); }
td.TdClassName
{
border-color: #77A741;
}
.TagClassName
{
border-color: #77A741;
}
</style>