#77A32C

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

Shades of Sushi #77A32C

Tints of Sushi #77A32C

Color information

#77A32C (or 0x77A32C) is unknown color: approx Sushi. HEX triplet: 77, A3 and 2C. RGB value is (119,163,44). Sum of RGB (Red+Green+Blue) = 119+163+44=326 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.50% from 326); Green value is 163 (64.06% from 255 or 50% from 326); Blue value is 44 (17.58% from 255 or 13.50% from 326); Max value from RGB is 163 - color contains mainly: green. Hex color #77A32C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77A32C is #885CD3. Grayscale: #888888. Windows color (decimal): -8936660 or 2925431. OLE color: 2925431.

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

Color convert

RGB11916344-
CMYK0.2700.730.36
HSL82.18º57.49%40.59%-
HSV(B)82.18º73.01%63.92%-
XYZ21.1630.37.12-
YUV136.2875.92115.68-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.50%
GREEN value IS 163 (64.06% from 255) = 50%
BLUE value IS 44 (17.58% from 255) = 13.50%
R=36.50%
G=50%
B=13.50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal119163440.2700.730.3682.1857.4940.59
Hex77A32C1B04924523929
Octal16724354330111441227151
Binary11101111010001110110011011010010011001001010010111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A32C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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