Shades of Sushi #779A2A
Tints of Sushi #779A2A
RGB
CMYK
RGB Variations
Color information
#779A2A (or 0x779A2A) is known color: Sushi. HEX triplet: 77, 9A and 2A. RGB value is (119,154,42). Sum of RGB (Red+Green+Blue) = 119+154+42=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 154 (60.55% from 255 or 48.89% from 315); Blue value is 42 (16.80% from 255 or 13.33% from 315); Max value from RGB is 154 - color contains mainly: green. Hex color #779A2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779A2A is #8865D5. Grayscale: #838383. Windows color (decimal): -8938966 or 2792055. OLE color: 2792055.
HSL color Cylindrical-coordinate representation of color #779A2A: hue angle of 78.75º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #779A2A is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 119 | 154 | 42 | - |
| CMYK | 0.23 | 0 | 0.73 | 0.40 |
| HSL | 78.75º | 0.57% | 0.38% | - |
| HSV(B) | 78.75º | 0.73% | 0.6% | - |
| XYZ | 19.58 | 27.2 | 6.41 | - |
| YUV | 130.77 | 77.9 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 154 | 42 | 0.23 | 0 | 0.73 | 0.40 | 78.75 | 0.57 | 0.38 |
| Hex | 77 | 9A | 2A | 17 | 0 | 49 | 28 | 4F | 39 | 26 |
| Octal | 167 | 232 | 52 | 27 | 0 | 111 | 50 | 117 | 71 | 46 |
| Binary | 1110111 | 10011010 | 101010 | 10111 | 0 | 1001001 | 101000 | 1001111 | 111001 | 100110 |
Color Harmonies of #779A2A
Complementary color
Monochromatic Colors of #779A2A
Black with #779A2A
Text Example
Text Example
White with #779A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779A2A; }
p { color: rgb(119,154,42); }
H1.HeaderClassName
{
color: #779A2A;
}
.AnyTagClassName
{
color: #779A2A;
}
</style>
background-color css
<style>
a { background-color: #779A2A; }
a { background-color: rgb(119,154,42); }
div.DivClassName
{
background-color: #779A2A;
}
.BgClassName
{
background-color: #779A2A;
}
</style>
border-color css
<style>
span { border-color: #779A2A; }
span { border-color: rgb(119,154,42); }
td.TdClassName
{
border-color: #779A2A;
}
.TagClassName
{
border-color: #779A2A;
}
</style>