#757666

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

Shades of Finch #757666

Tints of Finch #757666

Color information

#757666 (or 0x757666) is unknown color: approx Finch. HEX triplet: 75, 76 and 66. RGB value is (117,118,102). Sum of RGB (Red+Green+Blue) = 117+118+102=337 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.72% from 337); Green value is 118 (46.48% from 255 or 35.01% from 337); Blue value is 102 (40.23% from 255 or 30.27% from 337); Max value from RGB is 118 - color contains mainly: green. Hex color #757666 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757666 is #8A8999. Grayscale: #737373. Windows color (decimal): -9079194 or 6714997. OLE color: 6714997.

HSL color Cylindrical-coordinate representation of color #757666: hue angle of 63.75º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #757666 is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB117118102-
CMYK0.0100.140.54
HSL63.75º7.27%43.14%-
HSV(B)63.75º13.56%46.27%-
XYZ16.2117.715.13-
YUV115.88120.17128.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.72%
GREEN value IS 118 (46.48% from 255) = 35.01%
BLUE value IS 102 (40.23% from 255) = 30.27%
R=34.72%
G=35.01%
B=30.27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171181020.0100.140.5463.757.2743.14
Hex75766610E364072b
Octal165166146101666100753
Binary1110101111011011001101011101101101000000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757666; }

 p { color: rgb(117,118,102); }

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

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

 a { background-color: rgb(117,118,102); }

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

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

 span { border-color: rgb(117,118,102); }

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