#7E8C54

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

Shades of Finch #7E8C54

Tints of Finch #7E8C54

Color information

#7E8C54 (or 0x7E8C54) is unknown color: approx Finch. HEX triplet: 7E, 8C and 54. RGB value is (126,140,84). Sum of RGB (Red+Green+Blue) = 126+140+84=350 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36% from 350); Green value is 140 (55.08% from 255 or 40% from 350); Blue value is 84 (33.20% from 255 or 24% from 350); Max value from RGB is 140 - color contains mainly: green. Hex color #7E8C54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8C54 is #8173AB. Grayscale: #818181. Windows color (decimal): -8483756 or 5540990. OLE color: 5540990.

HSL color Cylindrical-coordinate representation of color #7E8C54: hue angle of 75º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7E8C54 is Cyan = 0.10, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.45.

Color convert

RGB12614084-
CMYK0.1000.40.45
HSL75º25%43.92%-
HSV(B)75º40%54.9%-
XYZ19.5823.8311.96-
YUV129.43102.36125.55-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 36%
GREEN value IS 140 (55.08% from 255) = 40%
BLUE value IS 84 (33.20% from 255) = 24%
R=36%
G=40%
B=24%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal126140840.1000.40.45752543.92
Hex7E8C54A0282D4b192c
Octal17621412412050551133154
Binary111111010001100101010010100101000101101100101111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,140,84); }

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

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

 a { background-color: rgb(126,140,84); }

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

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

 span { border-color: rgb(126,140,84); }

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