#79805D

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

Shades of Finch #79805D

Tints of Finch #79805D

Color information

#79805D (or 0x79805D) is unknown color: approx Finch. HEX triplet: 79, 80 and 5D. RGB value is (121,128,93). Sum of RGB (Red+Green+Blue) = 121+128+93=342 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.38% from 342); Green value is 128 (50.39% from 255 or 37.43% from 342); Blue value is 93 (36.72% from 255 or 27.19% from 342); Max value from RGB is 128 - color contains mainly: green. Hex color #79805D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79805D is #867FA2. Grayscale: #7A7A7A. Windows color (decimal): -8814499 or 6127737. OLE color: 6127737.

HSL color Cylindrical-coordinate representation of color #79805D: hue angle of 72º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #79805D is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB12112893-
CMYK0.0500.270.50
HSL72º15.84%43.33%-
HSV(B)72º27.34%50.2%-
XYZ17.5820.2913.35-
YUV121.92111.68127.35-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.38%
GREEN value IS 128 (50.39% from 255) = 37.43%
BLUE value IS 93 (36.72% from 255) = 27.19%
R=35.38%
G=37.43%
B=27.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal121128930.0500.270.507215.8443.33
Hex79805D501B3248102b
Octal1712001355033621102053
Binary1111001100000001011101101011011110010100100010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79805D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79805D; }

 p { color: rgb(121,128,93); }

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

<style>
 a { background-color: #79805D; }

 a { background-color: rgb(121,128,93); }

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

<style>
 span { border-color: #79805D; }

 span { border-color: rgb(121,128,93); }

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