#7F8656

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

Shades of Finch #7F8656

Tints of Finch #7F8656

Color information

#7F8656 (or 0x7F8656) is unknown color: approx Finch. HEX triplet: 7F, 86 and 56. RGB value is (127,134,86). Sum of RGB (Red+Green+Blue) = 127+134+86=347 (45% of max value = 765). Red value is 127 (50% from 255 or 36.60% from 347); Green value is 134 (52.73% from 255 or 38.62% from 347); Blue value is 86 (33.98% from 255 or 24.78% from 347); Max value from RGB is 134 - color contains mainly: green. Hex color #7F8656 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8656 is #8079A9. Grayscale: #7E7E7E. Windows color (decimal): -8419754 or 5670527. OLE color: 5670527.

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

Color convert

RGB12713486-
CMYK0.0500.360.47
HSL68.75º21.82%43.14%-
HSV(B)68.75º35.82%52.55%-
XYZ18.9622.2312.1-
YUV126.44105.18128.4-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 36.60%
GREEN value IS 134 (52.73% from 255) = 38.62%
BLUE value IS 86 (33.98% from 255) = 24.78%
R=36.60%
G=38.62%
B=24.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal127134860.0500.360.4768.7521.8243.14
Hex7F865650242F45162b
Octal1772061265044571052653
Binary11111111000011010101101010100100101111100010110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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