#757553

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

Shades of Finch #757553

Tints of Finch #757553

Color information

#757553 (or 0x757553) is unknown color: approx Finch. HEX triplet: 75, 75 and 53. RGB value is (117,117,83). Sum of RGB (Red+Green+Blue) = 117+117+83=317 (41% of max value = 765). Red value is 117 (46.09% from 255 or 36.91% from 317); Green value is 117 (46.09% from 255 or 36.91% from 317); Blue value is 83 (32.81% from 255 or 26.18% from 317); Max value from RGB is 117 - color contains mainly: red, green. Hex color #757553 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757553 is #8A8AAC. Grayscale: #717171. Windows color (decimal): -9079469 or 5469557. OLE color: 5469557.

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

Color convert

RGB11711783-
CMYK000.290.54
HSL60º17%39.22%-
HSV(B)60º29.06%45.88%-
XYZ15.2617.1310.69-
YUV113.12111130.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.91%
GREEN value IS 117 (46.09% from 255) = 36.91%
BLUE value IS 83 (32.81% from 255) = 26.18%
R=36.91%
G=36.91%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11711783000.290.54601739.22
Hex757553001D363c1127
Octal165165123003566742147
Binary111010111101011010011001110111011011110010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757553; }

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

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

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

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

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

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

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

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