#7C815F

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

Shades of Finch #7C815F

Tints of Finch #7C815F

Color information

#7C815F (or 0x7C815F) is unknown color: approx Finch. HEX triplet: 7C, 81 and 5F. RGB value is (124,129,95). Sum of RGB (Red+Green+Blue) = 124+129+95=348 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.63% from 348); Green value is 129 (50.78% from 255 or 37.07% from 348); Blue value is 95 (37.5% from 255 or 27.30% from 348); Max value from RGB is 129 - color contains mainly: green. Hex color #7C815F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C815F is #837EA0. Grayscale: #7B7B7B. Windows color (decimal): -8617633 or 6259068. OLE color: 6259068.

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

Color convert

RGB12412995-
CMYK0.0400.260.49
HSL68.82º15.18%43.92%-
HSV(B)68.82º26.36%50.59%-
XYZ18.2320.8113.88-
YUV123.63111.84128.26-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.63%
GREEN value IS 129 (50.78% from 255) = 37.07%
BLUE value IS 95 (37.5% from 255) = 27.30%
R=35.63%
G=37.07%
B=27.30%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal124129950.0400.260.4968.8215.1843.92
Hex7C815F401A3145f2c
Octal1742011374032611051754
Binary111110010000001101111110001101011000110001011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C815F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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