#7E865F

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

Shades of Finch #7E865F

Tints of Finch #7E865F

Color information

#7E865F (or 0x7E865F) is unknown color: approx Finch. HEX triplet: 7E, 86 and 5F. RGB value is (126,134,95). Sum of RGB (Red+Green+Blue) = 126+134+95=355 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.49% from 355); Green value is 134 (52.73% from 255 or 37.75% from 355); Blue value is 95 (37.5% from 255 or 26.76% from 355); Max value from RGB is 134 - color contains mainly: green. Hex color #7E865F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E865F is #8179A0. Grayscale: #7F7F7F. Windows color (decimal): -8485281 or 6260350. OLE color: 6260350.

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

Color convert

RGB12613495-
CMYK0.0600.290.47
HSL72.31º17.03%44.9%-
HSV(B)72.31º29.1%52.55%-
XYZ19.1922.3114.12-
YUV127.16109.85127.17-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 35.49%
GREEN value IS 134 (52.73% from 255) = 37.75%
BLUE value IS 95 (37.5% from 255) = 26.76%
R=35.49%
G=37.75%
B=26.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal126134950.0600.290.4772.3117.0344.9
Hex7E865F601D2F48112d
Octal1762061376035571102155
Binary1111110100001101011111110011101101111100100010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E865F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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