#717457

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

Shades of Finch #717457

Tints of Finch #717457

Color information

#717457 (or 0x717457) is unknown color: approx Finch. HEX triplet: 71, 74 and 57. RGB value is (113,116,87). Sum of RGB (Red+Green+Blue) = 113+116+87=316 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.76% from 316); Green value is 116 (45.70% from 255 or 36.71% from 316); Blue value is 87 (34.38% from 255 or 27.53% from 316); Max value from RGB is 116 - color contains mainly: green. Hex color #717457 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717457 is #8E8BA8. Grayscale: #6F6F6F. Windows color (decimal): -9341865 or 5731441. OLE color: 5731441.

HSL color Cylindrical-coordinate representation of color #717457: hue angle of 66.21º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #717457 is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB11311687-
CMYK0.0300.250.55
HSL66.21º14.29%39.8%-
HSV(B)66.21º25%45.49%-
XYZ14.7816.6911.46-
YUV111.8114.01128.86-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.76%
GREEN value IS 116 (45.70% from 255) = 36.71%
BLUE value IS 87 (34.38% from 255) = 27.53%
R=35.76%
G=36.71%
B=27.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113116870.0300.250.5566.2114.2939.8
Hex71745730193742e28
Octal1611641273031671021650
Binary1110001111010010101111101100111011110000101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717457; }

 p { color: rgb(113,116,87); }

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

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

 a { background-color: rgb(113,116,87); }

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

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

 span { border-color: rgb(113,116,87); }

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