#757760

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

Shades of Finch #757760

Tints of Finch #757760

Color information

#757760 (or 0x757760) is unknown color: approx Finch. HEX triplet: 75, 77 and 60. RGB value is (117,119,96). Sum of RGB (Red+Green+Blue) = 117+119+96=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 119 (46.88% from 255 or 35.84% from 332); Blue value is 96 (37.89% from 255 or 28.92% from 332); Max value from RGB is 119 - color contains mainly: green. Hex color #757760 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757760 is #8A889F. Grayscale: #737373. Windows color (decimal): -9078944 or 6322037. OLE color: 6322037.

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

Color convert

RGB11711996-
CMYK0.0200.190.53
HSL65.22º10.7%42.16%-
HSV(B)65.22º19.33%46.67%-
XYZ16.0417.8213.66-
YUV115.78116.84128.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.24%
GREEN value IS 119 (46.88% from 255) = 35.84%
BLUE value IS 96 (37.89% from 255) = 28.92%
R=35.24%
G=35.84%
B=28.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117119960.0200.190.5365.2210.742.16
Hex75776020133541b2a
Octal1651671402023651011352
Binary1110101111011111000001001001111010110000011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757760; }

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

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

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

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

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

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

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

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