#727660

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

Shades of Finch #727660

Tints of Finch #727660

Color information

#727660 (or 0x727660) is unknown color: approx Finch. HEX triplet: 72, 76 and 60. RGB value is (114,118,96). Sum of RGB (Red+Green+Blue) = 114+118+96=328 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.76% from 328); Green value is 118 (46.48% from 255 or 35.98% from 328); Blue value is 96 (37.89% from 255 or 29.27% from 328); Max value from RGB is 118 - color contains mainly: green. Hex color #727660 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727660 is #8D899F. Grayscale: #727272. Windows color (decimal): -9275808 or 6321778. OLE color: 6321778.

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

Color convert

RGB11411896-
CMYK0.0300.190.54
HSL70.91º10.28%41.96%-
HSV(B)70.91º18.64%46.27%-
XYZ15.5317.3813.6-
YUV114.3117.67127.79-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.76%
GREEN value IS 118 (46.48% from 255) = 35.98%
BLUE value IS 96 (37.89% from 255) = 29.27%
R=34.76%
G=35.98%
B=29.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal114118960.0300.190.5470.9110.2841.96
Hex72766030133647a2a
Octal1621661403023661071252
Binary1110010111011011000001101001111011010001111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727660; }

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

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

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

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

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

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

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

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