#7A8056

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

Shades of Finch #7A8056

Tints of Finch #7A8056

Color information

#7A8056 (or 0x7A8056) is unknown color: approx Finch. HEX triplet: 7A, 80 and 56. RGB value is (122,128,86). Sum of RGB (Red+Green+Blue) = 122+128+86=336 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.31% from 336); Green value is 128 (50.39% from 255 or 38.10% from 336); Blue value is 86 (33.98% from 255 or 25.60% from 336); Max value from RGB is 128 - color contains mainly: green. Hex color #7A8056 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8056 is #857FA9. Grayscale: #797979. Windows color (decimal): -8748970 or 5668986. OLE color: 5668986.

HSL color Cylindrical-coordinate representation of color #7A8056: hue angle of 68.57º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7A8056 is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.50.

Color convert

RGB12212886-
CMYK0.0500.330.50
HSL68.57º19.63%41.96%-
HSV(B)68.57º32.81%50.2%-
XYZ17.4220.2511.79-
YUV121.42108.01128.42-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.31%
GREEN value IS 128 (50.39% from 255) = 38.10%
BLUE value IS 86 (33.98% from 255) = 25.60%
R=36.31%
G=38.10%
B=25.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal122128860.0500.330.5068.5719.6341.96
Hex7A805650213245142a
Octal1722001265041621052452
Binary11110101000000010101101010100001110010100010110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,128,86); }

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

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

 a { background-color: rgb(122,128,86); }

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

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

 span { border-color: rgb(122,128,86); }

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