#7D845C

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

Shades of Finch #7D845C

Tints of Finch #7D845C

Color information

#7D845C (or 0x7D845C) is unknown color: approx Finch. HEX triplet: 7D, 84 and 5C. RGB value is (125,132,92). Sum of RGB (Red+Green+Blue) = 125+132+92=349 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.82% from 349); Green value is 132 (51.95% from 255 or 37.82% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 132 - color contains mainly: green. Hex color #7D845C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D845C is #827BA3. Grayscale: #7D7D7D. Windows color (decimal): -8551332 or 6063229. OLE color: 6063229.

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

Color convert

RGB12513292-
CMYK0.0500.300.48
HSL70.5º17.86%43.92%-
HSV(B)70.5º30.3%51.76%-
XYZ18.6421.6413.32-
YUV125.35109.18127.75-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.82%
GREEN value IS 132 (51.95% from 255) = 37.82%
BLUE value IS 92 (36.33% from 255) = 26.36%
R=35.82%
G=37.82%
B=26.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal125132920.0500.300.4870.517.8643.92
Hex7D845C501E3047122c
Octal1752041345036601072254
Binary1111101100001001011100101011110110000100011110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D845C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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