#7C865D

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

Shades of Finch #7C865D

Tints of Finch #7C865D

Color information

#7C865D (or 0x7C865D) is unknown color: approx Finch. HEX triplet: 7C, 86 and 5D. RGB value is (124,134,93). Sum of RGB (Red+Green+Blue) = 124+134+93=351 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.33% from 351); Green value is 134 (52.73% from 255 or 38.18% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 134 - color contains mainly: green. Hex color #7C865D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C865D is #8379A2. Grayscale: #7E7E7E. Windows color (decimal): -8616355 or 6129276. OLE color: 6129276.

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

Color convert

RGB12413493-
CMYK0.0700.310.47
HSL74.63º18.06%44.51%-
HSV(B)74.63º30.6%52.55%-
XYZ18.8122.1313.64-
YUV126.34109.19126.33-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.33%
GREEN value IS 134 (52.73% from 255) = 38.18%
BLUE value IS 93 (36.72% from 255) = 26.50%
R=35.33%
G=38.18%
B=26.50%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal124134930.0700.310.4774.6318.0644.51
Hex7C865D701F2F4b122d
Octal1742061357037571132255
Binary1111100100001101011101111011111101111100101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C865D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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