#72745D

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

Shades of Finch #72745D

Tints of Finch #72745D

Color information

#72745D (or 0x72745D) is unknown color: approx Finch. HEX triplet: 72, 74 and 5D. RGB value is (114,116,93). Sum of RGB (Red+Green+Blue) = 114+116+93=323 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.29% from 323); Green value is 116 (45.70% from 255 or 35.91% from 323); Blue value is 93 (36.72% from 255 or 28.79% from 323); Max value from RGB is 116 - color contains mainly: green. Hex color #72745D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72745D is #8D8BA2. Grayscale: #707070. Windows color (decimal): -9276323 or 6124658. OLE color: 6124658.

HSL color Cylindrical-coordinate representation of color #72745D: hue angle of 65.22º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #72745D is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB11411693-
CMYK0.0200.200.55
HSL65.22º11%40.98%-
HSV(B)65.22º19.83%45.49%-
XYZ15.1616.8612.81-
YUV112.78116.84128.87-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.29%
GREEN value IS 116 (45.70% from 255) = 35.91%
BLUE value IS 93 (36.72% from 255) = 28.79%
R=35.29%
G=35.91%
B=28.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114116930.0200.200.5565.221140.98
Hex72745D20143741b29
Octal1621641352024671011351
Binary1110010111010010111011001010011011110000011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72745D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72745D; }

 p { color: rgb(114,116,93); }

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

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

 a { background-color: rgb(114,116,93); }

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

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

 span { border-color: rgb(114,116,93); }

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