#7D825A

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

Shades of Finch #7D825A

Tints of Finch #7D825A

Color information

#7D825A (or 0x7D825A) is unknown color: approx Finch. HEX triplet: 7D, 82 and 5A. RGB value is (125,130,90). Sum of RGB (Red+Green+Blue) = 125+130+90=345 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.23% from 345); Green value is 130 (51.17% from 255 or 37.68% from 345); Blue value is 90 (35.55% from 255 or 26.09% from 345); Max value from RGB is 130 - color contains mainly: green. Hex color #7D825A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D825A is #827DA5. Grayscale: #7C7C7C. Windows color (decimal): -8551846 or 5931645. OLE color: 5931645.

HSL color Cylindrical-coordinate representation of color #7D825A: hue angle of 67.5º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7D825A is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB12513090-
CMYK0.0400.310.49
HSL67.5º18.18%43.14%-
HSV(B)67.5º30.77%50.98%-
XYZ18.2921.0612.77-
YUV123.94108.84128.75-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.23%
GREEN value IS 130 (51.17% from 255) = 37.68%
BLUE value IS 90 (35.55% from 255) = 26.09%
R=36.23%
G=37.68%
B=26.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal125130900.0400.310.4967.518.1843.14
Hex7D825A401F3144122b
Octal1752021324037611042253
Binary1111101100000101011010100011111110001100010010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D825A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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