#79805E

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

Shades of Finch #79805E

Tints of Finch #79805E

Color information

#79805E (or 0x79805E) is unknown color: approx Finch. HEX triplet: 79, 80 and 5E. RGB value is (121,128,94). Sum of RGB (Red+Green+Blue) = 121+128+94=343 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.28% from 343); Green value is 128 (50.39% from 255 or 37.32% from 343); Blue value is 94 (37.11% from 255 or 27.41% from 343); Max value from RGB is 128 - color contains mainly: green. Hex color #79805E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79805E is #867FA1. Grayscale: #7A7A7A. Windows color (decimal): -8814498 or 6193273. OLE color: 6193273.

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

Color convert

RGB12112894-
CMYK0.0500.270.50
HSL72.35º15.32%43.53%-
HSV(B)72.35º26.56%50.2%-
XYZ17.6220.3113.58-
YUV122.03112.18127.26-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.28%
GREEN value IS 128 (50.39% from 255) = 37.32%
BLUE value IS 94 (37.11% from 255) = 27.41%
R=35.28%
G=37.32%
B=27.41%

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
Decimal121128940.0500.270.5072.3515.3243.53
Hex79805E501B3248f2c
Octal1712001365033621101754
Binary111100110000000101111010101101111001010010001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79805E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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