#72764E

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

Shades of Finch #72764E

Tints of Finch #72764E

Color information

#72764E (or 0x72764E) is unknown color: approx Finch. HEX triplet: 72, 76 and 4E. RGB value is (114,118,78). Sum of RGB (Red+Green+Blue) = 114+118+78=310 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.77% from 310); Green value is 118 (46.48% from 255 or 38.06% from 310); Blue value is 78 (30.86% from 255 or 25.16% from 310); Max value from RGB is 118 - color contains mainly: green. Hex color #72764E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72764E is #8D89B1. Grayscale: #707070. Windows color (decimal): -9275826 or 5142130. OLE color: 5142130.

HSL color Cylindrical-coordinate representation of color #72764E: hue angle of 66º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #72764E is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB11411878-
CMYK0.0300.340.54
HSL66º20.41%38.43%-
HSV(B)66º33.9%46.27%-
XYZ14.7917.089.73-
YUV112.24108.67129.25-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.77%
GREEN value IS 118 (46.48% from 255) = 38.06%
BLUE value IS 78 (30.86% from 255) = 25.16%
R=36.77%
G=38.06%
B=25.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal114118780.0300.340.546620.4138.43
Hex72764E302236421426
Octal1621661163042661022446
Binary111001011101101001110110100010110110100001010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72764E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,118,78); }

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

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

 a { background-color: rgb(114,118,78); }

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

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

 span { border-color: rgb(114,118,78); }

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