#717761

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

Shades of Finch #717761

Tints of Finch #717761

Color information

#717761 (or 0x717761) is unknown color: approx Finch. HEX triplet: 71, 77 and 61. RGB value is (113,119,97). Sum of RGB (Red+Green+Blue) = 113+119+97=329 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.35% from 329); Green value is 119 (46.88% from 255 or 36.17% from 329); Blue value is 97 (38.28% from 255 or 29.48% from 329); Max value from RGB is 119 - color contains mainly: green. Hex color #717761 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717761 is #8E889E. Grayscale: #727272. Windows color (decimal): -9341087 or 6387569. OLE color: 6387569.

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

Color convert

RGB11311997-
CMYK0.0500.180.53
HSL76.36º10.19%42.35%-
HSV(B)76.36º18.49%46.67%-
XYZ15.5617.5713.88-
YUV114.7118.01126.79-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.35%
GREEN value IS 119 (46.88% from 255) = 36.17%
BLUE value IS 97 (38.28% from 255) = 29.48%
R=34.35%
G=36.17%
B=29.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal113119970.0500.180.5376.3610.1942.35
Hex7177615012354ca2a
Octal1611671415022651141252
Binary11100011110111110000110101001011010110011001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717761; }

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

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

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

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

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

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

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

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