#747666

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

Shades of Finch #747666

Tints of Finch #747666

Color information

#747666 (or 0x747666) is unknown color: approx Finch. HEX triplet: 74, 76 and 66. RGB value is (116,118,102). Sum of RGB (Red+Green+Blue) = 116+118+102=336 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.52% from 336); Green value is 118 (46.48% from 255 or 35.12% from 336); Blue value is 102 (40.23% from 255 or 30.36% from 336); Max value from RGB is 118 - color contains mainly: green. Hex color #747666 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747666 is #8B8999. Grayscale: #737373. Windows color (decimal): -9144730 or 6714996. OLE color: 6714996.

HSL color Cylindrical-coordinate representation of color #747666: hue angle of 67.5º 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 #747666 is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB116118102-
CMYK0.0200.140.54
HSL67.5º7.27%43.14%-
HSV(B)67.5º13.56%46.27%-
XYZ16.0817.6315.13-
YUV115.58120.34128.3-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.52%
GREEN value IS 118 (46.48% from 255) = 35.12%
BLUE value IS 102 (40.23% from 255) = 30.36%
R=34.52%
G=35.12%
B=30.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1161181020.0200.140.5467.57.2743.14
Hex74766620E364472b
Octal164166146201666104753
Binary11101001110110110011010011101101101000100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747666; }

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

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

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

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

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

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

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

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