#7F865F

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

Shades of Finch #7F865F

Tints of Finch #7F865F

Color information

#7F865F (or 0x7F865F) is unknown color: approx Finch. HEX triplet: 7F, 86 and 5F. RGB value is (127,134,95). Sum of RGB (Red+Green+Blue) = 127+134+95=356 (47% of max value = 765). Red value is 127 (50% from 255 or 35.67% from 356); Green value is 134 (52.73% from 255 or 37.64% from 356); Blue value is 95 (37.5% from 255 or 26.69% from 356); Max value from RGB is 134 - color contains mainly: green. Hex color #7F865F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F865F is #8079A0. Grayscale: #7F7F7F. Windows color (decimal): -8419745 or 6260351. OLE color: 6260351.

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

Color convert

RGB12713495-
CMYK0.0500.290.47
HSL70.77º17.03%44.9%-
HSV(B)70.77º29.1%52.55%-
XYZ19.3422.3914.13-
YUV127.46109.68127.67-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.67%
GREEN value IS 134 (52.73% from 255) = 37.64%
BLUE value IS 95 (37.5% from 255) = 26.69%
R=35.67%
G=37.64%
B=26.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal127134950.0500.290.4770.7717.0344.9
Hex7F865F501D2F47112d
Octal1772061375035571072155
Binary1111111100001101011111101011101101111100011110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F865F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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