#757558

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

Shades of Finch #757558

Tints of Finch #757558

Color information

#757558 (or 0x757558) is unknown color: approx Finch. HEX triplet: 75, 75 and 58. RGB value is (117,117,88). Sum of RGB (Red+Green+Blue) = 117+117+88=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 117 (46.09% from 255 or 36.34% from 322); Blue value is 88 (34.77% from 255 or 27.33% from 322); Max value from RGB is 117 - color contains mainly: red, green. Hex color #757558 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757558 is #8A8AA7. Grayscale: #717171. Windows color (decimal): -9079464 or 5797237. OLE color: 5797237.

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

Color convert

RGB11711788-
CMYK000.250.54
HSL60º14.15%40.2%-
HSV(B)60º24.79%45.88%-
XYZ15.4617.2111.74-
YUV113.69113.5130.36-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.34%
GREEN value IS 117 (46.09% from 255) = 36.34%
BLUE value IS 88 (34.77% from 255) = 27.33%
R=36.34%
G=36.34%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11711788000.250.546014.1540.2
Hex7575580019363ce28
Octal165165130003166741650
Binary11101011110101101100000110011101101111001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757558; }

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

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

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

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

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

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

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

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