#71725B

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

Shades of Finch #71725B

Tints of Finch #71725B

Color information

#71725B (or 0x71725B) is unknown color: approx Finch. HEX triplet: 71, 72 and 5B. RGB value is (113,114,91). Sum of RGB (Red+Green+Blue) = 113+114+91=318 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.53% from 318); Green value is 114 (44.92% from 255 or 35.85% from 318); Blue value is 91 (35.94% from 255 or 28.62% from 318); Max value from RGB is 114 - color contains mainly: green. Hex color #71725B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71725B is #8E8DA4. Grayscale: #6F6F6F. Windows color (decimal): -9342373 or 5993073. OLE color: 5993073.

HSL color Cylindrical-coordinate representation of color #71725B: hue angle of 62.61º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #71725B is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB11311491-
CMYK0.0100.200.55
HSL62.61º11.22%40.2%-
HSV(B)62.61º20.18%44.71%-
XYZ14.7216.312.27-
YUV111.08116.67129.37-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.53%
GREEN value IS 114 (44.92% from 255) = 35.85%
BLUE value IS 91 (35.94% from 255) = 28.62%
R=35.53%
G=35.85%
B=28.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113114910.0100.200.5562.6111.2240.2
Hex71725B1014373fb28
Octal161162133102467771350
Binary11100011110010101101110101001101111111111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71725B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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