Shades of Sushi #77982C
Tints of Sushi #77982C
RGB
CMYK
RGB Variations
Color information
#77982C (or 0x77982C) is known color: Sushi. HEX triplet: 77, 98 and 2C. RGB value is (119,152,44). Sum of RGB (Red+Green+Blue) = 119+152+44=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 152 (59.77% from 255 or 48.25% from 315); Blue value is 44 (17.58% from 255 or 13.97% from 315); Max value from RGB is 152 - color contains mainly: green. Hex color #77982C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77982C is #8867D3. Grayscale: #828282. Windows color (decimal): -8939476 or 2922615. OLE color: 2922615.
HSL color Cylindrical-coordinate representation of color #77982C: hue angle of 78.33º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #77982C is Cyan = 0.22, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 119 | 152 | 44 | - |
| CMYK | 0.22 | 0 | 0.71 | 0.40 |
| HSL | 78.33º | 0.55% | 0.38% | - |
| HSV(B) | 78.33º | 0.71% | 0.6% | - |
| XYZ | 19.29 | 26.56 | 6.49 | - |
| YUV | 129.82 | 79.57 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 152 | 44 | 0.22 | 0 | 0.71 | 0.40 | 78.33 | 0.55 | 0.38 |
| Hex | 77 | 98 | 2C | 16 | 0 | 47 | 28 | 4E | 37 | 26 |
| Octal | 167 | 230 | 54 | 26 | 0 | 107 | 50 | 116 | 67 | 46 |
| Binary | 1110111 | 10011000 | 101100 | 10110 | 0 | 1000111 | 101000 | 1001110 | 110111 | 100110 |
Color Harmonies of #77982C
Complementary color
Monochromatic Colors of #77982C
Black with #77982C
Text Example
Text Example
White with #77982C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77982C; }
p { color: rgb(119,152,44); }
H1.HeaderClassName
{
color: #77982C;
}
.AnyTagClassName
{
color: #77982C;
}
</style>
background-color css
<style>
a { background-color: #77982C; }
a { background-color: rgb(119,152,44); }
div.DivClassName
{
background-color: #77982C;
}
.BgClassName
{
background-color: #77982C;
}
</style>
border-color css
<style>
span { border-color: #77982C; }
span { border-color: rgb(119,152,44); }
td.TdClassName
{
border-color: #77982C;
}
.TagClassName
{
border-color: #77982C;
}
</style>