#72775C

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

Shades of Finch #72775C

Tints of Finch #72775C

Color information

#72775C (or 0x72775C) is unknown color: approx Finch. HEX triplet: 72, 77 and 5C. RGB value is (114,119,92). Sum of RGB (Red+Green+Blue) = 114+119+92=325 (43% of max value = 765). Red value is 114 (44.92% from 255 or 35.08% from 325); Green value is 119 (46.88% from 255 or 36.62% from 325); Blue value is 92 (36.33% from 255 or 28.31% from 325); Max value from RGB is 119 - color contains mainly: green. Hex color #72775C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72775C is #8D88A3. Grayscale: #727272. Windows color (decimal): -9275556 or 6059890. OLE color: 6059890.

HSL color Cylindrical-coordinate representation of color #72775C: hue angle of 71.11º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #72775C is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB11411992-
CMYK0.0400.230.53
HSL71.11º12.8%41.37%-
HSV(B)71.11º22.69%46.67%-
XYZ15.4717.5412.7-
YUV114.43115.34127.7-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.08%
GREEN value IS 119 (46.88% from 255) = 36.62%
BLUE value IS 92 (36.33% from 255) = 28.31%
R=35.08%
G=36.62%
B=28.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal114119920.0400.230.5371.1112.841.37
Hex72775C40173547d29
Octal1621671344027651071551
Binary11100101110111101110010001011111010110001111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72775C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72775C; }

 p { color: rgb(114,119,92); }

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

<style>
 a { background-color: #72775C; }

 a { background-color: rgb(114,119,92); }

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

<style>
 span { border-color: #72775C; }

 span { border-color: rgb(114,119,92); }

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