Shades of Sushi #77923C
Tints of Sushi #77923C
RGB
CMYK
RGB Variations
Color information
#77923C (or 0x77923C) is known color: Sushi. HEX triplet: 77, 92 and 3C. RGB value is (119,146,60). Sum of RGB (Red+Green+Blue) = 119+146+60=325 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.62% from 325); Green value is 146 (57.42% from 255 or 44.92% from 325); Blue value is 60 (23.83% from 255 or 18.46% from 325); Max value from RGB is 146 - color contains mainly: green. Hex color #77923C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77923C is #886DC3. Grayscale: #808080. Windows color (decimal): -8940996 or 3969655. OLE color: 3969655.
HSL color Cylindrical-coordinate representation of color #77923C: hue angle of 78.84º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #77923C is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 119 | 146 | 60 | - |
| CMYK | 0.18 | 0 | 0.59 | 0.43 |
| HSL | 78.84º | 0.42% | 0.4% | - |
| HSV(B) | 78.84º | 0.59% | 0.57% | - |
| XYZ | 18.7 | 24.81 | 8.08 | - |
| YUV | 128.12 | 89.55 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 146 | 60 | 0.18 | 0 | 0.59 | 0.43 | 78.84 | 0.42 | 0.4 |
| Hex | 77 | 92 | 3C | 12 | 0 | 3B | 2B | 4F | 2A | 28 |
| Octal | 167 | 222 | 74 | 22 | 0 | 73 | 53 | 117 | 52 | 50 |
| Binary | 1110111 | 10010010 | 111100 | 10010 | 0 | 111011 | 101011 | 1001111 | 101010 | 101000 |
Color Harmonies of #77923C
Complementary color
Monochromatic Colors of #77923C
Black with #77923C
Text Example
Text Example
White with #77923C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77923C; }
p { color: rgb(119,146,60); }
H1.HeaderClassName
{
color: #77923C;
}
.AnyTagClassName
{
color: #77923C;
}
</style>
background-color css
<style>
a { background-color: #77923C; }
a { background-color: rgb(119,146,60); }
div.DivClassName
{
background-color: #77923C;
}
.BgClassName
{
background-color: #77923C;
}
</style>
border-color css
<style>
span { border-color: #77923C; }
span { border-color: rgb(119,146,60); }
td.TdClassName
{
border-color: #77923C;
}
.TagClassName
{
border-color: #77923C;
}
</style>