Shades of Sushi #77942D
Tints of Sushi #77942D
RGB
CMYK
RGB Variations
Color information
#77942D (or 0x77942D) is known color: Sushi. HEX triplet: 77, 94 and 2D. RGB value is (119,148,45). Sum of RGB (Red+Green+Blue) = 119+148+45=312 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.14% from 312); Green value is 148 (58.20% from 255 or 47.44% from 312); Blue value is 45 (17.97% from 255 or 14.42% from 312); Max value from RGB is 148 - color contains mainly: green. Hex color #77942D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77942D is #886BD2. Grayscale: #7F7F7F. Windows color (decimal): -8940499 or 2987127. OLE color: 2987127.
HSL color Cylindrical-coordinate representation of color #77942D: hue angle of 76.89º degrees, saturation: 0.53, 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 #77942D is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 119 | 148 | 45 | - |
| CMYK | 0.20 | 0 | 0.70 | 0.42 |
| HSL | 76.89º | 0.53% | 0.38% | - |
| HSV(B) | 76.89º | 0.7% | 0.58% | - |
| XYZ | 18.67 | 25.29 | 6.38 | - |
| YUV | 127.59 | 81.39 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 148 | 45 | 0.20 | 0 | 0.70 | 0.42 | 76.89 | 0.53 | 0.38 |
| Hex | 77 | 94 | 2D | 14 | 0 | 46 | 2A | 4D | 35 | 26 |
| Octal | 167 | 224 | 55 | 24 | 0 | 106 | 52 | 115 | 65 | 46 |
| Binary | 1110111 | 10010100 | 101101 | 10100 | 0 | 1000110 | 101010 | 1001101 | 110101 | 100110 |
Color Harmonies of #77942D
Complementary color
Monochromatic Colors of #77942D
Black with #77942D
Text Example
Text Example
White with #77942D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77942D; }
p { color: rgb(119,148,45); }
H1.HeaderClassName
{
color: #77942D;
}
.AnyTagClassName
{
color: #77942D;
}
</style>
background-color css
<style>
a { background-color: #77942D; }
a { background-color: rgb(119,148,45); }
div.DivClassName
{
background-color: #77942D;
}
.BgClassName
{
background-color: #77942D;
}
</style>
border-color css
<style>
span { border-color: #77942D; }
span { border-color: rgb(119,148,45); }
td.TdClassName
{
border-color: #77942D;
}
.TagClassName
{
border-color: #77942D;
}
</style>