#7E865C

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

Shades of Finch #7E865C

Tints of Finch #7E865C

Color information

#7E865C (or 0x7E865C) is unknown color: approx Finch. HEX triplet: 7E, 86 and 5C. RGB value is (126,134,92). Sum of RGB (Red+Green+Blue) = 126+134+92=352 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.80% from 352); Green value is 134 (52.73% from 255 or 38.07% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 134 - color contains mainly: green. Hex color #7E865C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E865C is #8179A3. Grayscale: #7E7E7E. Windows color (decimal): -8485284 or 6063742. OLE color: 6063742.

HSL color Cylindrical-coordinate representation of color #7E865C: hue angle of 71.43º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7E865C is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB12613492-
CMYK0.0600.310.47
HSL71.43º18.58%44.31%-
HSV(B)71.43º31.34%52.55%-
XYZ19.0622.2613.42-
YUV126.82108.35127.42-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 35.80%
GREEN value IS 134 (52.73% from 255) = 38.07%
BLUE value IS 92 (36.33% from 255) = 26.14%
R=35.80%
G=38.07%
B=26.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal126134920.0600.310.4771.4318.5844.31
Hex7E865C601F2F47132c
Octal1762061346037571072354
Binary1111110100001101011100110011111101111100011110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E865C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,134,92); }

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

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

 a { background-color: rgb(126,134,92); }

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

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

 span { border-color: rgb(126,134,92); }

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