#77824A

Color #77824A Finch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Finch #77824A

Tints of Finch #77824A

Color information

#77824A (or 0x77824A) is unknown color: approx Finch. HEX triplet: 77, 82 and 4A. RGB value is (119,130,74). Sum of RGB (Red+Green+Blue) = 119+130+74=323 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.84% from 323); Green value is 130 (51.17% from 255 or 40.25% from 323); Blue value is 74 (29.30% from 255 or 22.91% from 323); Max value from RGB is 130 - color contains mainly: green. Hex color #77824A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77824A is #887DB5. Grayscale: #787878. Windows color (decimal): -8945078 or 4883063. OLE color: 4883063.

HSL color Cylindrical-coordinate representation of color #77824A: hue angle of 71.79º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #77824A is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB11913074-
CMYK0.0800.430.49
HSL71.79º27.45%40%-
HSV(B)71.79º43.08%50.98%-
XYZ16.8320.389.53-
YUV120.33101.86127.05-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.84%
GREEN value IS 130 (51.17% from 255) = 40.25%
BLUE value IS 74 (29.30% from 255) = 22.91%
R=36.84%
G=40.25%
B=22.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal119130740.0800.430.4971.7927.4540
Hex77824A802B31481b28
Octal16720211210053611103350
Binary111011110000010100101010000101011110001100100011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77824A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77824A; }

 p { color: rgb(119,130,74); }

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

<style>
 a { background-color: #77824A; }

 a { background-color: rgb(119,130,74); }

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

<style>
 span { border-color: #77824A; }

 span { border-color: rgb(119,130,74); }

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