#7F874E

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

Shades of Finch #7F874E

Tints of Finch #7F874E

Color information

#7F874E (or 0x7F874E) is unknown color: approx Finch. HEX triplet: 7F, 87 and 4E. RGB value is (127,135,78). Sum of RGB (Red+Green+Blue) = 127+135+78=340 (45% of max value = 765). Red value is 127 (50% from 255 or 37.35% from 340); Green value is 135 (53.12% from 255 or 39.71% from 340); Blue value is 78 (30.86% from 255 or 22.94% from 340); Max value from RGB is 135 - color contains mainly: green. Hex color #7F874E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F874E is #8078B1. Grayscale: #7E7E7E. Windows color (decimal): -8419506 or 5146495. OLE color: 5146495.

HSL color Cylindrical-coordinate representation of color #7F874E: hue angle of 68.42º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7F874E is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB12713578-
CMYK0.0600.420.47
HSL68.42º26.76%41.76%-
HSV(B)68.42º42.22%52.94%-
XYZ18.7922.3910.54-
YUV126.11100.85128.63-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.35%
GREEN value IS 135 (53.12% from 255) = 39.71%
BLUE value IS 78 (30.86% from 255) = 22.94%
R=37.35%
G=39.71%
B=22.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal127135780.0600.420.4768.4226.7641.76
Hex7F874E602A2F441b2a
Octal1772071166052571043352
Binary11111111000011110011101100101010101111100010011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F874E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,135,78); }

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

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

 a { background-color: rgb(127,135,78); }

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

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

 span { border-color: rgb(127,135,78); }

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