#7E874D

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

Shades of Finch #7E874D

Tints of Finch #7E874D

Color information

#7E874D (or 0x7E874D) is unknown color: approx Finch. HEX triplet: 7E, 87 and 4D. RGB value is (126,135,77). Sum of RGB (Red+Green+Blue) = 126+135+77=338 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.28% from 338); Green value is 135 (53.12% from 255 or 39.94% from 338); Blue value is 77 (30.47% from 255 or 22.78% from 338); Max value from RGB is 135 - color contains mainly: green. Hex color #7E874D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E874D is #8178B2. Grayscale: #7D7D7D. Windows color (decimal): -8485043 or 5080958. OLE color: 5080958.

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

Color convert

RGB12613577-
CMYK0.0700.430.47
HSL69.31º27.36%41.57%-
HSV(B)69.31º42.96%52.94%-
XYZ18.6122.310.34-
YUV125.7100.52128.22-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.28%
GREEN value IS 135 (53.12% from 255) = 39.94%
BLUE value IS 77 (30.47% from 255) = 22.78%
R=37.28%
G=39.94%
B=22.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal126135770.0700.430.4769.3127.3641.57
Hex7E874D702B2F451b2a
Octal1762071157053571053352
Binary11111101000011110011011110101011101111100010111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E874D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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