#757A57

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

Shades of Finch #757A57

Tints of Finch #757A57

Color information

#757A57 (or 0x757A57) is unknown color: approx Finch. HEX triplet: 75, 7A and 57. RGB value is (117,122,87). Sum of RGB (Red+Green+Blue) = 117+122+87=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 122 (48.05% from 255 or 37.42% from 326); Blue value is 87 (34.38% from 255 or 26.69% from 326); Max value from RGB is 122 - color contains mainly: green. Hex color #757A57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757A57 is #8A85A8. Grayscale: #747474. Windows color (decimal): -9078185 or 5732981. OLE color: 5732981.

HSL color Cylindrical-coordinate representation of color #757A57: hue angle of 68.57º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #757A57 is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.52.

Color convert

RGB11712287-
CMYK0.0400.290.52
HSL68.57º16.75%40.98%-
HSV(B)68.57º28.69%47.84%-
XYZ16.0218.3911.72-
YUV116.51111.34128.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.89%
GREEN value IS 122 (48.05% from 255) = 37.42%
BLUE value IS 87 (34.38% from 255) = 26.69%
R=35.89%
G=37.42%
B=26.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal117122870.0400.290.5268.5716.7540.98
Hex757A57401D34451129
Octal1651721274035641052151
Binary111010111110101010111100011101110100100010110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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