#7F874F

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

Shades of Finch #7F874F

Tints of Finch #7F874F

Color information

#7F874F (or 0x7F874F) is unknown color: approx Finch. HEX triplet: 7F, 87 and 4F. RGB value is (127,135,79). Sum of RGB (Red+Green+Blue) = 127+135+79=341 (45% of max value = 765). Red value is 127 (50% from 255 or 37.24% from 341); Green value is 135 (53.12% from 255 or 39.59% from 341); Blue value is 79 (31.25% from 255 or 23.17% from 341); Max value from RGB is 135 - color contains mainly: green. Hex color #7F874F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F874F is #8078B0. Grayscale: #7E7E7E. Windows color (decimal): -8419505 or 5212031. OLE color: 5212031.

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

Color convert

RGB12713579-
CMYK0.0600.410.47
HSL68.57º26.17%41.96%-
HSV(B)68.57º41.48%52.94%-
XYZ18.8322.410.73-
YUV126.22101.35128.55-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.24%
GREEN value IS 135 (53.12% from 255) = 39.59%
BLUE value IS 79 (31.25% from 255) = 23.17%
R=37.24%
G=39.59%
B=23.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal127135790.0600.410.4768.5726.1741.96
Hex7F874F60292F451a2a
Octal1772071176051571053252
Binary11111111000011110011111100101001101111100010111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F874F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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