#7E8660

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

Shades of Finch #7E8660

Tints of Finch #7E8660

Color information

#7E8660 (or 0x7E8660) is unknown color: approx Finch. HEX triplet: 7E, 86 and 60. RGB value is (126,134,96). Sum of RGB (Red+Green+Blue) = 126+134+96=356 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.39% from 356); Green value is 134 (52.73% from 255 or 37.64% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 134 - color contains mainly: green. Hex color #7E8660 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8660 is #81799F. Grayscale: #7F7F7F. Windows color (decimal): -8485280 or 6325886. OLE color: 6325886.

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

Color convert

RGB12613496-
CMYK0.0600.280.47
HSL72.63º16.52%45.1%-
HSV(B)72.63º28.36%52.55%-
XYZ19.2422.3314.36-
YUV127.28110.35127.09-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 35.39%
GREEN value IS 134 (52.73% from 255) = 37.64%
BLUE value IS 96 (37.89% from 255) = 26.97%
R=35.39%
G=37.64%
B=26.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal126134960.0600.280.4772.6316.5245.1
Hex7E8660601C2F49112d
Octal1762061406034571112155
Binary1111110100001101100000110011100101111100100110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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