#757766

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

Shades of Finch #757766

Tints of Finch #757766

Color information

#757766 (or 0x757766) is unknown color: approx Finch. HEX triplet: 75, 77 and 66. RGB value is (117,119,102). Sum of RGB (Red+Green+Blue) = 117+119+102=338 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.62% from 338); Green value is 119 (46.88% from 255 or 35.21% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 119 - color contains mainly: green. Hex color #757766 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757766 is #8A8899. Grayscale: #747474. Windows color (decimal): -9078938 or 6715253. OLE color: 6715253.

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

Color convert

RGB117119102-
CMYK0.0200.140.53
HSL67.06º7.69%43.33%-
HSV(B)67.06º14.29%46.67%-
XYZ16.3317.9315.17-
YUV116.46119.84128.38-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.62%
GREEN value IS 119 (46.88% from 255) = 35.21%
BLUE value IS 102 (40.23% from 255) = 30.18%
R=34.62%
G=35.21%
B=30.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1171191020.0200.140.5367.067.6943.33
Hex75776620E354382b
Octal1651671462016651031053
Binary111010111101111100110100111011010110000111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757766; }

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

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

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

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

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

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

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

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