#757656

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

Shades of Finch #757656

Tints of Finch #757656

Color information

#757656 (or 0x757656) is unknown color: approx Finch. HEX triplet: 75, 76 and 56. RGB value is (117,118,86). Sum of RGB (Red+Green+Blue) = 117+118+86=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 118 (46.48% from 255 or 36.76% from 321); Blue value is 86 (33.98% from 255 or 26.79% from 321); Max value from RGB is 118 - color contains mainly: green. Hex color #757656 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757656 is #8A89A9. Grayscale: #727272. Windows color (decimal): -9079210 or 5666421. OLE color: 5666421.

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

Color convert

RGB11711886-
CMYK0.0100.270.54
HSL61.88º15.69%40%-
HSV(B)61.88º27.12%46.27%-
XYZ15.4917.4111.35-
YUV114.05112.17130.1-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.45%
GREEN value IS 118 (46.48% from 255) = 36.76%
BLUE value IS 86 (33.98% from 255) = 26.79%
R=36.45%
G=36.76%
B=26.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117118860.0100.270.5461.8815.6940
Hex757656101B363e1028
Octal165166126103366762050
Binary111010111101101010110101101111011011111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757656; }

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

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

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

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

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

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

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

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