Shades of Sushi #77932C
Tints of Sushi #77932C
RGB
CMYK
RGB Variations
Color information
#77932C (or 0x77932C) is known color: Sushi. HEX triplet: 77, 93 and 2C. RGB value is (119,147,44). Sum of RGB (Red+Green+Blue) = 119+147+44=310 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.39% from 310); Green value is 147 (57.81% from 255 or 47.42% from 310); Blue value is 44 (17.58% from 255 or 14.19% from 310); Max value from RGB is 147 - color contains mainly: green. Hex color #77932C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77932C is #886CD3. Grayscale: #7F7F7F. Windows color (decimal): -8940756 or 2921335. OLE color: 2921335.
HSL color Cylindrical-coordinate representation of color #77932C: hue angle of 76.31º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #77932C is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 119 | 147 | 44 | - |
| CMYK | 0.19 | 0 | 0.70 | 0.42 |
| HSL | 76.31º | 0.54% | 0.37% | - |
| HSV(B) | 76.31º | 0.7% | 0.58% | - |
| XYZ | 18.5 | 24.97 | 6.23 | - |
| YUV | 126.89 | 81.22 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 147 | 44 | 0.19 | 0 | 0.70 | 0.42 | 76.31 | 0.54 | 0.37 |
| Hex | 77 | 93 | 2C | 13 | 0 | 46 | 2A | 4C | 36 | 25 |
| Octal | 167 | 223 | 54 | 23 | 0 | 106 | 52 | 114 | 66 | 45 |
| Binary | 1110111 | 10010011 | 101100 | 10011 | 0 | 1000110 | 101010 | 1001100 | 110110 | 100101 |
Color Harmonies of #77932C
Complementary color
Monochromatic Colors of #77932C
Black with #77932C
Text Example
Text Example
White with #77932C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77932C; }
p { color: rgb(119,147,44); }
H1.HeaderClassName
{
color: #77932C;
}
.AnyTagClassName
{
color: #77932C;
}
</style>
background-color css
<style>
a { background-color: #77932C; }
a { background-color: rgb(119,147,44); }
div.DivClassName
{
background-color: #77932C;
}
.BgClassName
{
background-color: #77932C;
}
</style>
border-color css
<style>
span { border-color: #77932C; }
span { border-color: rgb(119,147,44); }
td.TdClassName
{
border-color: #77932C;
}
.TagClassName
{
border-color: #77932C;
}
</style>