#7D814D

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

Shades of Finch #7D814D

Tints of Finch #7D814D

Color information

#7D814D (or 0x7D814D) is unknown color: approx Finch. HEX triplet: 7D, 81 and 4D. RGB value is (125,129,77). Sum of RGB (Red+Green+Blue) = 125+129+77=331 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.76% from 331); Green value is 129 (50.78% from 255 or 38.97% from 331); Blue value is 77 (30.47% from 255 or 23.26% from 331); Max value from RGB is 129 - color contains mainly: green. Hex color #7D814D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D814D is #827EB2. Grayscale: #7A7A7A. Windows color (decimal): -8552115 or 5079421. OLE color: 5079421.

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

Color convert

RGB12512977-
CMYK0.0300.400.49
HSL64.62º25.24%40.39%-
HSV(B)64.62º40.31%50.59%-
XYZ17.6520.610.07-
YUV121.88102.67130.23-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 37.76%
GREEN value IS 129 (50.78% from 255) = 38.97%
BLUE value IS 77 (30.47% from 255) = 23.26%
R=37.76%
G=38.97%
B=23.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal125129770.0300.400.4964.6225.2440.39
Hex7D814D302831411928
Octal1752011153050611013150
Binary1111101100000011001101110101000110001100000111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D814D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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