#7D875F

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

Shades of Finch #7D875F

Tints of Finch #7D875F

Color information

#7D875F (or 0x7D875F) is unknown color: approx Finch. HEX triplet: 7D, 87 and 5F. RGB value is (125,135,95). Sum of RGB (Red+Green+Blue) = 125+135+95=355 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.21% from 355); Green value is 135 (53.12% from 255 or 38.03% from 355); Blue value is 95 (37.5% from 255 or 26.76% from 355); Max value from RGB is 135 - color contains mainly: green. Hex color #7D875F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D875F is #8278A0. Grayscale: #7F7F7F. Windows color (decimal): -8550561 or 6260605. OLE color: 6260605.

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

Color convert

RGB12513595-
CMYK0.0700.300.47
HSL75º17.39%45.1%-
HSV(B)75º29.63%52.94%-
XYZ19.1922.5114.16-
YUV127.45109.69126.25-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.21%
GREEN value IS 135 (53.12% from 255) = 38.03%
BLUE value IS 95 (37.5% from 255) = 26.76%
R=35.21%
G=38.03%
B=26.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal125135950.0700.300.477517.3945.1
Hex7D875F701E2F4b112d
Octal1752071377036571132155
Binary1111101100001111011111111011110101111100101110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D875F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,135,95); }

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

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

 a { background-color: rgb(125,135,95); }

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

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

 span { border-color: rgb(125,135,95); }

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