#757652

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

Shades of Finch #757652

Tints of Finch #757652

Color information

#757652 (or 0x757652) is unknown color: approx Finch. HEX triplet: 75, 76 and 52. RGB value is (117,118,82). Sum of RGB (Red+Green+Blue) = 117+118+82=317 (41% of max value = 765). Red value is 117 (46.09% from 255 or 36.91% from 317); Green value is 118 (46.48% from 255 or 37.22% from 317); Blue value is 82 (32.42% from 255 or 25.87% from 317); Max value from RGB is 118 - color contains mainly: green. Hex color #757652 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757652 is #8A89AD. Grayscale: #717171. Windows color (decimal): -9079214 or 5404277. OLE color: 5404277.

HSL color Cylindrical-coordinate representation of color #757652: hue angle of 61.67º degrees, saturation: 0.18, 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 #757652 is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.54.

Color convert

RGB11711882-
CMYK0.0100.310.54
HSL61.67º18%39.22%-
HSV(B)61.67º30.51%46.27%-
XYZ15.3417.3510.52-
YUV113.6110.17130.43-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.91%
GREEN value IS 118 (46.48% from 255) = 37.22%
BLUE value IS 82 (32.42% from 255) = 25.87%
R=36.91%
G=37.22%
B=25.87%

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
Decimal117118820.0100.310.5461.671839.22
Hex757652101F363e1227
Octal165166122103766762247
Binary111010111101101010010101111111011011111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757652; }

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

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

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

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

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

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

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

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