#7C805E

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

Shades of Finch #7C805E

Tints of Finch #7C805E

Color information

#7C805E (or 0x7C805E) is unknown color: approx Finch. HEX triplet: 7C, 80 and 5E. RGB value is (124,128,94). Sum of RGB (Red+Green+Blue) = 124+128+94=346 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.84% from 346); Green value is 128 (50.39% from 255 or 36.99% from 346); Blue value is 94 (37.11% from 255 or 27.17% from 346); Max value from RGB is 128 - color contains mainly: green. Hex color #7C805E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C805E is #837FA1. Grayscale: #7B7B7B. Windows color (decimal): -8617890 or 6193276. OLE color: 6193276.

HSL color Cylindrical-coordinate representation of color #7C805E: hue angle of 67.06º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7C805E is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB12412894-
CMYK0.0300.270.50
HSL67.06º15.32%43.53%-
HSV(B)67.06º26.56%50.2%-
XYZ18.0520.5313.6-
YUV122.93111.67128.76-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.84%
GREEN value IS 128 (50.39% from 255) = 36.99%
BLUE value IS 94 (37.11% from 255) = 27.17%
R=35.84%
G=36.99%
B=27.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal124128940.0300.270.5067.0615.3243.53
Hex7C805E301B3243f2c
Octal1742001363033621031754
Binary11111001000000010111101101101111001010000111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C805E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C805E; }

 p { color: rgb(124,128,94); }

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

<style>
 a { background-color: #7C805E; }

 a { background-color: rgb(124,128,94); }

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

<style>
 span { border-color: #7C805E; }

 span { border-color: rgb(124,128,94); }

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