#7F815F

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

Shades of Finch #7F815F

Tints of Finch #7F815F

Color information

#7F815F (or 0x7F815F) is unknown color: approx Finch. HEX triplet: 7F, 81 and 5F. RGB value is (127,129,95). Sum of RGB (Red+Green+Blue) = 127+129+95=351 (46% of max value = 765). Red value is 127 (50% from 255 or 36.18% from 351); Green value is 129 (50.78% from 255 or 36.75% from 351); Blue value is 95 (37.5% from 255 or 27.07% from 351); Max value from RGB is 129 - color contains mainly: green. Hex color #7F815F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F815F is #807EA0. Grayscale: #7C7C7C. Windows color (decimal): -8421025 or 6259071. OLE color: 6259071.

HSL color Cylindrical-coordinate representation of color #7F815F: hue angle of 63.53º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7F815F is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB12712995-
CMYK0.0200.260.49
HSL63.53º15.18%43.92%-
HSV(B)63.53º26.36%50.59%-
XYZ18.6721.0413.9-
YUV124.53111.34129.76-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 36.18%
GREEN value IS 129 (50.78% from 255) = 36.75%
BLUE value IS 95 (37.5% from 255) = 27.07%
R=36.18%
G=36.75%
B=27.07%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal127129950.0200.260.4963.5315.1843.92
Hex7F815F201A3140f2c
Octal1772011372032611001754
Binary11111111000000110111111001101011000110000001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F815F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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