#7F865B

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

Shades of Finch #7F865B

Tints of Finch #7F865B

Color information

#7F865B (or 0x7F865B) is unknown color: approx Finch. HEX triplet: 7F, 86 and 5B. RGB value is (127,134,91). Sum of RGB (Red+Green+Blue) = 127+134+91=352 (46% of max value = 765). Red value is 127 (50% from 255 or 36.08% from 352); Green value is 134 (52.73% from 255 or 38.07% from 352); Blue value is 91 (35.94% from 255 or 25.85% from 352); Max value from RGB is 134 - color contains mainly: green. Hex color #7F865B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F865B is #8079A4. Grayscale: #7F7F7F. Windows color (decimal): -8419749 or 5998207. OLE color: 5998207.

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

Color convert

RGB12713491-
CMYK0.0500.320.47
HSL69.77º19.11%44.12%-
HSV(B)69.77º32.09%52.55%-
XYZ19.1722.3213.2-
YUV127107.68128-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 36.08%
GREEN value IS 134 (52.73% from 255) = 38.07%
BLUE value IS 91 (35.94% from 255) = 25.85%
R=36.08%
G=38.07%
B=25.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal127134910.0500.320.4769.7719.1144.12
Hex7F865B50202F46132c
Octal1772061335040571062354
Binary11111111000011010110111010100000101111100011010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F865B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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