Shades of Sushi #77982D
Tints of Sushi #77982D
RGB
CMYK
RGB Variations
Color information
#77982D (or 0x77982D) is known color: Sushi. HEX triplet: 77, 98 and 2D. RGB value is (119,152,45). Sum of RGB (Red+Green+Blue) = 119+152+45=316 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.66% from 316); Green value is 152 (59.77% from 255 or 48.10% from 316); Blue value is 45 (17.97% from 255 or 14.24% from 316); Max value from RGB is 152 - color contains mainly: green. Hex color #77982D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77982D is #8867D2. Grayscale: #828282. Windows color (decimal): -8939475 or 2988151. OLE color: 2988151.
HSL color Cylindrical-coordinate representation of color #77982D: hue angle of 78.5º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #77982D is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 119 | 152 | 45 | - |
| CMYK | 0.22 | 0 | 0.70 | 0.40 |
| HSL | 78.5º | 0.54% | 0.39% | - |
| HSV(B) | 78.5º | 0.7% | 0.6% | - |
| XYZ | 19.31 | 26.57 | 6.59 | - |
| YUV | 129.94 | 80.07 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 152 | 45 | 0.22 | 0 | 0.70 | 0.40 | 78.5 | 0.54 | 0.39 |
| Hex | 77 | 98 | 2D | 16 | 0 | 46 | 28 | 4F | 36 | 27 |
| Octal | 167 | 230 | 55 | 26 | 0 | 106 | 50 | 117 | 66 | 47 |
| Binary | 1110111 | 10011000 | 101101 | 10110 | 0 | 1000110 | 101000 | 1001111 | 110110 | 100111 |
Color Harmonies of #77982D
Complementary color
Monochromatic Colors of #77982D
Black with #77982D
Text Example
Text Example
White with #77982D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77982D; }
p { color: rgb(119,152,45); }
H1.HeaderClassName
{
color: #77982D;
}
.AnyTagClassName
{
color: #77982D;
}
</style>
background-color css
<style>
a { background-color: #77982D; }
a { background-color: rgb(119,152,45); }
div.DivClassName
{
background-color: #77982D;
}
.BgClassName
{
background-color: #77982D;
}
</style>
border-color css
<style>
span { border-color: #77982D; }
span { border-color: rgb(119,152,45); }
td.TdClassName
{
border-color: #77982D;
}
.TagClassName
{
border-color: #77982D;
}
</style>