#717760

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

Shades of Finch #717760

Tints of Finch #717760

Color information

#717760 (or 0x717760) is unknown color: approx Finch. HEX triplet: 71, 77 and 60. RGB value is (113,119,96). Sum of RGB (Red+Green+Blue) = 113+119+96=328 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.45% from 328); Green value is 119 (46.88% from 255 or 36.28% from 328); Blue value is 96 (37.89% from 255 or 29.27% from 328); Max value from RGB is 119 - color contains mainly: green. Hex color #717760 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717760 is #8E889F. Grayscale: #727272. Windows color (decimal): -9341088 or 6322033. OLE color: 6322033.

HSL color Cylindrical-coordinate representation of color #717760: hue angle of 75.65º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #717760 is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB11311996-
CMYK0.0500.190.53
HSL75.65º10.7%42.16%-
HSV(B)75.65º19.33%46.67%-
XYZ15.5217.5513.64-
YUV114.58117.51126.87-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.45%
GREEN value IS 119 (46.88% from 255) = 36.28%
BLUE value IS 96 (37.89% from 255) = 29.27%
R=34.45%
G=36.28%
B=29.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal113119960.0500.190.5375.6510.742.16
Hex7177605013354cb2a
Octal1611671405023651141352
Binary11100011110111110000010101001111010110011001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717760; }

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

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

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

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

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

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

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

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