#7C845E

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

Shades of Finch #7C845E

Tints of Finch #7C845E

Color information

#7C845E (or 0x7C845E) is unknown color: approx Finch. HEX triplet: 7C, 84 and 5E. RGB value is (124,132,94). Sum of RGB (Red+Green+Blue) = 124+132+94=350 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.43% from 350); Green value is 132 (51.95% from 255 or 37.71% from 350); Blue value is 94 (37.11% from 255 or 26.86% from 350); Max value from RGB is 132 - color contains mainly: green. Hex color #7C845E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C845E is #837BA1. Grayscale: #7D7D7D. Windows color (decimal): -8616866 or 6194300. OLE color: 6194300.

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

Color convert

RGB12413294-
CMYK0.0600.290.48
HSL72.63º16.81%44.31%-
HSV(B)72.63º28.79%51.76%-
XYZ18.5821.613.78-
YUV125.28110.35127.09-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.43%
GREEN value IS 132 (51.95% from 255) = 37.71%
BLUE value IS 94 (37.11% from 255) = 26.86%
R=35.43%
G=37.71%
B=26.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal124132940.0600.290.4872.6316.8144.31
Hex7C845E601D3049112c
Octal1742041366035601112154
Binary1111100100001001011110110011101110000100100110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C845E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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