#7D814A

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

Shades of Finch #7D814A

Tints of Finch #7D814A

Color information

#7D814A (or 0x7D814A) is unknown color: approx Finch. HEX triplet: 7D, 81 and 4A. RGB value is (125,129,74). Sum of RGB (Red+Green+Blue) = 125+129+74=328 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.11% from 328); Green value is 129 (50.78% from 255 or 39.33% from 328); Blue value is 74 (29.30% from 255 or 22.56% from 328); Max value from RGB is 129 - color contains mainly: green. Hex color #7D814A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D814A is #827EB5. Grayscale: #797979. Windows color (decimal): -8552118 or 4882813. OLE color: 4882813.

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

Color convert

RGB12512974-
CMYK0.0300.430.49
HSL64.36º27.09%39.8%-
HSV(B)64.36º42.64%50.59%-
XYZ17.5420.559.52-
YUV121.53101.17130.47-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 38.11%
GREEN value IS 129 (50.78% from 255) = 39.33%
BLUE value IS 74 (29.30% from 255) = 22.56%
R=38.11%
G=39.33%
B=22.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal125129740.0300.430.4964.3627.0939.8
Hex7D814A302B31401b28
Octal1752011123053611003350
Binary1111101100000011001010110101011110001100000011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D814A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,129,74); }

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

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

 a { background-color: rgb(125,129,74); }

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

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

 span { border-color: rgb(125,129,74); }

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