#767766

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

Shades of Finch #767766

Tints of Finch #767766

Color information

#767766 (or 0x767766) is unknown color: approx Finch. HEX triplet: 76, 77 and 66. RGB value is (118,119,102). Sum of RGB (Red+Green+Blue) = 118+119+102=339 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.81% from 339); Green value is 119 (46.88% from 255 or 35.10% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 119 - color contains mainly: green. Hex color #767766 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767766 is #898899. Grayscale: #747474. Windows color (decimal): -9013402 or 6715254. OLE color: 6715254.

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

Color convert

RGB118119102-
CMYK0.0100.140.53
HSL63.53º7.69%43.33%-
HSV(B)63.53º14.29%46.67%-
XYZ16.471815.18-
YUV116.76119.67128.88-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.81%
GREEN value IS 119 (46.88% from 255) = 35.10%
BLUE value IS 102 (40.23% from 255) = 30.09%
R=34.81%
G=35.10%
B=30.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1181191020.0100.140.5363.537.6943.33
Hex76776610E354082b
Octal1661671461016651001053
Binary11101101110111110011010111011010110000001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767766; }

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

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

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

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

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

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

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

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