Shades of Sushi #779B34
Tints of Sushi #779B34
RGB
CMYK
RGB Variations
Color information
#779B34 (or 0x779B34) is known color: Sushi. HEX triplet: 77, 9B and 34. RGB value is (119,155,52). Sum of RGB (Red+Green+Blue) = 119+155+52=326 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.50% from 326); Green value is 155 (60.94% from 255 or 47.55% from 326); Blue value is 52 (20.70% from 255 or 15.95% from 326); Max value from RGB is 155 - color contains mainly: green. Hex color #779B34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779B34 is #8864CB. Grayscale: #848484. Windows color (decimal): -8938700 or 3447671. OLE color: 3447671.
HSL color Cylindrical-coordinate representation of color #779B34: hue angle of 80.97º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #779B34 is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 119 | 155 | 52 | - |
| CMYK | 0.23 | 0 | 0.66 | 0.39 |
| HSL | 80.97º | 0.5% | 0.41% | - |
| HSV(B) | 80.97º | 0.66% | 0.61% | - |
| XYZ | 19.95 | 27.61 | 7.53 | - |
| YUV | 132.49 | 82.57 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 155 | 52 | 0.23 | 0 | 0.66 | 0.39 | 80.97 | 0.5 | 0.41 |
| Hex | 77 | 9B | 34 | 17 | 0 | 42 | 27 | 51 | 32 | 29 |
| Octal | 167 | 233 | 64 | 27 | 0 | 102 | 47 | 121 | 62 | 51 |
| Binary | 1110111 | 10011011 | 110100 | 10111 | 0 | 1000010 | 100111 | 1010001 | 110010 | 101001 |
Color Harmonies of #779B34
Complementary color
Monochromatic Colors of #779B34
Black with #779B34
Text Example
Text Example
White with #779B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779B34; }
p { color: rgb(119,155,52); }
H1.HeaderClassName
{
color: #779B34;
}
.AnyTagClassName
{
color: #779B34;
}
</style>
background-color css
<style>
a { background-color: #779B34; }
a { background-color: rgb(119,155,52); }
div.DivClassName
{
background-color: #779B34;
}
.BgClassName
{
background-color: #779B34;
}
</style>
border-color css
<style>
span { border-color: #779B34; }
span { border-color: rgb(119,155,52); }
td.TdClassName
{
border-color: #779B34;
}
.TagClassName
{
border-color: #779B34;
}
</style>