#7C824D

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

Shades of Finch #7C824D

Tints of Finch #7C824D

Color information

#7C824D (or 0x7C824D) is unknown color: approx Finch. HEX triplet: 7C, 82 and 4D. RGB value is (124,130,77). Sum of RGB (Red+Green+Blue) = 124+130+77=331 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.46% from 331); Green value is 130 (51.17% from 255 or 39.27% from 331); Blue value is 77 (30.47% from 255 or 23.26% from 331); Max value from RGB is 130 - color contains mainly: green. Hex color #7C824D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C824D is #837DB2. Grayscale: #7A7A7A. Windows color (decimal): -8617395 or 5079676. OLE color: 5079676.

HSL color Cylindrical-coordinate representation of color #7C824D: hue angle of 66.79º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7C824D is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB12413077-
CMYK0.0500.410.49
HSL66.79º25.6%40.59%-
HSV(B)66.79º40.77%50.98%-
XYZ17.6320.7910.1-
YUV122.16102.51129.31-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.46%
GREEN value IS 130 (51.17% from 255) = 39.27%
BLUE value IS 77 (30.47% from 255) = 23.26%
R=37.46%
G=39.27%
B=23.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal124130770.0500.410.4966.7925.640.59
Hex7C824D502931431a29
Octal1742021155051611033251
Binary11111001000001010011011010101001110001100001111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C824D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,130,77); }

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

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

 a { background-color: rgb(124,130,77); }

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

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

 span { border-color: rgb(124,130,77); }

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