#71765B

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

Shades of Finch #71765B

Tints of Finch #71765B

Color information

#71765B (or 0x71765B) is unknown color: approx Finch. HEX triplet: 71, 76 and 5B. RGB value is (113,118,91). Sum of RGB (Red+Green+Blue) = 113+118+91=322 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.09% from 322); Green value is 118 (46.48% from 255 or 36.65% from 322); Blue value is 91 (35.94% from 255 or 28.26% from 322); Max value from RGB is 118 - color contains mainly: green. Hex color #71765B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71765B is #8E89A4. Grayscale: #717171. Windows color (decimal): -9341349 or 5994097. OLE color: 5994097.

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

Color convert

RGB11311891-
CMYK0.0400.230.54
HSL71.11º12.92%40.98%-
HSV(B)71.11º22.88%46.27%-
XYZ15.1817.2212.42-
YUV113.43115.34127.7-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.09%
GREEN value IS 118 (46.48% from 255) = 36.65%
BLUE value IS 91 (35.94% from 255) = 28.26%
R=35.09%
G=36.65%
B=28.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal113118910.0400.230.5471.1112.9240.98
Hex71765B40173647d29
Octal1611661334027661071551
Binary11100011110110101101110001011111011010001111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71765B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71765B; }

 p { color: rgb(113,118,91); }

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

<style>
 a { background-color: #71765B; }

 a { background-color: rgb(113,118,91); }

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

<style>
 span { border-color: #71765B; }

 span { border-color: rgb(113,118,91); }

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