#757662

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

Shades of Finch #757662

Tints of Finch #757662

Color information

#757662 (or 0x757662) is unknown color: approx Finch. HEX triplet: 75, 76 and 62. RGB value is (117,118,98). Sum of RGB (Red+Green+Blue) = 117+118+98=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 118 (46.48% from 255 or 35.44% from 333); Blue value is 98 (38.67% from 255 or 29.43% from 333); Max value from RGB is 118 - color contains mainly: green. Hex color #757662 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757662 is #8A899D. Grayscale: #737373. Windows color (decimal): -9079198 or 6452853. OLE color: 6452853.

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

Color convert

RGB11711898-
CMYK0.0100.170.54
HSL63º9.26%42.35%-
HSV(B)63º16.95%46.27%-
XYZ16.0217.6214.11-
YUV115.42118.17129.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.14%
GREEN value IS 118 (46.48% from 255) = 35.44%
BLUE value IS 98 (38.67% from 255) = 29.43%
R=35.14%
G=35.44%
B=29.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117118980.0100.170.54639.2642.35
Hex7576621011363f92a
Octal165166142102166771152
Binary11101011110110110001010100011101101111111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757662; }

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

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

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

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

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

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

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

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