#77824C

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

Shades of Finch #77824C

Tints of Finch #77824C

Color information

#77824C (or 0x77824C) is unknown color: approx Finch. HEX triplet: 77, 82 and 4C. RGB value is (119,130,76). Sum of RGB (Red+Green+Blue) = 119+130+76=325 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.62% from 325); Green value is 130 (51.17% from 255 or 40% from 325); Blue value is 76 (30.08% from 255 or 23.38% from 325); Max value from RGB is 130 - color contains mainly: green. Hex color #77824C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77824C is #887DB3. Grayscale: #787878. Windows color (decimal): -8945076 or 5014135. OLE color: 5014135.

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

Color convert

RGB11913076-
CMYK0.0800.420.49
HSL72.22º26.21%40.39%-
HSV(B)72.22º41.54%50.98%-
XYZ16.8920.419.89-
YUV120.56102.86126.89-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.62%
GREEN value IS 130 (51.17% from 255) = 40%
BLUE value IS 76 (30.08% from 255) = 23.38%
R=36.62%
G=40%
B=23.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal119130760.0800.420.4972.2226.2140.39
Hex77824C802A31481a28
Octal16720211410052611103250
Binary111011110000010100110010000101010110001100100011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77824C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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