#7D7E61

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

Shades of Finch #7D7E61

Tints of Finch #7D7E61

Color information

#7D7E61 (or 0x7D7E61) is unknown color: approx Finch. HEX triplet: 7D, 7E and 61. RGB value is (125,126,97). Sum of RGB (Red+Green+Blue) = 125+126+97=348 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.92% from 348); Green value is 126 (49.61% from 255 or 36.21% from 348); Blue value is 97 (38.28% from 255 or 27.87% from 348); Max value from RGB is 126 - color contains mainly: green. Hex color #7D7E61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7E61 is #82819E. Grayscale: #7A7A7A. Windows color (decimal): -8552863 or 6389373. OLE color: 6389373.

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

Color convert

RGB12512697-
CMYK0.0100.230.51
HSL62.07º13%43.73%-
HSV(B)62.07º23.02%49.41%-
XYZ18.0820.1414.24-
YUV122.39113.67129.86-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.92%
GREEN value IS 126 (49.61% from 255) = 36.21%
BLUE value IS 97 (38.28% from 255) = 27.87%
R=35.92%
G=36.21%
B=27.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125126970.0100.230.5162.071343.73
Hex7D7E611017333ed2c
Octal175176141102763761554
Binary11111011111110110000110101111100111111101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,126,97); }

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

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

 a { background-color: rgb(125,126,97); }

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

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

 span { border-color: rgb(125,126,97); }

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