#7F814E

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

Shades of Finch #7F814E

Tints of Finch #7F814E

Color information

#7F814E (or 0x7F814E) is unknown color: approx Finch. HEX triplet: 7F, 81 and 4E. RGB value is (127,129,78). Sum of RGB (Red+Green+Blue) = 127+129+78=334 (44% of max value = 765). Red value is 127 (50% from 255 or 38.02% from 334); Green value is 129 (50.78% from 255 or 38.62% from 334); Blue value is 78 (30.86% from 255 or 23.35% from 334); Max value from RGB is 129 - color contains mainly: green. Hex color #7F814E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F814E is #807EB1. Grayscale: #7A7A7A. Windows color (decimal): -8421042 or 5144959. OLE color: 5144959.

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

Color convert

RGB12712978-
CMYK0.0200.400.49
HSL62.35º24.64%40.59%-
HSV(B)62.35º39.53%50.59%-
XYZ17.9820.7610.27-
YUV122.59102.84131.15-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 38.02%
GREEN value IS 129 (50.78% from 255) = 38.62%
BLUE value IS 78 (30.86% from 255) = 23.35%
R=38.02%
G=38.62%
B=23.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal127129780.0200.400.4962.3524.6440.59
Hex7F814E2028313e1929
Octal177201116205061763151
Binary111111110000001100111010010100011000111111011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F814E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,129,78); }

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

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

 a { background-color: rgb(127,129,78); }

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

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

 span { border-color: rgb(127,129,78); }

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