#727360

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

Shades of Finch #727360

Tints of Finch #727360

Color information

#727360 (or 0x727360) is unknown color: approx Finch. HEX triplet: 72, 73 and 60. RGB value is (114,115,96). Sum of RGB (Red+Green+Blue) = 114+115+96=325 (43% of max value = 765). Red value is 114 (44.92% from 255 or 35.08% from 325); Green value is 115 (45.31% from 255 or 35.38% from 325); Blue value is 96 (37.89% from 255 or 29.54% from 325); Max value from RGB is 115 - color contains mainly: green. Hex color #727360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727360 is #8D8C9F. Grayscale: #707070. Windows color (decimal): -9276576 or 6321010. OLE color: 6321010.

HSL color Cylindrical-coordinate representation of color #727360: hue angle of 63.16º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #727360 is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB11411596-
CMYK0.0100.170.55
HSL63.16º9%41.37%-
HSV(B)63.16º16.52%45.1%-
XYZ15.1816.6813.49-
YUV112.54118.67129.04-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.08%
GREEN value IS 115 (45.31% from 255) = 35.38%
BLUE value IS 96 (37.89% from 255) = 29.54%
R=35.08%
G=35.38%
B=29.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114115960.0100.170.5563.16941.37
Hex7273601011373f929
Octal162163140102167771151
Binary11100101110011110000010100011101111111111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727360; }

 p { color: rgb(114,115,96); }

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

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

 a { background-color: rgb(114,115,96); }

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

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

 span { border-color: rgb(114,115,96); }

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