#757651

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

Shades of Finch #757651

Tints of Finch #757651

Color information

#757651 (or 0x757651) is unknown color: approx Finch. HEX triplet: 75, 76 and 51. RGB value is (117,118,81). Sum of RGB (Red+Green+Blue) = 117+118+81=316 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.03% from 316); Green value is 118 (46.48% from 255 or 37.34% from 316); Blue value is 81 (32.03% from 255 or 25.63% from 316); Max value from RGB is 118 - color contains mainly: green. Hex color #757651 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757651 is #8A89AE. Grayscale: #717171. Windows color (decimal): -9079215 or 5338741. OLE color: 5338741.

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

Color convert

RGB11711881-
CMYK0.0100.310.54
HSL61.62º18.59%39.02%-
HSV(B)61.62º31.36%46.27%-
XYZ15.317.3310.32-
YUV113.48109.67130.51-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.03%
GREEN value IS 118 (46.48% from 255) = 37.34%
BLUE value IS 81 (32.03% from 255) = 25.63%
R=37.03%
G=37.34%
B=25.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117118810.0100.310.5461.6218.5939.02
Hex757651101F363e1327
Octal165166121103766762347
Binary111010111101101010001101111111011011111010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757651; }

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

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

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

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

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

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

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

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