#7F855E

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

Shades of Finch #7F855E

Tints of Finch #7F855E

Color information

#7F855E (or 0x7F855E) is unknown color: approx Finch. HEX triplet: 7F, 85 and 5E. RGB value is (127,133,94). Sum of RGB (Red+Green+Blue) = 127+133+94=354 (46% of max value = 765). Red value is 127 (50% from 255 or 35.88% from 354); Green value is 133 (52.34% from 255 or 37.57% from 354); Blue value is 94 (37.11% from 255 or 26.55% from 354); Max value from RGB is 133 - color contains mainly: green. Hex color #7F855E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F855E is #807AA1. Grayscale: #7E7E7E. Windows color (decimal): -8420002 or 6194559. OLE color: 6194559.

HSL color Cylindrical-coordinate representation of color #7F855E: hue angle of 69.23º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7F855E is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB12713394-
CMYK0.0500.290.48
HSL69.23º17.18%44.51%-
HSV(B)69.23º29.32%52.16%-
XYZ19.1622.113.84-
YUV126.76109.51128.17-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.88%
GREEN value IS 133 (52.34% from 255) = 37.57%
BLUE value IS 94 (37.11% from 255) = 26.55%
R=35.88%
G=37.57%
B=26.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal127133940.0500.290.4869.2317.1844.51
Hex7F855E501D3045112d
Octal1772051365035601052155
Binary1111111100001011011110101011101110000100010110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F855E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,133,94); }

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

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

 a { background-color: rgb(127,133,94); }

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

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

 span { border-color: rgb(127,133,94); }

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