#77864D

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

Shades of Finch #77864D

Tints of Finch #77864D

Color information

#77864D (or 0x77864D) is unknown color: approx Finch. HEX triplet: 77, 86 and 4D. RGB value is (119,134,77). Sum of RGB (Red+Green+Blue) = 119+134+77=330 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.06% from 330); Green value is 134 (52.73% from 255 or 40.61% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 134 - color contains mainly: green. Hex color #77864D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77864D is #8879B2. Grayscale: #7B7B7B. Windows color (decimal): -8944051 or 5080695. OLE color: 5080695.

HSL color Cylindrical-coordinate representation of color #77864D: hue angle of 75.79º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #77864D is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB11913477-
CMYK0.1100.430.47
HSL75.79º27.01%41.37%-
HSV(B)75.79º42.54%52.55%-
XYZ17.4721.5110.25-
YUV123.02102.03125.13-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.06%
GREEN value IS 134 (52.73% from 255) = 40.61%
BLUE value IS 77 (30.47% from 255) = 23.33%
R=36.06%
G=40.61%
B=23.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal119134770.1100.430.4775.7927.0141.37
Hex77864DB02B2F4c1b29
Octal16720611513053571143351
Binary111011110000110100110110110101011101111100110011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77864D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77864D; }

 p { color: rgb(119,134,77); }

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

<style>
 a { background-color: #77864D; }

 a { background-color: rgb(119,134,77); }

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

<style>
 span { border-color: #77864D; }

 span { border-color: rgb(119,134,77); }

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