#727756

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

Shades of Finch #727756

Tints of Finch #727756

Color information

#727756 (or 0x727756) is unknown color: approx Finch. HEX triplet: 72, 77 and 56. RGB value is (114,119,86). Sum of RGB (Red+Green+Blue) = 114+119+86=319 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.74% from 319); Green value is 119 (46.88% from 255 or 37.30% from 319); Blue value is 86 (33.98% from 255 or 26.96% from 319); Max value from RGB is 119 - color contains mainly: green. Hex color #727756 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727756 is #8D88A9. Grayscale: #717171. Windows color (decimal): -9275562 or 5666674. OLE color: 5666674.

HSL color Cylindrical-coordinate representation of color #727756: hue angle of 69.09º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #727756 is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB11411986-
CMYK0.0400.280.53
HSL69.09º16.1%40.2%-
HSV(B)69.09º27.73%46.67%-
XYZ15.2217.4411.37-
YUV113.74112.34128.18-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.74%
GREEN value IS 119 (46.88% from 255) = 37.30%
BLUE value IS 86 (33.98% from 255) = 26.96%
R=35.74%
G=37.30%
B=26.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal114119860.0400.280.5369.0916.140.2
Hex727756401C35451028
Octal1621671264034651052050
Binary111001011101111010110100011100110101100010110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727756; }

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

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

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

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

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

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

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

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