#7A8057

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

Shades of Finch #7A8057

Tints of Finch #7A8057

Color information

#7A8057 (or 0x7A8057) is unknown color: approx Finch. HEX triplet: 7A, 80 and 57. RGB value is (122,128,87). Sum of RGB (Red+Green+Blue) = 122+128+87=337 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.20% from 337); Green value is 128 (50.39% from 255 or 37.98% from 337); Blue value is 87 (34.38% from 255 or 25.82% from 337); Max value from RGB is 128 - color contains mainly: green. Hex color #7A8057 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8057 is #857FA8. Grayscale: #797979. Windows color (decimal): -8748969 or 5734522. OLE color: 5734522.

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

Color convert

RGB12212887-
CMYK0.0500.320.50
HSL68.78º19.07%42.16%-
HSV(B)68.78º32.03%50.2%-
XYZ17.4720.2612.01-
YUV121.53108.51128.33-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.20%
GREEN value IS 128 (50.39% from 255) = 37.98%
BLUE value IS 87 (34.38% from 255) = 25.82%
R=36.20%
G=37.98%
B=25.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal122128870.0500.320.5068.7819.0742.16
Hex7A805750203245132a
Octal1722001275040621052352
Binary11110101000000010101111010100000110010100010110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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