#7C8355

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

Shades of Finch #7C8355

Tints of Finch #7C8355

Color information

#7C8355 (or 0x7C8355) is unknown color: approx Finch. HEX triplet: 7C, 83 and 55. RGB value is (124,131,85). Sum of RGB (Red+Green+Blue) = 124+131+85=340 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.47% from 340); Green value is 131 (51.56% from 255 or 38.53% from 340); Blue value is 85 (33.59% from 255 or 25% from 340); Max value from RGB is 131 - color contains mainly: green. Hex color #7C8355 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8355 is #837CAA. Grayscale: #7B7B7B. Windows color (decimal): -8617131 or 5604220. OLE color: 5604220.

HSL color Cylindrical-coordinate representation of color #7C8355: hue angle of 69.13º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7C8355 is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB12413185-
CMYK0.0500.350.49
HSL69.13º21.3%42.35%-
HSV(B)69.13º35.11%51.37%-
XYZ18.0721.1711.73-
YUV123.66106.18128.24-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.47%
GREEN value IS 131 (51.56% from 255) = 38.53%
BLUE value IS 85 (33.59% from 255) = 25%
R=36.47%
G=38.53%
B=25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal124131850.0500.350.4969.1321.342.35
Hex7C835550233145152a
Octal1742031255043611052552
Binary11111001000001110101011010100011110001100010110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,131,85); }

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

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

 a { background-color: rgb(124,131,85); }

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

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

 span { border-color: rgb(124,131,85); }

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