#72735E

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

Shades of Finch #72735E

Tints of Finch #72735E

Color information

#72735E (or 0x72735E) is unknown color: approx Finch. HEX triplet: 72, 73 and 5E. RGB value is (114,115,94). Sum of RGB (Red+Green+Blue) = 114+115+94=323 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.29% from 323); Green value is 115 (45.31% from 255 or 35.60% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 115 - color contains mainly: green. Hex color #72735E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72735E is #8D8CA1. Grayscale: #707070. Windows color (decimal): -9276578 or 6189938. OLE color: 6189938.

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

Color convert

RGB11411594-
CMYK0.0100.180.55
HSL62.86º10.05%40.98%-
HSV(B)62.86º18.26%45.1%-
XYZ15.0916.6513.01-
YUV112.31117.67129.21-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.29%
GREEN value IS 115 (45.31% from 255) = 35.60%
BLUE value IS 94 (37.11% from 255) = 29.10%
R=35.29%
G=35.60%
B=29.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114115940.0100.180.5562.8610.0540.98
Hex72735E1012373fa29
Octal162163136102267771251
Binary11100101110011101111010100101101111111111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72735E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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