#717661

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

Shades of Finch #717661

Tints of Finch #717661

Color information

#717661 (or 0x717661) is unknown color: approx Finch. HEX triplet: 71, 76 and 61. RGB value is (113,118,97). Sum of RGB (Red+Green+Blue) = 113+118+97=328 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.45% from 328); Green value is 118 (46.48% from 255 or 35.98% from 328); Blue value is 97 (38.28% from 255 or 29.57% from 328); Max value from RGB is 118 - color contains mainly: green. Hex color #717661 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717661 is #8E899E. Grayscale: #727272. Windows color (decimal): -9341343 or 6387313. OLE color: 6387313.

HSL color Cylindrical-coordinate representation of color #717661: hue angle of 74.29º 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 #717661 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB11311897-
CMYK0.0400.180.54
HSL74.29º9.77%42.16%-
HSV(B)74.29º17.8%46.27%-
XYZ15.4517.3313.84-
YUV114.11118.34127.21-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.45%
GREEN value IS 118 (46.48% from 255) = 35.98%
BLUE value IS 97 (38.28% from 255) = 29.57%
R=34.45%
G=35.98%
B=29.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal113118970.0400.180.5474.299.7742.16
Hex7176614012364aa2a
Octal1611661414022661121252
Binary11100011110110110000110001001011011010010101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717661; }

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

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

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

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

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

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

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

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