#727661

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

Shades of Finch #727661

Tints of Finch #727661

Color information

#727661 (or 0x727661) is unknown color: approx Finch. HEX triplet: 72, 76 and 61. RGB value is (114,118,97). Sum of RGB (Red+Green+Blue) = 114+118+97=329 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.65% from 329); Green value is 118 (46.48% from 255 or 35.87% from 329); Blue value is 97 (38.28% from 255 or 29.48% from 329); Max value from RGB is 118 - color contains mainly: green. Hex color #727661 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727661 is #8D899E. Grayscale: #727272. Windows color (decimal): -9275807 or 6387314. OLE color: 6387314.

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

Color convert

RGB11411897-
CMYK0.0300.180.54
HSL71.43º9.77%42.16%-
HSV(B)71.43º17.8%46.27%-
XYZ15.5817.413.85-
YUV114.41118.17127.71-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.65%
GREEN value IS 118 (46.48% from 255) = 35.87%
BLUE value IS 97 (38.28% from 255) = 29.48%
R=34.65%
G=35.87%
B=29.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal114118970.0300.180.5471.439.7742.16
Hex72766130123647a2a
Octal1621661413022661071252
Binary1110010111011011000011101001011011010001111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727661; }

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

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

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

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

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

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

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

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