#757658

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

Shades of Finch #757658

Tints of Finch #757658

Color information

#757658 (or 0x757658) is unknown color: approx Finch. HEX triplet: 75, 76 and 58. RGB value is (117,118,88). Sum of RGB (Red+Green+Blue) = 117+118+88=323 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.22% from 323); Green value is 118 (46.48% from 255 or 36.53% from 323); Blue value is 88 (34.77% from 255 or 27.24% from 323); Max value from RGB is 118 - color contains mainly: green. Hex color #757658 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757658 is #8A89A7. Grayscale: #727272. Windows color (decimal): -9079208 or 5797493. OLE color: 5797493.

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

Color convert

RGB11711888-
CMYK0.0100.250.54
HSL62º14.56%40.39%-
HSV(B)62º25.42%46.27%-
XYZ15.5817.4411.78-
YUV114.28113.17129.94-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.22%
GREEN value IS 118 (46.48% from 255) = 36.53%
BLUE value IS 88 (34.77% from 255) = 27.24%
R=36.22%
G=36.53%
B=27.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117118880.0100.250.546214.5640.39
Hex7576581019363ef28
Octal165166130103166761750
Binary11101011110110101100010110011101101111101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757658; }

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

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

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

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

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

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

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

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