#7F845E

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

Shades of Finch #7F845E

Tints of Finch #7F845E

Color information

#7F845E (or 0x7F845E) is unknown color: approx Finch. HEX triplet: 7F, 84 and 5E. RGB value is (127,132,94). Sum of RGB (Red+Green+Blue) = 127+132+94=353 (46% of max value = 765). Red value is 127 (50% from 255 or 35.98% from 353); Green value is 132 (51.95% from 255 or 37.39% from 353); Blue value is 94 (37.11% from 255 or 26.63% from 353); Max value from RGB is 132 - color contains mainly: green. Hex color #7F845E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F845E is #807BA1. Grayscale: #7E7E7E. Windows color (decimal): -8420258 or 6194303. OLE color: 6194303.

HSL color Cylindrical-coordinate representation of color #7F845E: hue angle of 67.89º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7F845E is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB12713294-
CMYK0.0400.290.48
HSL67.89º16.81%44.31%-
HSV(B)67.89º28.79%51.76%-
XYZ19.0221.8213.8-
YUV126.17109.84128.59-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.98%
GREEN value IS 132 (51.95% from 255) = 37.39%
BLUE value IS 94 (37.11% from 255) = 26.63%
R=35.98%
G=37.39%
B=26.63%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal127132940.0400.290.4867.8916.8144.31
Hex7F845E401D3044112c
Octal1772041364035601042154
Binary1111111100001001011110100011101110000100010010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F845E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,132,94); }

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

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

 a { background-color: rgb(127,132,94); }

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

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

 span { border-color: rgb(127,132,94); }

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