Shades of Sushi #779529
Tints of Sushi #779529
RGB
CMYK
RGB Variations
Color information
#779529 (or 0x779529) is known color: Sushi. HEX triplet: 77, 95 and 29. RGB value is (119,149,41). Sum of RGB (Red+Green+Blue) = 119+149+41=309 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.51% from 309); Green value is 149 (58.59% from 255 or 48.22% from 309); Blue value is 41 (16.41% from 255 or 13.27% from 309); Max value from RGB is 149 - color contains mainly: green. Hex color #779529 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779529 is #886AD6. Grayscale: #808080. Windows color (decimal): -8940247 or 2725239. OLE color: 2725239.
HSL color Cylindrical-coordinate representation of color #779529: hue angle of 76.67º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #779529 is Cyan = 0.20, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 119 | 149 | 41 | - |
| CMYK | 0.20 | 0 | 0.72 | 0.42 |
| HSL | 76.67º | 0.57% | 0.37% | - |
| HSV(B) | 76.67º | 0.72% | 0.58% | - |
| XYZ | 18.76 | 25.58 | 6.05 | - |
| YUV | 127.72 | 79.06 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 149 | 41 | 0.20 | 0 | 0.72 | 0.42 | 76.67 | 0.57 | 0.37 |
| Hex | 77 | 95 | 29 | 14 | 0 | 48 | 2A | 4D | 39 | 25 |
| Octal | 167 | 225 | 51 | 24 | 0 | 110 | 52 | 115 | 71 | 45 |
| Binary | 1110111 | 10010101 | 101001 | 10100 | 0 | 1001000 | 101010 | 1001101 | 111001 | 100101 |
Color Harmonies of #779529
Complementary color
Monochromatic Colors of #779529
Black with #779529
Text Example
Text Example
White with #779529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779529; }
p { color: rgb(119,149,41); }
H1.HeaderClassName
{
color: #779529;
}
.AnyTagClassName
{
color: #779529;
}
</style>
background-color css
<style>
a { background-color: #779529; }
a { background-color: rgb(119,149,41); }
div.DivClassName
{
background-color: #779529;
}
.BgClassName
{
background-color: #779529;
}
</style>
border-color css
<style>
span { border-color: #779529; }
span { border-color: rgb(119,149,41); }
td.TdClassName
{
border-color: #779529;
}
.TagClassName
{
border-color: #779529;
}
</style>