#7A8161

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

Shades of Finch #7A8161

Tints of Finch #7A8161

Color information

#7A8161 (or 0x7A8161) is unknown color: approx Finch. HEX triplet: 7A, 81 and 61. RGB value is (122,129,97). Sum of RGB (Red+Green+Blue) = 122+129+97=348 (46% of max value = 765). Red value is 122 (48.05% from 255 or 35.06% from 348); Green value is 129 (50.78% from 255 or 37.07% from 348); Blue value is 97 (38.28% from 255 or 27.87% from 348); Max value from RGB is 129 - color contains mainly: green. Hex color #7A8161 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8161 is #857E9E. Grayscale: #7B7B7B. Windows color (decimal): -8748703 or 6390138. OLE color: 6390138.

HSL color Cylindrical-coordinate representation of color #7A8161: hue angle of 73.13º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7A8161 is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB12212997-
CMYK0.0500.250.49
HSL73.13º14.16%44.31%-
HSV(B)73.13º24.81%50.59%-
XYZ18.0320.714.35-
YUV123.26113.18127.1-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.06%
GREEN value IS 129 (50.78% from 255) = 37.07%
BLUE value IS 97 (38.28% from 255) = 27.87%
R=35.06%
G=37.07%
B=27.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal122129970.0500.250.4973.1314.1644.31
Hex7A816150193149e2c
Octal1722011415031611111654
Binary111101010000001110000110101100111000110010011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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