#7D874E

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

Shades of Finch #7D874E

Tints of Finch #7D874E

Color information

#7D874E (or 0x7D874E) is unknown color: approx Finch. HEX triplet: 7D, 87 and 4E. RGB value is (125,135,78). Sum of RGB (Red+Green+Blue) = 125+135+78=338 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.98% from 338); Green value is 135 (53.12% from 255 or 39.94% from 338); Blue value is 78 (30.86% from 255 or 23.08% from 338); Max value from RGB is 135 - color contains mainly: green. Hex color #7D874E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D874E is #8278B1. Grayscale: #7D7D7D. Windows color (decimal): -8550578 or 5146493. OLE color: 5146493.

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

Color convert

RGB12513578-
CMYK0.0700.420.47
HSL70.53º26.76%41.76%-
HSV(B)70.53º42.22%52.94%-
XYZ18.522.2410.53-
YUV125.51101.19127.63-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.98%
GREEN value IS 135 (53.12% from 255) = 39.94%
BLUE value IS 78 (30.86% from 255) = 23.08%
R=36.98%
G=39.94%
B=23.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal125135780.0700.420.4770.5326.7641.76
Hex7D874E702A2F471b2a
Octal1752071167052571073352
Binary11111011000011110011101110101010101111100011111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D874E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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