Shades of Sushi #77952C
Tints of Sushi #77952C
RGB
CMYK
RGB Variations
Color information
#77952C (or 0x77952C) is known color: Sushi. HEX triplet: 77, 95 and 2C. RGB value is (119,149,44). Sum of RGB (Red+Green+Blue) = 119+149+44=312 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.14% from 312); Green value is 149 (58.59% from 255 or 47.76% from 312); Blue value is 44 (17.58% from 255 or 14.10% from 312); Max value from RGB is 149 - color contains mainly: green. Hex color #77952C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77952C is #886AD3. Grayscale: #808080. Windows color (decimal): -8940244 or 2921847. OLE color: 2921847.
HSL color Cylindrical-coordinate representation of color #77952C: hue angle of 77.14º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #77952C is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 119 | 149 | 44 | - |
| CMYK | 0.20 | 0 | 0.70 | 0.42 |
| HSL | 77.14º | 0.54% | 0.38% | - |
| HSV(B) | 77.14º | 0.7% | 0.58% | - |
| XYZ | 18.81 | 25.6 | 6.33 | - |
| YUV | 128.06 | 80.56 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 149 | 44 | 0.20 | 0 | 0.70 | 0.42 | 77.14 | 0.54 | 0.38 |
| Hex | 77 | 95 | 2C | 14 | 0 | 46 | 2A | 4D | 36 | 26 |
| Octal | 167 | 225 | 54 | 24 | 0 | 106 | 52 | 115 | 66 | 46 |
| Binary | 1110111 | 10010101 | 101100 | 10100 | 0 | 1000110 | 101010 | 1001101 | 110110 | 100110 |
Color Harmonies of #77952C
Complementary color
Monochromatic Colors of #77952C
Black with #77952C
Text Example
Text Example
White with #77952C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77952C; }
p { color: rgb(119,149,44); }
H1.HeaderClassName
{
color: #77952C;
}
.AnyTagClassName
{
color: #77952C;
}
</style>
background-color css
<style>
a { background-color: #77952C; }
a { background-color: rgb(119,149,44); }
div.DivClassName
{
background-color: #77952C;
}
.BgClassName
{
background-color: #77952C;
}
</style>
border-color css
<style>
span { border-color: #77952C; }
span { border-color: rgb(119,149,44); }
td.TdClassName
{
border-color: #77952C;
}
.TagClassName
{
border-color: #77952C;
}
</style>