Shades of Sushi #779A3C
Tints of Sushi #779A3C
RGB
CMYK
RGB Variations
Color information
#779A3C (or 0x779A3C) is known color: Sushi. HEX triplet: 77, 9A and 3C. RGB value is (119,154,60). Sum of RGB (Red+Green+Blue) = 119+154+60=333 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.74% from 333); Green value is 154 (60.55% from 255 or 46.25% from 333); Blue value is 60 (23.83% from 255 or 18.02% from 333); Max value from RGB is 154 - color contains mainly: green. Hex color #779A3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779A3C is #8865C3. Grayscale: #858585. Windows color (decimal): -8938948 or 3971703. OLE color: 3971703.
HSL color Cylindrical-coordinate representation of color #779A3C: hue angle of 82.34º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #779A3C is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 119 | 154 | 60 | - |
| CMYK | 0.23 | 0 | 0.61 | 0.40 |
| HSL | 82.34º | 0.44% | 0.42% | - |
| HSV(B) | 82.34º | 0.61% | 0.6% | - |
| XYZ | 19.98 | 27.36 | 8.5 | - |
| YUV | 132.82 | 86.9 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 154 | 60 | 0.23 | 0 | 0.61 | 0.40 | 82.34 | 0.44 | 0.42 |
| Hex | 77 | 9A | 3C | 17 | 0 | 3D | 28 | 52 | 2C | 2A |
| Octal | 167 | 232 | 74 | 27 | 0 | 75 | 50 | 122 | 54 | 52 |
| Binary | 1110111 | 10011010 | 111100 | 10111 | 0 | 111101 | 101000 | 1010010 | 101100 | 101010 |
Color Harmonies of #779A3C
Complementary color
Monochromatic Colors of #779A3C
Black with #779A3C
Text Example
Text Example
White with #779A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779A3C; }
p { color: rgb(119,154,60); }
H1.HeaderClassName
{
color: #779A3C;
}
.AnyTagClassName
{
color: #779A3C;
}
</style>
background-color css
<style>
a { background-color: #779A3C; }
a { background-color: rgb(119,154,60); }
div.DivClassName
{
background-color: #779A3C;
}
.BgClassName
{
background-color: #779A3C;
}
</style>
border-color css
<style>
span { border-color: #779A3C; }
span { border-color: rgb(119,154,60); }
td.TdClassName
{
border-color: #779A3C;
}
.TagClassName
{
border-color: #779A3C;
}
</style>