#71725E

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

Shades of Finch #71725E

Tints of Finch #71725E

Color information

#71725E (or 0x71725E) is unknown color: approx Finch. HEX triplet: 71, 72 and 5E. RGB value is (113,114,94). Sum of RGB (Red+Green+Blue) = 113+114+94=321 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.20% from 321); Green value is 114 (44.92% from 255 or 35.51% from 321); Blue value is 94 (37.11% from 255 or 29.28% from 321); Max value from RGB is 114 - color contains mainly: green. Hex color #71725E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71725E is #8E8DA1. Grayscale: #6F6F6F. Windows color (decimal): -9342370 or 6189681. OLE color: 6189681.

HSL color Cylindrical-coordinate representation of color #71725E: hue angle of 63º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #71725E is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB11311494-
CMYK0.0100.180.55
HSL63º9.62%40.78%-
HSV(B)63º17.54%44.71%-
XYZ14.8516.3512.96-
YUV111.42118.17129.13-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.20%
GREEN value IS 114 (44.92% from 255) = 35.51%
BLUE value IS 94 (37.11% from 255) = 29.28%
R=35.20%
G=35.51%
B=29.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113114940.0100.180.55639.6240.78
Hex71725E1012373fa29
Octal161162136102267771251
Binary11100011110010101111010100101101111111111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71725E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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