Shades of Sushi #77983C
Tints of Sushi #77983C
RGB
CMYK
RGB Variations
Color information
#77983C (or 0x77983C) is known color: Sushi. HEX triplet: 77, 98 and 3C. RGB value is (119,152,60). Sum of RGB (Red+Green+Blue) = 119+152+60=331 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.95% from 331); Green value is 152 (59.77% from 255 or 45.92% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 152 - color contains mainly: green. Hex color #77983C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77983C is #8867C3. Grayscale: #838383. Windows color (decimal): -8939460 or 3971191. OLE color: 3971191.
HSL color Cylindrical-coordinate representation of color #77983C: hue angle of 81.52º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #77983C is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 119 | 152 | 60 | - |
| CMYK | 0.22 | 0 | 0.61 | 0.40 |
| HSL | 81.52º | 0.43% | 0.42% | - |
| HSV(B) | 81.52º | 0.61% | 0.6% | - |
| XYZ | 19.65 | 26.7 | 8.39 | - |
| YUV | 131.65 | 87.57 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 152 | 60 | 0.22 | 0 | 0.61 | 0.40 | 81.52 | 0.43 | 0.42 |
| Hex | 77 | 98 | 3C | 16 | 0 | 3D | 28 | 52 | 2B | 2A |
| Octal | 167 | 230 | 74 | 26 | 0 | 75 | 50 | 122 | 53 | 52 |
| Binary | 1110111 | 10011000 | 111100 | 10110 | 0 | 111101 | 101000 | 1010010 | 101011 | 101010 |
Color Harmonies of #77983C
Complementary color
Monochromatic Colors of #77983C
Black with #77983C
Text Example
Text Example
White with #77983C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77983C; }
p { color: rgb(119,152,60); }
H1.HeaderClassName
{
color: #77983C;
}
.AnyTagClassName
{
color: #77983C;
}
</style>
background-color css
<style>
a { background-color: #77983C; }
a { background-color: rgb(119,152,60); }
div.DivClassName
{
background-color: #77983C;
}
.BgClassName
{
background-color: #77983C;
}
</style>
border-color css
<style>
span { border-color: #77983C; }
span { border-color: rgb(119,152,60); }
td.TdClassName
{
border-color: #77983C;
}
.TagClassName
{
border-color: #77983C;
}
</style>