#72735F

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

Shades of Finch #72735F

Tints of Finch #72735F

Color information

#72735F (or 0x72735F) is unknown color: approx Finch. HEX triplet: 72, 73 and 5F. RGB value is (114,115,95). Sum of RGB (Red+Green+Blue) = 114+115+95=324 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.19% from 324); Green value is 115 (45.31% from 255 or 35.49% from 324); Blue value is 95 (37.5% from 255 or 29.32% from 324); Max value from RGB is 115 - color contains mainly: green. Hex color #72735F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72735F is #8D8CA0. Grayscale: #707070. Windows color (decimal): -9276577 or 6255474. OLE color: 6255474.

HSL color Cylindrical-coordinate representation of color #72735F: hue angle of 63º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #72735F is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB11411595-
CMYK0.0100.170.55
HSL63º9.52%41.18%-
HSV(B)63º17.39%45.1%-
XYZ15.1416.6713.25-
YUV112.42118.17129.13-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.19%
GREEN value IS 115 (45.31% from 255) = 35.49%
BLUE value IS 95 (37.5% from 255) = 29.32%
R=35.19%
G=35.49%
B=29.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114115950.0100.170.55639.5241.18
Hex72735F1011373fa29
Octal162163137102167771251
Binary11100101110011101111110100011101111111111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72735F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72735F; }

 p { color: rgb(114,115,95); }

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

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

 a { background-color: rgb(114,115,95); }

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

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

 span { border-color: rgb(114,115,95); }

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