#7C8660

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

Shades of Finch #7C8660

Tints of Finch #7C8660

Color information

#7C8660 (or 0x7C8660) is unknown color: approx Finch. HEX triplet: 7C, 86 and 60. RGB value is (124,134,96). Sum of RGB (Red+Green+Blue) = 124+134+96=354 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.03% from 354); Green value is 134 (52.73% from 255 or 37.85% from 354); Blue value is 96 (37.89% from 255 or 27.12% from 354); Max value from RGB is 134 - color contains mainly: green. Hex color #7C8660 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8660 is #83799F. Grayscale: #7E7E7E. Windows color (decimal): -8616352 or 6325884. OLE color: 6325884.

HSL color Cylindrical-coordinate representation of color #7C8660: hue angle of 75.79º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7C8660 is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB12413496-
CMYK0.0700.280.47
HSL75.79º16.52%45.1%-
HSV(B)75.79º28.36%52.55%-
XYZ18.9522.1814.35-
YUV126.68110.69126.09-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.03%
GREEN value IS 134 (52.73% from 255) = 37.85%
BLUE value IS 96 (37.89% from 255) = 27.12%
R=35.03%
G=37.85%
B=27.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal124134960.0700.280.4775.7916.5245.1
Hex7C8660701C2F4c112d
Octal1742061407034571142155
Binary1111100100001101100000111011100101111100110010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,134,96); }

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

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

 a { background-color: rgb(124,134,96); }

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

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

 span { border-color: rgb(124,134,96); }

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