#757552

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

Shades of Finch #757552

Tints of Finch #757552

Color information

#757552 (or 0x757552) is unknown color: approx Finch. HEX triplet: 75, 75 and 52. RGB value is (117,117,82). Sum of RGB (Red+Green+Blue) = 117+117+82=316 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.03% from 316); Green value is 117 (46.09% from 255 or 37.03% from 316); Blue value is 82 (32.42% from 255 or 25.95% from 316); Max value from RGB is 117 - color contains mainly: red, green. Hex color #757552 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757552 is #8A8AAD. Grayscale: #717171. Windows color (decimal): -9079470 or 5404021. OLE color: 5404021.

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

Color convert

RGB11711782-
CMYK000.300.54
HSL60º17.59%39.02%-
HSV(B)60º29.91%45.88%-
XYZ15.2217.1110.48-
YUV113.01110.5130.85-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.03%
GREEN value IS 117 (46.09% from 255) = 37.03%
BLUE value IS 82 (32.42% from 255) = 25.95%
R=37.03%
G=37.03%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11711782000.300.546017.5939.02
Hex757552001E363c1227
Octal165165122003666742247
Binary111010111101011010010001111011011011110010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757552; }

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

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

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

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

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

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

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

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