#7F8460

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

Shades of Finch #7F8460

Tints of Finch #7F8460

Color information

#7F8460 (or 0x7F8460) is unknown color: approx Finch. HEX triplet: 7F, 84 and 60. RGB value is (127,132,96). Sum of RGB (Red+Green+Blue) = 127+132+96=355 (47% of max value = 765). Red value is 127 (50% from 255 or 35.77% from 355); Green value is 132 (51.95% from 255 or 37.18% from 355); Blue value is 96 (37.89% from 255 or 27.04% from 355); Max value from RGB is 132 - color contains mainly: green. Hex color #7F8460 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8460 is #807B9F. Grayscale: #7E7E7E. Windows color (decimal): -8420256 or 6325375. OLE color: 6325375.

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

Color convert

RGB12713296-
CMYK0.0400.270.48
HSL68.33º15.79%44.71%-
HSV(B)68.33º27.27%51.76%-
XYZ19.1121.8614.28-
YUV126.4110.84128.43-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.77%
GREEN value IS 132 (51.95% from 255) = 37.18%
BLUE value IS 96 (37.89% from 255) = 27.04%
R=35.77%
G=37.18%
B=27.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal127132960.0400.270.4868.3315.7944.71
Hex7F8460401B3044102d
Octal1772041404033601042055
Binary1111111100001001100000100011011110000100010010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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