#7A7E57

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

Shades of Finch #7A7E57

Tints of Finch #7A7E57

Color information

#7A7E57 (or 0x7A7E57) is unknown color: approx Finch. HEX triplet: 7A, 7E and 57. RGB value is (122,126,87). Sum of RGB (Red+Green+Blue) = 122+126+87=335 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.42% from 335); Green value is 126 (49.61% from 255 or 37.61% from 335); Blue value is 87 (34.38% from 255 or 25.97% from 335); Max value from RGB is 126 - color contains mainly: green. Hex color #7A7E57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7E57 is #8581A8. Grayscale: #787878. Windows color (decimal): -8749481 or 5734010. OLE color: 5734010.

HSL color Cylindrical-coordinate representation of color #7A7E57: hue angle of 66.15º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7A7E57 is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.51.

Color convert

RGB12212687-
CMYK0.0300.310.51
HSL66.15º18.31%41.76%-
HSV(B)66.15º30.95%49.41%-
XYZ17.2119.7511.92-
YUV120.36109.17129.17-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.42%
GREEN value IS 126 (49.61% from 255) = 37.61%
BLUE value IS 87 (34.38% from 255) = 25.97%
R=36.42%
G=37.61%
B=25.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal122126870.0300.310.5166.1518.3141.76
Hex7A7E57301F3342122a
Octal1721761273037631022252
Binary11110101111110101011111011111110011100001010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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