#717566

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

Shades of Finch #717566

Tints of Finch #717566

Color information

#717566 (or 0x717566) is unknown color: approx Finch. HEX triplet: 71, 75 and 66. RGB value is (113,117,102). Sum of RGB (Red+Green+Blue) = 113+117+102=332 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.04% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 102 (40.23% from 255 or 30.72% from 332); Max value from RGB is 117 - color contains mainly: green. Hex color #717566 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717566 is #8E8A99. Grayscale: #727272. Windows color (decimal): -9341594 or 6714737. OLE color: 6714737.

HSL color Cylindrical-coordinate representation of color #717566: hue angle of 76º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #717566 is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB113117102-
CMYK0.0300.130.54
HSL76º6.85%42.94%-
HSV(B)76º12.82%45.88%-
XYZ15.5717.1915.07-
YUV114.09121.17127.22-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.04%
GREEN value IS 117 (46.09% from 255) = 35.24%
BLUE value IS 102 (40.23% from 255) = 30.72%
R=34.04%
G=35.24%
B=30.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1131171020.0300.130.54766.8542.94
Hex71756630D364c72b
Octal161165146301566114753
Binary11100011110101110011011011011101101001100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717566; }

 p { color: rgb(113,117,102); }

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

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

 a { background-color: rgb(113,117,102); }

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

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

 span { border-color: rgb(113,117,102); }

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