#757C57

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

Shades of Finch #757C57

Tints of Finch #757C57

Color information

#757C57 (or 0x757C57) is unknown color: approx Finch. HEX triplet: 75, 7C and 57. RGB value is (117,124,87). Sum of RGB (Red+Green+Blue) = 117+124+87=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 124 (48.83% from 255 or 37.80% from 328); Blue value is 87 (34.38% from 255 or 26.52% from 328); Max value from RGB is 124 - color contains mainly: green. Hex color #757C57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757C57 is #8A83A8. Grayscale: #757575. Windows color (decimal): -9077673 or 5733493. OLE color: 5733493.

HSL color Cylindrical-coordinate representation of color #757C57: hue angle of 71.35º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #757C57 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.51.

Color convert

RGB11712487-
CMYK0.0600.300.51
HSL71.35º17.54%41.37%-
HSV(B)71.35º29.84%48.63%-
XYZ16.2618.8911.8-
YUV117.69110.68127.51-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.67%
GREEN value IS 124 (48.83% from 255) = 37.80%
BLUE value IS 87 (34.38% from 255) = 26.52%
R=35.67%
G=37.80%
B=26.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal117124870.0600.300.5171.3517.5441.37
Hex757C57601E33471229
Octal1651741276036631072251
Binary111010111111001010111110011110110011100011110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757C57; }

 p { color: rgb(117,124,87); }

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

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

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

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

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

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

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