#757661

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

Shades of Finch #757661

Tints of Finch #757661

Color information

#757661 (or 0x757661) is unknown color: approx Finch. HEX triplet: 75, 76 and 61. RGB value is (117,118,97). Sum of RGB (Red+Green+Blue) = 117+118+97=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 118 (46.48% from 255 or 35.54% from 332); Blue value is 97 (38.28% from 255 or 29.22% from 332); Max value from RGB is 118 - color contains mainly: green. Hex color #757661 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757661 is #8A899E. Grayscale: #737373. Windows color (decimal): -9079199 or 6387317. OLE color: 6387317.

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

Color convert

RGB11711897-
CMYK0.0100.180.54
HSL62.86º9.77%42.16%-
HSV(B)62.86º17.8%46.27%-
XYZ15.9717.613.86-
YUV115.31117.67129.21-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.24%
GREEN value IS 118 (46.48% from 255) = 35.54%
BLUE value IS 97 (38.28% from 255) = 29.22%
R=35.24%
G=35.54%
B=29.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117118970.0100.180.5462.869.7742.16
Hex7576611012363fa2a
Octal165166141102266771252
Binary11101011110110110000110100101101101111111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757661; }

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

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

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

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

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

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

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

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