#7E8861

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

Shades of Finch #7E8861

Tints of Finch #7E8861

Color information

#7E8861 (or 0x7E8861) is unknown color: approx Finch. HEX triplet: 7E, 88 and 61. RGB value is (126,136,97). Sum of RGB (Red+Green+Blue) = 126+136+97=359 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.10% from 359); Green value is 136 (53.52% from 255 or 37.88% from 359); Blue value is 97 (38.28% from 255 or 27.02% from 359); Max value from RGB is 136 - color contains mainly: green. Hex color #7E8861 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8861 is #81779E. Grayscale: #808080. Windows color (decimal): -8484767 or 6391934. OLE color: 6391934.

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

Color convert

RGB12613697-
CMYK0.0700.290.47
HSL75.38º16.74%45.69%-
HSV(B)75.38º28.68%53.33%-
XYZ19.5722.9114.7-
YUV128.56110.19126.17-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 35.10%
GREEN value IS 136 (53.52% from 255) = 37.88%
BLUE value IS 97 (38.28% from 255) = 27.02%
R=35.10%
G=37.88%
B=27.02%

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
Decimal126136970.0700.290.4775.3816.7445.69
Hex7E8861701D2F4b112e
Octal1762101417035571132156
Binary1111110100010001100001111011101101111100101110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,136,97); }

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

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

 a { background-color: rgb(126,136,97); }

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

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

 span { border-color: rgb(126,136,97); }

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