#727565

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

Shades of Finch #727565

Tints of Finch #727565

Color information

#727565 (or 0x727565) is unknown color: approx Finch. HEX triplet: 72, 75 and 65. RGB value is (114,117,101). Sum of RGB (Red+Green+Blue) = 114+117+101=332 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.34% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 101 (39.84% from 255 or 30.42% from 332); Max value from RGB is 117 - color contains mainly: green. Hex color #727565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727565 is #8D8A9A. Grayscale: #727272. Windows color (decimal): -9276059 or 6649202. OLE color: 6649202.

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

Color convert

RGB114117101-
CMYK0.0300.140.54
HSL71.25º7.34%42.75%-
HSV(B)71.25º13.68%45.88%-
XYZ15.6517.2414.81-
YUV114.28120.51127.8-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.34%
GREEN value IS 117 (46.09% from 255) = 35.24%
BLUE value IS 101 (39.84% from 255) = 30.42%
R=34.34%
G=35.24%
B=30.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1141171010.0300.140.5471.257.3442.75
Hex72756530E364772b
Octal162165145301666107753
Binary11100101110101110010111011101101101000111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727565; }

 p { color: rgb(114,117,101); }

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

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

 a { background-color: rgb(114,117,101); }

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

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

 span { border-color: rgb(114,117,101); }

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