#7D845A

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

Shades of Finch #7D845A

Tints of Finch #7D845A

Color information

#7D845A (or 0x7D845A) is unknown color: approx Finch. HEX triplet: 7D, 84 and 5A. RGB value is (125,132,90). Sum of RGB (Red+Green+Blue) = 125+132+90=347 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.02% from 347); Green value is 132 (51.95% from 255 or 38.04% from 347); Blue value is 90 (35.55% from 255 or 25.94% from 347); Max value from RGB is 132 - color contains mainly: green. Hex color #7D845A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D845A is #827BA5. Grayscale: #7D7D7D. Windows color (decimal): -8551334 or 5932157. OLE color: 5932157.

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

Color convert

RGB12513290-
CMYK0.0500.320.48
HSL70º18.92%43.53%-
HSV(B)70º31.82%51.76%-
XYZ18.5521.612.86-
YUV125.12108.18127.92-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.02%
GREEN value IS 132 (51.95% from 255) = 38.04%
BLUE value IS 90 (35.55% from 255) = 25.94%
R=36.02%
G=38.04%
B=25.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal125132900.0500.320.487018.9243.53
Hex7D845A50203046132c
Octal1752041325040601062354
Binary11111011000010010110101010100000110000100011010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D845A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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