#7D805E

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

Shades of Finch #7D805E

Tints of Finch #7D805E

Color information

#7D805E (or 0x7D805E) is unknown color: approx Finch. HEX triplet: 7D, 80 and 5E. RGB value is (125,128,94). Sum of RGB (Red+Green+Blue) = 125+128+94=347 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.02% from 347); Green value is 128 (50.39% from 255 or 36.89% from 347); Blue value is 94 (37.11% from 255 or 27.09% from 347); Max value from RGB is 128 - color contains mainly: green. Hex color #7D805E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D805E is #827FA1. Grayscale: #7B7B7B. Windows color (decimal): -8552354 or 6193277. OLE color: 6193277.

HSL color Cylindrical-coordinate representation of color #7D805E: hue angle of 65.29º 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 #7D805E is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB12512894-
CMYK0.0200.270.50
HSL65.29º15.32%43.53%-
HSV(B)65.29º26.56%50.2%-
XYZ18.220.6113.61-
YUV123.23111.51129.26-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.02%
GREEN value IS 128 (50.39% from 255) = 36.89%
BLUE value IS 94 (37.11% from 255) = 27.09%
R=36.02%
G=36.89%
B=27.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal125128940.0200.270.5065.2915.3243.53
Hex7D805E201B3241f2c
Octal1752001362033621011754
Binary11111011000000010111101001101111001010000011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D805E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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