#79825F

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

Shades of Finch #79825F

Tints of Finch #79825F

Color information

#79825F (or 0x79825F) is unknown color: approx Finch. HEX triplet: 79, 82 and 5F. RGB value is (121,130,95). Sum of RGB (Red+Green+Blue) = 121+130+95=346 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.97% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 95 (37.5% from 255 or 27.46% from 346); Max value from RGB is 130 - color contains mainly: green. Hex color #79825F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79825F is #867DA0. Grayscale: #7B7B7B. Windows color (decimal): -8813985 or 6259321. OLE color: 6259321.

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

Color convert

RGB12113095-
CMYK0.0700.270.49
HSL75.43º15.56%44.12%-
HSV(B)75.43º26.92%50.98%-
XYZ17.9320.8613.91-
YUV123.32112.02126.35-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.97%
GREEN value IS 130 (51.17% from 255) = 37.57%
BLUE value IS 95 (37.5% from 255) = 27.46%
R=34.97%
G=37.57%
B=27.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal121130950.0700.270.4975.4315.5644.12
Hex79825F701B314b102c
Octal1712021377033611132054
Binary1111001100000101011111111011011110001100101110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79825F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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