#7C825A

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

Shades of Finch #7C825A

Tints of Finch #7C825A

Color information

#7C825A (or 0x7C825A) is unknown color: approx Finch. HEX triplet: 7C, 82 and 5A. RGB value is (124,130,90). Sum of RGB (Red+Green+Blue) = 124+130+90=344 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.05% from 344); Green value is 130 (51.17% from 255 or 37.79% from 344); Blue value is 90 (35.55% from 255 or 26.16% from 344); Max value from RGB is 130 - color contains mainly: green. Hex color #7C825A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C825A is #837DA5. Grayscale: #7B7B7B. Windows color (decimal): -8617382 or 5931644. OLE color: 5931644.

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

Color convert

RGB12413090-
CMYK0.0500.310.49
HSL69º18.18%43.14%-
HSV(B)69º30.77%50.98%-
XYZ18.1420.9912.77-
YUV123.65109.01128.25-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.05%
GREEN value IS 130 (51.17% from 255) = 37.79%
BLUE value IS 90 (35.55% from 255) = 26.16%
R=36.05%
G=37.79%
B=26.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal124130900.0500.310.496918.1843.14
Hex7C825A501F3145122b
Octal1742021325037611052253
Binary1111100100000101011010101011111110001100010110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C825A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,130,90); }

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

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

 a { background-color: rgb(124,130,90); }

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

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

 span { border-color: rgb(124,130,90); }

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