#727656

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

Shades of Finch #727656

Tints of Finch #727656

Color information

#727656 (or 0x727656) is unknown color: approx Finch. HEX triplet: 72, 76 and 56. RGB value is (114,118,86). Sum of RGB (Red+Green+Blue) = 114+118+86=318 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.85% from 318); Green value is 118 (46.48% from 255 or 37.11% from 318); Blue value is 86 (33.98% from 255 or 27.04% from 318); Max value from RGB is 118 - color contains mainly: green. Hex color #727656 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727656 is #8D89A9. Grayscale: #717171. Windows color (decimal): -9275818 or 5666418. OLE color: 5666418.

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

Color convert

RGB11411886-
CMYK0.0300.270.54
HSL67.5º15.69%40%-
HSV(B)67.5º27.12%46.27%-
XYZ15.117.2111.33-
YUV113.16112.67128.6-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.85%
GREEN value IS 118 (46.48% from 255) = 37.11%
BLUE value IS 86 (33.98% from 255) = 27.04%
R=35.85%
G=37.11%
B=27.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal114118860.0300.270.5467.515.6940
Hex727656301B36441028
Octal1621661263033661042050
Binary11100101110110101011011011011110110100010010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727656; }

 p { color: rgb(114,118,86); }

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

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

 a { background-color: rgb(114,118,86); }

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

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

 span { border-color: rgb(114,118,86); }

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