#7D8561

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

Shades of Finch #7D8561

Tints of Finch #7D8561

Color information

#7D8561 (or 0x7D8561) is unknown color: approx Finch. HEX triplet: 7D, 85 and 61. RGB value is (125,133,97). Sum of RGB (Red+Green+Blue) = 125+133+97=355 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.21% from 355); Green value is 133 (52.34% from 255 or 37.46% from 355); Blue value is 97 (38.28% from 255 or 27.32% from 355); Max value from RGB is 133 - color contains mainly: green. Hex color #7D8561 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8561 is #827A9E. Grayscale: #7E7E7E. Windows color (decimal): -8551071 or 6391165. OLE color: 6391165.

HSL color Cylindrical-coordinate representation of color #7D8561: hue angle of 73.33º degrees, saturation: 0.16, 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 #7D8561 is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB12513397-
CMYK0.0600.270.48
HSL73.33º15.65%45.1%-
HSV(B)73.33º27.07%52.16%-
XYZ192214.55-
YUV126.5111.35126.93-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.21%
GREEN value IS 133 (52.34% from 255) = 37.46%
BLUE value IS 97 (38.28% from 255) = 27.32%
R=35.21%
G=37.46%
B=27.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal125133970.0600.270.4873.3315.6545.1
Hex7D8561601B3049102d
Octal1752051416033601112055
Binary1111101100001011100001110011011110000100100110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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