Shades of Sushi #779929
Tints of Sushi #779929
RGB
CMYK
RGB Variations
Color information
#779929 (or 0x779929) is known color: Sushi. HEX triplet: 77, 99 and 29. RGB value is (119,153,41). Sum of RGB (Red+Green+Blue) = 119+153+41=313 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.02% from 313); Green value is 153 (60.16% from 255 or 48.88% from 313); Blue value is 41 (16.41% from 255 or 13.10% from 313); Max value from RGB is 153 - color contains mainly: green. Hex color #779929 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779929 is #8866D6. Grayscale: #828282. Windows color (decimal): -8939223 or 2726263. OLE color: 2726263.
HSL color Cylindrical-coordinate representation of color #779929: hue angle of 78.21º degrees, saturation: 0.58, 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 #779929 is Cyan = 0.22, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 119 | 153 | 41 | - |
| CMYK | 0.22 | 0 | 0.73 | 0.4 |
| HSL | 78.21º | 0.58% | 0.38% | - |
| HSV(B) | 78.21º | 0.73% | 0.6% | - |
| XYZ | 19.4 | 26.86 | 6.26 | - |
| YUV | 130.07 | 77.74 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 153 | 41 | 0.22 | 0 | 0.73 | 0.4 | 78.21 | 0.58 | 0.38 |
| Hex | 77 | 99 | 29 | 16 | 0 | 49 | 28 | 4E | 3A | 26 |
| Octal | 167 | 231 | 51 | 26 | 0 | 111 | 50 | 116 | 72 | 46 |
| Binary | 1110111 | 10011001 | 101001 | 10110 | 0 | 1001001 | 101000 | 1001110 | 111010 | 100110 |
Color Harmonies of #779929
Complementary color
Monochromatic Colors of #779929
Black with #779929
Text Example
Text Example
White with #779929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779929; }
p { color: rgb(119,153,41); }
H1.HeaderClassName
{
color: #779929;
}
.AnyTagClassName
{
color: #779929;
}
</style>
background-color css
<style>
a { background-color: #779929; }
a { background-color: rgb(119,153,41); }
div.DivClassName
{
background-color: #779929;
}
.BgClassName
{
background-color: #779929;
}
</style>
border-color css
<style>
span { border-color: #779929; }
span { border-color: rgb(119,153,41); }
td.TdClassName
{
border-color: #779929;
}
.TagClassName
{
border-color: #779929;
}
</style>