Shades of Sushi #77993E
Tints of Sushi #77993E
RGB
CMYK
RGB Variations
Color information
#77993E (or 0x77993E) is known color: Sushi. HEX triplet: 77, 99 and 3E. RGB value is (119,153,62). Sum of RGB (Red+Green+Blue) = 119+153+62=334 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.63% from 334); Green value is 153 (60.16% from 255 or 45.81% from 334); Blue value is 62 (24.61% from 255 or 18.56% from 334); Max value from RGB is 153 - color contains mainly: green. Hex color #77993E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77993E is #8866C1. Grayscale: #848484. Windows color (decimal): -8939202 or 4102519. OLE color: 4102519.
HSL color Cylindrical-coordinate representation of color #77993E: hue angle of 82.42º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #77993E is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 119 | 153 | 62 | - |
| CMYK | 0.22 | 0 | 0.59 | 0.4 |
| HSL | 82.42º | 0.42% | 0.42% | - |
| HSV(B) | 82.42º | 0.59% | 0.6% | - |
| XYZ | 19.87 | 27.05 | 8.73 | - |
| YUV | 132.46 | 88.24 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 153 | 62 | 0.22 | 0 | 0.59 | 0.4 | 82.42 | 0.42 | 0.42 |
| Hex | 77 | 99 | 3E | 16 | 0 | 3B | 28 | 52 | 2A | 2A |
| Octal | 167 | 231 | 76 | 26 | 0 | 73 | 50 | 122 | 52 | 52 |
| Binary | 1110111 | 10011001 | 111110 | 10110 | 0 | 111011 | 101000 | 1010010 | 101010 | 101010 |
Color Harmonies of #77993E
Complementary color
Monochromatic Colors of #77993E
Black with #77993E
Text Example
Text Example
White with #77993E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77993E; }
p { color: rgb(119,153,62); }
H1.HeaderClassName
{
color: #77993E;
}
.AnyTagClassName
{
color: #77993E;
}
</style>
background-color css
<style>
a { background-color: #77993E; }
a { background-color: rgb(119,153,62); }
div.DivClassName
{
background-color: #77993E;
}
.BgClassName
{
background-color: #77993E;
}
</style>
border-color css
<style>
span { border-color: #77993E; }
span { border-color: rgb(119,153,62); }
td.TdClassName
{
border-color: #77993E;
}
.TagClassName
{
border-color: #77993E;
}
</style>