Shades of Sushi #77933E
Tints of Sushi #77933E
RGB
CMYK
RGB Variations
Color information
#77933E (or 0x77933E) is known color: Sushi. HEX triplet: 77, 93 and 3E. RGB value is (119,147,62). Sum of RGB (Red+Green+Blue) = 119+147+62=328 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.28% from 328); Green value is 147 (57.81% from 255 or 44.82% from 328); Blue value is 62 (24.61% from 255 or 18.90% from 328); Max value from RGB is 147 - color contains mainly: green. Hex color #77933E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77933E is #886CC1. Grayscale: #818181. Windows color (decimal): -8940738 or 4100983. OLE color: 4100983.
HSL color Cylindrical-coordinate representation of color #77933E: hue angle of 79.76º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #77933E is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 119 | 147 | 62 | - |
| CMYK | 0.19 | 0 | 0.58 | 0.42 |
| HSL | 79.76º | 0.41% | 0.41% | - |
| HSV(B) | 79.76º | 0.58% | 0.58% | - |
| XYZ | 18.91 | 25.14 | 8.41 | - |
| YUV | 128.94 | 90.22 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 147 | 62 | 0.19 | 0 | 0.58 | 0.42 | 79.76 | 0.41 | 0.41 |
| Hex | 77 | 93 | 3E | 13 | 0 | 3A | 2A | 50 | 29 | 29 |
| Octal | 167 | 223 | 76 | 23 | 0 | 72 | 52 | 120 | 51 | 51 |
| Binary | 1110111 | 10010011 | 111110 | 10011 | 0 | 111010 | 101010 | 1010000 | 101001 | 101001 |
Color Harmonies of #77933E
Complementary color
Monochromatic Colors of #77933E
Black with #77933E
Text Example
Text Example
White with #77933E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77933E; }
p { color: rgb(119,147,62); }
H1.HeaderClassName
{
color: #77933E;
}
.AnyTagClassName
{
color: #77933E;
}
</style>
background-color css
<style>
a { background-color: #77933E; }
a { background-color: rgb(119,147,62); }
div.DivClassName
{
background-color: #77933E;
}
.BgClassName
{
background-color: #77933E;
}
</style>
border-color css
<style>
span { border-color: #77933E; }
span { border-color: rgb(119,147,62); }
td.TdClassName
{
border-color: #77933E;
}
.TagClassName
{
border-color: #77933E;
}
</style>