#7E8760

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

Shades of Finch #7E8760

Tints of Finch #7E8760

Color information

#7E8760 (or 0x7E8760) is unknown color: approx Finch. HEX triplet: 7E, 87 and 60. RGB value is (126,135,96). Sum of RGB (Red+Green+Blue) = 126+135+96=357 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.29% from 357); Green value is 135 (53.12% from 255 or 37.82% from 357); Blue value is 96 (37.89% from 255 or 26.89% from 357); Max value from RGB is 135 - color contains mainly: green. Hex color #7E8760 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8760 is #81789F. Grayscale: #808080. Windows color (decimal): -8485024 or 6326142. OLE color: 6326142.

HSL color Cylindrical-coordinate representation of color #7E8760: hue angle of 73.85º 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 #7E8760 is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB12613596-
CMYK0.0700.290.47
HSL73.85º16.88%45.29%-
HSV(B)73.85º28.89%52.94%-
XYZ19.3822.6114.41-
YUV127.86110.02126.67-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 35.29%
GREEN value IS 135 (53.12% from 255) = 37.82%
BLUE value IS 96 (37.89% from 255) = 26.89%
R=35.29%
G=37.82%
B=26.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal126135960.0700.290.4773.8516.8845.29
Hex7E8760701D2F4a112d
Octal1762071407035571122155
Binary1111110100001111100000111011101101111100101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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