#717560

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

Shades of Finch #717560

Tints of Finch #717560

Color information

#717560 (or 0x717560) is unknown color: approx Finch. HEX triplet: 71, 75 and 60. RGB value is (113,117,96). Sum of RGB (Red+Green+Blue) = 113+117+96=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 117 (46.09% from 255 or 35.89% from 326); Blue value is 96 (37.89% from 255 or 29.45% from 326); Max value from RGB is 117 - color contains mainly: green. Hex color #717560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717560 is #8E8A9F. Grayscale: #717171. Windows color (decimal): -9341600 or 6321521. OLE color: 6321521.

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

Color convert

RGB11311796-
CMYK0.0300.180.54
HSL71.43º9.86%41.76%-
HSV(B)71.43º17.95%45.88%-
XYZ15.2817.0813.56-
YUV113.41118.17127.71-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.66%
GREEN value IS 117 (46.09% from 255) = 35.89%
BLUE value IS 96 (37.89% from 255) = 29.45%
R=34.66%
G=35.89%
B=29.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal113117960.0300.180.5471.439.8641.76
Hex71756030123647a2a
Octal1611651403022661071252
Binary1110001111010111000001101001011011010001111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717560; }

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

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

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

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

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

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

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

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