Shades of Sushi #77933A
Tints of Sushi #77933A
RGB
CMYK
RGB Variations
Color information
#77933A (or 0x77933A) is known color: Sushi. HEX triplet: 77, 93 and 3A. RGB value is (119,147,58). Sum of RGB (Red+Green+Blue) = 119+147+58=324 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.73% from 324); Green value is 147 (57.81% from 255 or 45.37% from 324); Blue value is 58 (23.05% from 255 or 17.90% from 324); Max value from RGB is 147 - color contains mainly: green. Hex color #77933A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77933A is #886CC5. Grayscale: #808080. Windows color (decimal): -8940742 or 3838839. OLE color: 3838839.
HSL color Cylindrical-coordinate representation of color #77933A: hue angle of 78.88º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #77933A is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 119 | 147 | 58 | - |
| CMYK | 0.19 | 0 | 0.61 | 0.42 |
| HSL | 78.88º | 0.43% | 0.4% | - |
| HSV(B) | 78.88º | 0.61% | 0.58% | - |
| XYZ | 18.81 | 25.09 | 7.86 | - |
| YUV | 128.48 | 88.22 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 147 | 58 | 0.19 | 0 | 0.61 | 0.42 | 78.88 | 0.43 | 0.4 |
| Hex | 77 | 93 | 3A | 13 | 0 | 3D | 2A | 4F | 2B | 28 |
| Octal | 167 | 223 | 72 | 23 | 0 | 75 | 52 | 117 | 53 | 50 |
| Binary | 1110111 | 10010011 | 111010 | 10011 | 0 | 111101 | 101010 | 1001111 | 101011 | 101000 |
Color Harmonies of #77933A
Complementary color
Monochromatic Colors of #77933A
Black with #77933A
Text Example
Text Example
White with #77933A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77933A; }
p { color: rgb(119,147,58); }
H1.HeaderClassName
{
color: #77933A;
}
.AnyTagClassName
{
color: #77933A;
}
</style>
background-color css
<style>
a { background-color: #77933A; }
a { background-color: rgb(119,147,58); }
div.DivClassName
{
background-color: #77933A;
}
.BgClassName
{
background-color: #77933A;
}
</style>
border-color css
<style>
span { border-color: #77933A; }
span { border-color: rgb(119,147,58); }
td.TdClassName
{
border-color: #77933A;
}
.TagClassName
{
border-color: #77933A;
}
</style>