#7E854C

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

Shades of Finch #7E854C

Tints of Finch #7E854C

Color information

#7E854C (or 0x7E854C) is unknown color: approx Finch. HEX triplet: 7E, 85 and 4C. RGB value is (126,133,76). Sum of RGB (Red+Green+Blue) = 126+133+76=335 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.61% from 335); Green value is 133 (52.34% from 255 or 39.70% from 335); Blue value is 76 (30.08% from 255 or 22.69% from 335); Max value from RGB is 133 - color contains mainly: green. Hex color #7E854C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E854C is #817AB3. Grayscale: #7C7C7C. Windows color (decimal): -8485556 or 5014910. OLE color: 5014910.

HSL color Cylindrical-coordinate representation of color #7E854C: hue angle of 67.37º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7E854C is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB12613376-
CMYK0.0500.430.48
HSL67.37º27.27%40.98%-
HSV(B)67.37º42.86%52.16%-
XYZ18.321.7310.07-
YUV124.41100.68129.13-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.61%
GREEN value IS 133 (52.34% from 255) = 39.70%
BLUE value IS 76 (30.08% from 255) = 22.69%
R=37.61%
G=39.70%
B=22.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal126133760.0500.430.4867.3727.2740.98
Hex7E854C502B30431b29
Octal1762051145053601033351
Binary11111101000010110011001010101011110000100001111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E854C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,133,76); }

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

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

 a { background-color: rgb(126,133,76); }

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

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

 span { border-color: rgb(126,133,76); }

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