#717466

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

Shades of Finch #717466

Tints of Finch #717466

Color information

#717466 (or 0x717466) is unknown color: approx Finch. HEX triplet: 71, 74 and 66. RGB value is (113,116,102). Sum of RGB (Red+Green+Blue) = 113+116+102=331 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.14% from 331); Green value is 116 (45.70% from 255 or 35.05% from 331); Blue value is 102 (40.23% from 255 or 30.82% from 331); Max value from RGB is 116 - color contains mainly: green. Hex color #717466 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717466 is #8E8B99. Grayscale: #717171. Windows color (decimal): -9341850 or 6714481. OLE color: 6714481.

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

Color convert

RGB113116102-
CMYK0.0300.120.55
HSL72.86º6.42%42.75%-
HSV(B)72.86º12.07%45.49%-
XYZ15.4516.9615.03-
YUV113.51121.51127.64-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.14%
GREEN value IS 116 (45.70% from 255) = 35.05%
BLUE value IS 102 (40.23% from 255) = 30.82%
R=34.14%
G=35.05%
B=30.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1131161020.0300.120.5572.866.4242.75
Hex71746630C374962b
Octal161164146301467111653
Binary11100011110100110011011011001101111001001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717466; }

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

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

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

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

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

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

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

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