#757761

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

Shades of Finch #757761

Tints of Finch #757761

Color information

#757761 (or 0x757761) is unknown color: approx Finch. HEX triplet: 75, 77 and 61. RGB value is (117,119,97). Sum of RGB (Red+Green+Blue) = 117+119+97=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 119 (46.88% from 255 or 35.74% from 333); Blue value is 97 (38.28% from 255 or 29.13% from 333); Max value from RGB is 119 - color contains mainly: green. Hex color #757761 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757761 is #8A889E. Grayscale: #737373. Windows color (decimal): -9078943 or 6387573. OLE color: 6387573.

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

Color convert

RGB11711997-
CMYK0.0200.180.53
HSL65.45º10.19%42.35%-
HSV(B)65.45º18.49%46.67%-
XYZ16.0917.8413.9-
YUV115.89117.34128.79-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.14%
GREEN value IS 119 (46.88% from 255) = 35.74%
BLUE value IS 97 (38.28% from 255) = 29.13%
R=35.14%
G=35.74%
B=29.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117119970.0200.180.5365.4510.1942.35
Hex75776120123541a2a
Octal1651671412022651011252
Binary1110101111011111000011001001011010110000011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757761; }

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

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

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

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

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

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

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

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