#7C844A

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

Shades of Finch #7C844A

Tints of Finch #7C844A

Color information

#7C844A (or 0x7C844A) is unknown color: approx Finch. HEX triplet: 7C, 84 and 4A. RGB value is (124,132,74). Sum of RGB (Red+Green+Blue) = 124+132+74=330 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.58% from 330); Green value is 132 (51.95% from 255 or 40% from 330); Blue value is 74 (29.30% from 255 or 22.42% from 330); Max value from RGB is 132 - color contains mainly: green. Hex color #7C844A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C844A is #837BB5. Grayscale: #7B7B7B. Windows color (decimal): -8616886 or 4883580. OLE color: 4883580.

HSL color Cylindrical-coordinate representation of color #7C844A: hue angle of 68.28º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7C844A is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB12413274-
CMYK0.0600.440.48
HSL68.28º28.16%40.39%-
HSV(B)68.28º43.94%51.76%-
XYZ17.821.289.65-
YUV123100.35128.72-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.58%
GREEN value IS 132 (51.95% from 255) = 40%
BLUE value IS 74 (29.30% from 255) = 22.42%
R=37.58%
G=40%
B=22.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal124132740.0600.440.4868.2828.1640.39
Hex7C844A602C30441c28
Octal1742041126054601043450
Binary11111001000010010010101100101100110000100010011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C844A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,132,74); }

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

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

 a { background-color: rgb(124,132,74); }

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

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

 span { border-color: rgb(124,132,74); }

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