#7A7F60

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

Shades of Finch #7A7F60

Tints of Finch #7A7F60

Color information

#7A7F60 (or 0x7A7F60) is unknown color: approx Finch. HEX triplet: 7A, 7F and 60. RGB value is (122,127,96). Sum of RGB (Red+Green+Blue) = 122+127+96=345 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.36% from 345); Green value is 127 (50% from 255 or 36.81% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 127 - color contains mainly: green. Hex color #7A7F60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7F60 is #85809F. Grayscale: #7A7A7A. Windows color (decimal): -8749216 or 6324090. OLE color: 6324090.

HSL color Cylindrical-coordinate representation of color #7A7F60: hue angle of 69.68º degrees, saturation: 0.14, 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 #7A7F60 is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.50.

Color convert

RGB12212796-
CMYK0.0400.240.50
HSL69.68º13.9%43.73%-
HSV(B)69.68º24.41%49.8%-
XYZ17.7320.1614.02-
YUV121.97113.34128.02-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.36%
GREEN value IS 127 (50% from 255) = 36.81%
BLUE value IS 96 (37.89% from 255) = 27.83%
R=35.36%
G=36.81%
B=27.83%

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
Decimal122127960.0400.240.5069.6813.943.73
Hex7A7F6040183246e2c
Octal1721771404030621061654
Binary11110101111111110000010001100011001010001101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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