#7D865D

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

Shades of Finch #7D865D

Tints of Finch #7D865D

Color information

#7D865D (or 0x7D865D) is unknown color: approx Finch. HEX triplet: 7D, 86 and 5D. RGB value is (125,134,93). Sum of RGB (Red+Green+Blue) = 125+134+93=352 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.51% from 352); Green value is 134 (52.73% from 255 or 38.07% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 134 - color contains mainly: green. Hex color #7D865D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D865D is #8279A2. Grayscale: #7E7E7E. Windows color (decimal): -8550819 or 6129277. OLE color: 6129277.

HSL color Cylindrical-coordinate representation of color #7D865D: hue angle of 73.17º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7D865D is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB12513493-
CMYK0.0700.310.47
HSL73.17º18.06%44.51%-
HSV(B)73.17º30.6%52.55%-
XYZ18.9622.213.64-
YUV126.64109.02126.83-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.51%
GREEN value IS 134 (52.73% from 255) = 38.07%
BLUE value IS 93 (36.72% from 255) = 26.42%
R=35.51%
G=38.07%
B=26.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal125134930.0700.310.4773.1718.0644.51
Hex7D865D701F2F49122d
Octal1752061357037571112255
Binary1111101100001101011101111011111101111100100110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D865D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,134,93); }

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

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

 a { background-color: rgb(125,134,93); }

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

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

 span { border-color: rgb(125,134,93); }

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