#7D8461

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

Shades of Finch #7D8461

Tints of Finch #7D8461

Color information

#7D8461 (or 0x7D8461) is unknown color: approx Finch. HEX triplet: 7D, 84 and 61. RGB value is (125,132,97). Sum of RGB (Red+Green+Blue) = 125+132+97=354 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.31% from 354); Green value is 132 (51.95% from 255 or 37.29% from 354); Blue value is 97 (38.28% from 255 or 27.40% from 354); Max value from RGB is 132 - color contains mainly: green. Hex color #7D8461 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8461 is #827B9E. Grayscale: #7E7E7E. Windows color (decimal): -8551327 or 6390909. OLE color: 6390909.

HSL color Cylindrical-coordinate representation of color #7D8461: hue angle of 72º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7D8461 is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB12513297-
CMYK0.0500.270.48
HSL72º15.28%44.9%-
HSV(B)72º26.52%51.76%-
XYZ18.8721.7314.51-
YUV125.92111.68127.35-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.31%
GREEN value IS 132 (51.95% from 255) = 37.29%
BLUE value IS 97 (38.28% from 255) = 27.40%
R=35.31%
G=37.29%
B=27.40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal125132970.0500.270.487215.2844.9
Hex7D8461501B3048f2d
Octal1752041415033601101755
Binary111110110000100110000110101101111000010010001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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