#77864E

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

Shades of Finch #77864E

Tints of Finch #77864E

Color information

#77864E (or 0x77864E) is unknown color: approx Finch. HEX triplet: 77, 86 and 4E. RGB value is (119,134,78). Sum of RGB (Red+Green+Blue) = 119+134+78=331 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.95% from 331); Green value is 134 (52.73% from 255 or 40.48% from 331); Blue value is 78 (30.86% from 255 or 23.56% from 331); Max value from RGB is 134 - color contains mainly: green. Hex color #77864E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77864E is #8879B1. Grayscale: #7B7B7B. Windows color (decimal): -8944050 or 5146231. OLE color: 5146231.

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

Color convert

RGB11913478-
CMYK0.1100.420.47
HSL76.07º26.42%41.57%-
HSV(B)76.07º41.79%52.55%-
XYZ17.5121.5210.44-
YUV123.13102.53125.05-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.95%
GREEN value IS 134 (52.73% from 255) = 40.48%
BLUE value IS 78 (30.86% from 255) = 23.56%
R=35.95%
G=40.48%
B=23.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal119134780.1100.420.4776.0726.4241.57
Hex77864EB02A2F4c1a2a
Octal16720611613052571143252
Binary111011110000110100111010110101010101111100110011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77864E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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