#7A7F61

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

Shades of Finch #7A7F61

Tints of Finch #7A7F61

Color information

#7A7F61 (or 0x7A7F61) is unknown color: approx Finch. HEX triplet: 7A, 7F and 61. RGB value is (122,127,97). Sum of RGB (Red+Green+Blue) = 122+127+97=346 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.26% from 346); Green value is 127 (50% from 255 or 36.71% from 346); Blue value is 97 (38.28% from 255 or 28.03% from 346); Max value from RGB is 127 - color contains mainly: green. Hex color #7A7F61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7F61 is #85809E. Grayscale: #7A7A7A. Windows color (decimal): -8749215 or 6389626. OLE color: 6389626.

HSL color Cylindrical-coordinate representation of color #7A7F61: hue angle of 70º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7A7F61 is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.50.

Color convert

RGB12212797-
CMYK0.0400.240.50
HSL70º13.39%43.92%-
HSV(B)70º23.62%49.8%-
XYZ17.7720.1814.27-
YUV122.08113.84127.94-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.26%
GREEN value IS 127 (50% from 255) = 36.71%
BLUE value IS 97 (38.28% from 255) = 28.03%
R=35.26%
G=36.71%
B=28.03%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal122127970.0400.240.507013.3943.92
Hex7A7F6140183246d2c
Octal1721771414030621061554
Binary11110101111111110000110001100011001010001101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,127,97); }

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

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

 a { background-color: rgb(122,127,97); }

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

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

 span { border-color: rgb(122,127,97); }

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