#79825E

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

Shades of Finch #79825E

Tints of Finch #79825E

Color information

#79825E (or 0x79825E) is unknown color: approx Finch. HEX triplet: 79, 82 and 5E. RGB value is (121,130,94). Sum of RGB (Red+Green+Blue) = 121+130+94=345 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.07% from 345); Green value is 130 (51.17% from 255 or 37.68% from 345); Blue value is 94 (37.11% from 255 or 27.25% from 345); Max value from RGB is 130 - color contains mainly: green. Hex color #79825E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79825E is #867DA1. Grayscale: #7B7B7B. Windows color (decimal): -8813986 or 6193785. OLE color: 6193785.

HSL color Cylindrical-coordinate representation of color #79825E: hue angle of 75º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #79825E is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB12113094-
CMYK0.0700.280.49
HSL75º16.07%43.92%-
HSV(B)75º27.69%50.98%-
XYZ17.8920.8413.67-
YUV123.21111.52126.43-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.07%
GREEN value IS 130 (51.17% from 255) = 37.68%
BLUE value IS 94 (37.11% from 255) = 27.25%
R=35.07%
G=37.68%
B=27.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal121130940.0700.280.497516.0743.92
Hex79825E701C314b102c
Octal1712021367034611132054
Binary1111001100000101011110111011100110001100101110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79825E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79825E; }

 p { color: rgb(121,130,94); }

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

<style>
 a { background-color: #79825E; }

 a { background-color: rgb(121,130,94); }

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

<style>
 span { border-color: #79825E; }

 span { border-color: rgb(121,130,94); }

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