Shades of Sushi #779643
Tints of Sushi #779643
RGB
CMYK
RGB Variations
Color information
#779643 (or 0x779643) is known color: Sushi. HEX triplet: 77, 96 and 43. RGB value is (119,150,67). Sum of RGB (Red+Green+Blue) = 119+150+67=336 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.42% from 336); Green value is 150 (58.98% from 255 or 44.64% from 336); Blue value is 67 (26.56% from 255 or 19.94% from 336); Max value from RGB is 150 - color contains mainly: green. Hex color #779643 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779643 is #8869BC. Grayscale: #838383. Windows color (decimal): -8939965 or 4429431. OLE color: 4429431.
HSL color Cylindrical-coordinate representation of color #779643: hue angle of 82.41º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #779643 is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 119 | 150 | 67 | - |
| CMYK | 0.21 | 0 | 0.55 | 0.41 |
| HSL | 82.41º | 0.38% | 0.43% | - |
| HSV(B) | 82.41º | 0.55% | 0.59% | - |
| XYZ | 19.53 | 26.14 | 9.33 | - |
| YUV | 131.27 | 91.73 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 150 | 67 | 0.21 | 0 | 0.55 | 0.41 | 82.41 | 0.38 | 0.43 |
| Hex | 77 | 96 | 43 | 15 | 0 | 37 | 29 | 52 | 26 | 2B |
| Octal | 167 | 226 | 103 | 25 | 0 | 67 | 51 | 122 | 46 | 53 |
| Binary | 1110111 | 10010110 | 1000011 | 10101 | 0 | 110111 | 101001 | 1010010 | 100110 | 101011 |
Color Harmonies of #779643
Complementary color
Monochromatic Colors of #779643
Black with #779643
Text Example
Text Example
White with #779643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779643; }
p { color: rgb(119,150,67); }
H1.HeaderClassName
{
color: #779643;
}
.AnyTagClassName
{
color: #779643;
}
</style>
background-color css
<style>
a { background-color: #779643; }
a { background-color: rgb(119,150,67); }
div.DivClassName
{
background-color: #779643;
}
.BgClassName
{
background-color: #779643;
}
</style>
border-color css
<style>
span { border-color: #779643; }
span { border-color: rgb(119,150,67); }
td.TdClassName
{
border-color: #779643;
}
.TagClassName
{
border-color: #779643;
}
</style>