#7C815E

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

Shades of Finch #7C815E

Tints of Finch #7C815E

Color information

#7C815E (or 0x7C815E) is unknown color: approx Finch. HEX triplet: 7C, 81 and 5E. RGB value is (124,129,94). Sum of RGB (Red+Green+Blue) = 124+129+94=347 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.73% from 347); Green value is 129 (50.78% from 255 or 37.18% from 347); Blue value is 94 (37.11% from 255 or 27.09% from 347); Max value from RGB is 129 - color contains mainly: green. Hex color #7C815E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C815E is #837EA1. Grayscale: #7B7B7B. Windows color (decimal): -8617634 or 6193532. OLE color: 6193532.

HSL color Cylindrical-coordinate representation of color #7C815E: hue angle of 68.57º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7C815E is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB12412994-
CMYK0.0400.270.49
HSL68.57º15.7%43.73%-
HSV(B)68.57º27.13%50.59%-
XYZ18.1820.7913.64-
YUV123.52111.34128.35-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.73%
GREEN value IS 129 (50.78% from 255) = 37.18%
BLUE value IS 94 (37.11% from 255) = 27.09%
R=35.73%
G=37.18%
B=27.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal124129940.0400.270.4968.5715.743.73
Hex7C815E401B3145102c
Octal1742011364033611052054
Binary1111100100000011011110100011011110001100010110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C815E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,129,94); }

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

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

 a { background-color: rgb(124,129,94); }

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

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

 span { border-color: rgb(124,129,94); }

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