#727760

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

Shades of Finch #727760

Tints of Finch #727760

Color information

#727760 (or 0x727760) is unknown color: approx Finch. HEX triplet: 72, 77 and 60. RGB value is (114,119,96). Sum of RGB (Red+Green+Blue) = 114+119+96=329 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.65% from 329); Green value is 119 (46.88% from 255 or 36.17% from 329); Blue value is 96 (37.89% from 255 or 29.18% from 329); Max value from RGB is 119 - color contains mainly: green. Hex color #727760 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727760 is #8D889F. Grayscale: #727272. Windows color (decimal): -9275552 or 6322034. OLE color: 6322034.

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

Color convert

RGB11411996-
CMYK0.0400.190.53
HSL73.04º10.7%42.16%-
HSV(B)73.04º19.33%46.67%-
XYZ15.6517.6213.64-
YUV114.88117.34127.37-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.65%
GREEN value IS 119 (46.88% from 255) = 36.17%
BLUE value IS 96 (37.89% from 255) = 29.18%
R=34.65%
G=36.17%
B=29.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal114119960.0400.190.5373.0410.742.16
Hex72776040133549b2a
Octal1621671404023651111352
Binary11100101110111110000010001001111010110010011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727760; }

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

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

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

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

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

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

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

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