Shades of Sushi #779C2C
Tints of Sushi #779C2C
RGB
CMYK
RGB Variations
Color information
#779C2C (or 0x779C2C) is known color: Sushi. HEX triplet: 77, 9C and 2C. RGB value is (119,156,44). Sum of RGB (Red+Green+Blue) = 119+156+44=319 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.30% from 319); Green value is 156 (61.33% from 255 or 48.90% from 319); Blue value is 44 (17.58% from 255 or 13.79% from 319); Max value from RGB is 156 - color contains mainly: green. Hex color #779C2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779C2C is #8863D3. Grayscale: #848484. Windows color (decimal): -8938452 or 2923639. OLE color: 2923639.
HSL color Cylindrical-coordinate representation of color #779C2C: hue angle of 79.82º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #779C2C is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 119 | 156 | 44 | - |
| CMYK | 0.24 | 0 | 0.72 | 0.39 |
| HSL | 79.82º | 0.56% | 0.39% | - |
| HSV(B) | 79.82º | 0.72% | 0.61% | - |
| XYZ | 19.95 | 27.88 | 6.71 | - |
| YUV | 132.17 | 78.24 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 156 | 44 | 0.24 | 0 | 0.72 | 0.39 | 79.82 | 0.56 | 0.39 |
| Hex | 77 | 9C | 2C | 18 | 0 | 48 | 27 | 50 | 38 | 27 |
| Octal | 167 | 234 | 54 | 30 | 0 | 110 | 47 | 120 | 70 | 47 |
| Binary | 1110111 | 10011100 | 101100 | 11000 | 0 | 1001000 | 100111 | 1010000 | 111000 | 100111 |
Color Harmonies of #779C2C
Complementary color
Monochromatic Colors of #779C2C
Black with #779C2C
Text Example
Text Example
White with #779C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779C2C; }
p { color: rgb(119,156,44); }
H1.HeaderClassName
{
color: #779C2C;
}
.AnyTagClassName
{
color: #779C2C;
}
</style>
background-color css
<style>
a { background-color: #779C2C; }
a { background-color: rgb(119,156,44); }
div.DivClassName
{
background-color: #779C2C;
}
.BgClassName
{
background-color: #779C2C;
}
</style>
border-color css
<style>
span { border-color: #779C2C; }
span { border-color: rgb(119,156,44); }
td.TdClassName
{
border-color: #779C2C;
}
.TagClassName
{
border-color: #779C2C;
}
</style>