Shades of Sushi #77973C
Tints of Sushi #77973C
RGB
CMYK
RGB Variations
Color information
#77973C (or 0x77973C) is known color: Sushi. HEX triplet: 77, 97 and 3C. RGB value is (119,151,60). Sum of RGB (Red+Green+Blue) = 119+151+60=330 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.06% from 330); Green value is 151 (59.38% from 255 or 45.76% from 330); Blue value is 60 (23.83% from 255 or 18.18% from 330); Max value from RGB is 151 - color contains mainly: green. Hex color #77973C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77973C is #8868C3. Grayscale: #838383. Windows color (decimal): -8939716 or 3970935. OLE color: 3970935.
HSL color Cylindrical-coordinate representation of color #77973C: hue angle of 81.1º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #77973C is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 119 | 151 | 60 | - |
| CMYK | 0.21 | 0 | 0.60 | 0.41 |
| HSL | 81.1º | 0.43% | 0.41% | - |
| HSV(B) | 81.1º | 0.6% | 0.59% | - |
| XYZ | 19.49 | 26.38 | 8.34 | - |
| YUV | 131.06 | 87.9 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 151 | 60 | 0.21 | 0 | 0.60 | 0.41 | 81.1 | 0.43 | 0.41 |
| Hex | 77 | 97 | 3C | 15 | 0 | 3C | 29 | 51 | 2B | 29 |
| Octal | 167 | 227 | 74 | 25 | 0 | 74 | 51 | 121 | 53 | 51 |
| Binary | 1110111 | 10010111 | 111100 | 10101 | 0 | 111100 | 101001 | 1010001 | 101011 | 101001 |
Color Harmonies of #77973C
Complementary color
Monochromatic Colors of #77973C
Black with #77973C
Text Example
Text Example
White with #77973C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77973C; }
p { color: rgb(119,151,60); }
H1.HeaderClassName
{
color: #77973C;
}
.AnyTagClassName
{
color: #77973C;
}
</style>
background-color css
<style>
a { background-color: #77973C; }
a { background-color: rgb(119,151,60); }
div.DivClassName
{
background-color: #77973C;
}
.BgClassName
{
background-color: #77973C;
}
</style>
border-color css
<style>
span { border-color: #77973C; }
span { border-color: rgb(119,151,60); }
td.TdClassName
{
border-color: #77973C;
}
.TagClassName
{
border-color: #77973C;
}
</style>