Shades of Sushi #779B29
Tints of Sushi #779B29
RGB
CMYK
RGB Variations
Color information
#779B29 (or 0x779B29) is known color: Sushi. HEX triplet: 77, 9B and 29. RGB value is (119,155,41). Sum of RGB (Red+Green+Blue) = 119+155+41=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 155 (60.94% from 255 or 49.21% from 315); Blue value is 41 (16.41% from 255 or 13.02% from 315); Max value from RGB is 155 - color contains mainly: green. Hex color #779B29 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779B29 is #8864D6. Grayscale: #838383. Windows color (decimal): -8938711 or 2726775. OLE color: 2726775.
HSL color Cylindrical-coordinate representation of color #779B29: hue angle of 78.95º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #779B29 is Cyan = 0.23, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 119 | 155 | 41 | - |
| CMYK | 0.23 | 0 | 0.74 | 0.39 |
| HSL | 78.95º | 0.58% | 0.38% | - |
| HSV(B) | 78.95º | 0.74% | 0.61% | - |
| XYZ | 19.73 | 27.52 | 6.37 | - |
| YUV | 131.24 | 77.07 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 155 | 41 | 0.23 | 0 | 0.74 | 0.39 | 78.95 | 0.58 | 0.38 |
| Hex | 77 | 9B | 29 | 17 | 0 | 4A | 27 | 4F | 3A | 26 |
| Octal | 167 | 233 | 51 | 27 | 0 | 112 | 47 | 117 | 72 | 46 |
| Binary | 1110111 | 10011011 | 101001 | 10111 | 0 | 1001010 | 100111 | 1001111 | 111010 | 100110 |
Color Harmonies of #779B29
Complementary color
Monochromatic Colors of #779B29
Black with #779B29
Text Example
Text Example
White with #779B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779B29; }
p { color: rgb(119,155,41); }
H1.HeaderClassName
{
color: #779B29;
}
.AnyTagClassName
{
color: #779B29;
}
</style>
background-color css
<style>
a { background-color: #779B29; }
a { background-color: rgb(119,155,41); }
div.DivClassName
{
background-color: #779B29;
}
.BgClassName
{
background-color: #779B29;
}
</style>
border-color css
<style>
span { border-color: #779B29; }
span { border-color: rgb(119,155,41); }
td.TdClassName
{
border-color: #779B29;
}
.TagClassName
{
border-color: #779B29;
}
</style>