#727761

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

Shades of Finch #727761

Tints of Finch #727761

Color information

#727761 (or 0x727761) is unknown color: approx Finch. HEX triplet: 72, 77 and 61. RGB value is (114,119,97). Sum of RGB (Red+Green+Blue) = 114+119+97=330 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.55% from 330); Green value is 119 (46.88% from 255 or 36.06% from 330); Blue value is 97 (38.28% from 255 or 29.39% from 330); Max value from RGB is 119 - color contains mainly: green. Hex color #727761 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727761 is #8D889E. Grayscale: #737373. Windows color (decimal): -9275551 or 6387570. OLE color: 6387570.

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

Color convert

RGB11411997-
CMYK0.0400.180.53
HSL73.64º10.19%42.35%-
HSV(B)73.64º18.49%46.67%-
XYZ15.6917.6313.89-
YUV115117.84127.29-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.55%
GREEN value IS 119 (46.88% from 255) = 36.06%
BLUE value IS 97 (38.28% from 255) = 29.39%
R=34.55%
G=36.06%
B=29.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal114119970.0400.180.5373.6410.1942.35
Hex7277614012354aa2a
Octal1621671414022651121252
Binary11100101110111110000110001001011010110010101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727761; }

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

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

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

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

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

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

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

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