#72795E

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

Shades of Finch #72795E

Tints of Finch #72795E

Color information

#72795E (or 0x72795E) is unknown color: approx Finch. HEX triplet: 72, 79 and 5E. RGB value is (114,121,94). Sum of RGB (Red+Green+Blue) = 114+121+94=329 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.65% from 329); Green value is 121 (47.66% from 255 or 36.78% from 329); Blue value is 94 (37.11% from 255 or 28.57% from 329); Max value from RGB is 121 - color contains mainly: green. Hex color #72795E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72795E is #8D86A1. Grayscale: #737373. Windows color (decimal): -9275042 or 6191474. OLE color: 6191474.

HSL color Cylindrical-coordinate representation of color #72795E: hue angle of 75.56º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #72795E is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB11412194-
CMYK0.0600.220.53
HSL75.56º12.56%42.16%-
HSV(B)75.56º22.31%47.45%-
XYZ15.818.0613.24-
YUV115.83115.68126.7-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.65%
GREEN value IS 121 (47.66% from 255) = 36.78%
BLUE value IS 94 (37.11% from 255) = 28.57%
R=34.65%
G=36.78%
B=28.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal114121940.0600.220.5375.5612.5642.16
Hex72795E6016354cd2a
Octal1621711366026651141552
Binary11100101111001101111011001011011010110011001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72795E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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