#757563

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

Shades of Finch #757563

Tints of Finch #757563

Color information

#757563 (or 0x757563) is unknown color: approx Finch. HEX triplet: 75, 75 and 63. RGB value is (117,117,99). Sum of RGB (Red+Green+Blue) = 117+117+99=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 117 (46.09% from 255 or 35.14% from 333); Blue value is 99 (39.06% from 255 or 29.73% from 333); Max value from RGB is 117 - color contains mainly: red, green. Hex color #757563 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757563 is #8A8A9C. Grayscale: #737373. Windows color (decimal): -9079453 or 6518133. OLE color: 6518133.

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

Color convert

RGB11711799-
CMYK000.150.54
HSL60º8.33%42.35%-
HSV(B)60º15.38%45.88%-
XYZ15.9517.4114.32-
YUV114.95119129.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.14%
GREEN value IS 117 (46.09% from 255) = 35.14%
BLUE value IS 99 (39.06% from 255) = 29.73%
R=35.14%
G=35.14%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11711799000.150.54608.3342.35
Hex75756300F363c82a
Octal165165143001766741052
Binary1110101111010111000110011111101101111001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757563; }

 p { color: rgb(117,117,99); }

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

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

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

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

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

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

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