#7F815B

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

Shades of Finch #7F815B

Tints of Finch #7F815B

Color information

#7F815B (or 0x7F815B) is unknown color: approx Finch. HEX triplet: 7F, 81 and 5B. RGB value is (127,129,91). Sum of RGB (Red+Green+Blue) = 127+129+91=347 (45% of max value = 765). Red value is 127 (50% from 255 or 36.60% from 347); Green value is 129 (50.78% from 255 or 37.18% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 129 - color contains mainly: green. Hex color #7F815B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F815B is #807EA4. Grayscale: #7C7C7C. Windows color (decimal): -8421029 or 5996927. OLE color: 5996927.

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

Color convert

RGB12712991-
CMYK0.0200.290.49
HSL63.16º17.27%43.14%-
HSV(B)63.16º29.46%50.59%-
XYZ18.4920.9712.97-
YUV124.07109.34130.09-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 36.60%
GREEN value IS 129 (50.78% from 255) = 37.18%
BLUE value IS 91 (35.94% from 255) = 26.22%
R=36.60%
G=37.18%
B=26.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal127129910.0200.290.4963.1617.2743.14
Hex7F815B201D313f112b
Octal177201133203561772153
Binary11111111000000110110111001110111000111111110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F815B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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