#757866

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

Shades of Finch #757866

Tints of Finch #757866

Color information

#757866 (or 0x757866) is unknown color: approx Finch. HEX triplet: 75, 78 and 66. RGB value is (117,120,102). Sum of RGB (Red+Green+Blue) = 117+120+102=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 120 (47.27% from 255 or 35.40% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 120 - color contains mainly: green. Hex color #757866 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757866 is #8A8799. Grayscale: #757575. Windows color (decimal): -9078682 or 6715509. OLE color: 6715509.

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

Color convert

RGB117120102-
CMYK0.0200.150.53
HSL70º8.11%43.53%-
HSV(B)70º15%47.06%-
XYZ16.4518.1715.21-
YUV117.05119.51127.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.51%
GREEN value IS 120 (47.27% from 255) = 35.40%
BLUE value IS 102 (40.23% from 255) = 30.09%
R=34.51%
G=35.40%
B=30.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1171201020.0200.150.53708.1143.53
Hex75786620F354682c
Octal1651701462017651061054
Binary111010111110001100110100111111010110001101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757866; }

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

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

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

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

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

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

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

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