#7F864D

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

Shades of Finch #7F864D

Tints of Finch #7F864D

Color information

#7F864D (or 0x7F864D) is unknown color: approx Finch. HEX triplet: 7F, 86 and 4D. RGB value is (127,134,77). Sum of RGB (Red+Green+Blue) = 127+134+77=338 (44% of max value = 765). Red value is 127 (50% from 255 or 37.57% from 338); Green value is 134 (52.73% from 255 or 39.64% from 338); Blue value is 77 (30.47% from 255 or 22.78% from 338); Max value from RGB is 134 - color contains mainly: green. Hex color #7F864D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F864D is #8079B2. Grayscale: #7D7D7D. Windows color (decimal): -8419763 or 5080703. OLE color: 5080703.

HSL color Cylindrical-coordinate representation of color #7F864D: hue angle of 67.37º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7F864D is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB12713477-
CMYK0.0500.430.47
HSL67.37º27.01%41.37%-
HSV(B)67.37º42.54%52.55%-
XYZ18.6222.110.31-
YUV125.41100.68129.13-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.57%
GREEN value IS 134 (52.73% from 255) = 39.64%
BLUE value IS 77 (30.47% from 255) = 22.78%
R=37.57%
G=39.64%
B=22.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal127134770.0500.430.4767.3727.0141.37
Hex7F864D502B2F431b29
Octal1772061155053571033351
Binary11111111000011010011011010101011101111100001111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F864D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,134,77); }

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

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

 a { background-color: rgb(127,134,77); }

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

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

 span { border-color: rgb(127,134,77); }

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