#77864A

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

Shades of Finch #77864A

Tints of Finch #77864A

Color information

#77864A (or 0x77864A) is unknown color: approx Finch. HEX triplet: 77, 86 and 4A. RGB value is (119,134,74). Sum of RGB (Red+Green+Blue) = 119+134+74=327 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.39% from 327); Green value is 134 (52.73% from 255 or 40.98% from 327); Blue value is 74 (29.30% from 255 or 22.63% from 327); Max value from RGB is 134 - color contains mainly: green. Hex color #77864A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77864A is #8879B5. Grayscale: #7A7A7A. Windows color (decimal): -8944054 or 4884087. OLE color: 4884087.

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

Color convert

RGB11913474-
CMYK0.1100.450.47
HSL75º28.85%40.78%-
HSV(B)75º44.78%52.55%-
XYZ17.3721.479.71-
YUV122.68100.53125.38-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.39%
GREEN value IS 134 (52.73% from 255) = 40.98%
BLUE value IS 74 (29.30% from 255) = 22.63%
R=36.39%
G=40.98%
B=22.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal119134740.1100.450.477528.8540.78
Hex77864AB02D2F4b1d29
Octal16720611213055571133551
Binary111011110000110100101010110101101101111100101111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77864A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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