Shades of Sushi #77953F
Tints of Sushi #77953F
RGB
CMYK
RGB Variations
Color information
#77953F (or 0x77953F) is known color: Sushi. HEX triplet: 77, 95 and 3F. RGB value is (119,149,63). Sum of RGB (Red+Green+Blue) = 119+149+63=331 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.95% from 331); Green value is 149 (58.59% from 255 or 45.02% from 331); Blue value is 63 (25% from 255 or 19.03% from 331); Max value from RGB is 149 - color contains mainly: green. Hex color #77953F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77953F is #886AC0. Grayscale: #828282. Windows color (decimal): -8940225 or 4167031. OLE color: 4167031.
HSL color Cylindrical-coordinate representation of color #77953F: hue angle of 80.93º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #77953F is Cyan = 0.20, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 119 | 149 | 63 | - |
| CMYK | 0.20 | 0 | 0.58 | 0.42 |
| HSL | 80.93º | 0.41% | 0.42% | - |
| HSV(B) | 80.93º | 0.58% | 0.58% | - |
| XYZ | 19.25 | 25.78 | 8.66 | - |
| YUV | 130.23 | 90.06 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 149 | 63 | 0.20 | 0 | 0.58 | 0.42 | 80.93 | 0.41 | 0.42 |
| Hex | 77 | 95 | 3F | 14 | 0 | 3A | 2A | 51 | 29 | 2A |
| Octal | 167 | 225 | 77 | 24 | 0 | 72 | 52 | 121 | 51 | 52 |
| Binary | 1110111 | 10010101 | 111111 | 10100 | 0 | 111010 | 101010 | 1010001 | 101001 | 101010 |
Color Harmonies of #77953F
Complementary color
Monochromatic Colors of #77953F
Black with #77953F
Text Example
Text Example
White with #77953F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77953F; }
p { color: rgb(119,149,63); }
H1.HeaderClassName
{
color: #77953F;
}
.AnyTagClassName
{
color: #77953F;
}
</style>
background-color css
<style>
a { background-color: #77953F; }
a { background-color: rgb(119,149,63); }
div.DivClassName
{
background-color: #77953F;
}
.BgClassName
{
background-color: #77953F;
}
</style>
border-color css
<style>
span { border-color: #77953F; }
span { border-color: rgb(119,149,63); }
td.TdClassName
{
border-color: #77953F;
}
.TagClassName
{
border-color: #77953F;
}
</style>