#7F894F

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

Shades of Finch #7F894F

Tints of Finch #7F894F

Color information

#7F894F (or 0x7F894F) is unknown color: approx Finch. HEX triplet: 7F, 89 and 4F. RGB value is (127,137,79). Sum of RGB (Red+Green+Blue) = 127+137+79=343 (45% of max value = 765). Red value is 127 (50% from 255 or 37.03% from 343); Green value is 137 (53.91% from 255 or 39.94% from 343); Blue value is 79 (31.25% from 255 or 23.03% from 343); Max value from RGB is 137 - color contains mainly: green. Hex color #7F894F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F894F is #8076B0. Grayscale: #7F7F7F. Windows color (decimal): -8418993 or 5212543. OLE color: 5212543.

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

Color convert

RGB12713779-
CMYK0.0700.420.46
HSL70.34º26.85%42.35%-
HSV(B)70.34º42.34%53.73%-
XYZ19.1122.9710.82-
YUV127.4100.69127.72-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.03%
GREEN value IS 137 (53.91% from 255) = 39.94%
BLUE value IS 79 (31.25% from 255) = 23.03%
R=37.03%
G=39.94%
B=23.03%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal127137790.0700.420.4670.3426.8542.35
Hex7F894F702A2E461b2a
Octal1772111177052561063352
Binary11111111000100110011111110101010101110100011011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F894F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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