#77A329

Color #77A329 Sushi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sushi #77A329

Tints of Sushi #77A329

Color information

#77A329 (or 0x77A329) is unknown color: approx Sushi. HEX triplet: 77, A3 and 29. RGB value is (119,163,41). Sum of RGB (Red+Green+Blue) = 119+163+41=323 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.84% from 323); Green value is 163 (64.06% from 255 or 50.46% from 323); Blue value is 41 (16.41% from 255 or 12.69% from 323); Max value from RGB is 163 - color contains mainly: green. Hex color #77A329 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77A329 is #885CD6. Grayscale: #888888. Windows color (decimal): -8936663 or 2728823. OLE color: 2728823.

HSL color Cylindrical-coordinate representation of color #77A329: hue angle of 81.64º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #77A329 is Cyan = 0.27, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB11916341-
CMYK0.2700.750.36
HSL81.64º59.8%40%-
HSV(B)81.64º74.85%63.92%-
XYZ21.1130.286.83-
YUV135.9474.42115.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 119 (46.88% from 255) = 36.84%
GREEN value IS 163 (64.06% from 255) = 50.46%
BLUE value IS 41 (16.41% from 255) = 12.69%
R=36.84%
G=50.46%
B=12.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal119163410.2700.750.3681.6459.840
Hex77A3291B04B24523c28
Octal16724351330113441227450
Binary11101111010001110100111011010010111001001010010111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77A329; }

 p { color: rgb(119,163,41); }

 H1.HeaderClassName
 {
   color: #77A329;
 }
 .AnyTagClassName
 {
   color: #77A329;
 }
</style>
background-color css

<style>
 a { background-color: #77A329; }

 a { background-color: rgb(119,163,41); }

 div.DivClassName
 {
   background-color: #77A329;
 }
 .BgClassName
 {
   background-color: #77A329;
 }
</style>
border-color css

<style>
 span { border-color: #77A329; }

 span { border-color: rgb(119,163,41); }

 td.TdClassName
 {
   border-color: #77A329;
 }
 .TagClassName
 {
   border-color: #77A329;
 }
</style>