#757A59

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

Shades of Finch #757A59

Tints of Finch #757A59

Color information

#757A59 (or 0x757A59) is unknown color: approx Finch. HEX triplet: 75, 7A and 59. RGB value is (117,122,89). Sum of RGB (Red+Green+Blue) = 117+122+89=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 122 (48.05% from 255 or 37.20% from 328); Blue value is 89 (35.16% from 255 or 27.13% from 328); Max value from RGB is 122 - color contains mainly: green. Hex color #757A59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757A59 is #8A85A6. Grayscale: #747474. Windows color (decimal): -9078183 or 5864053. OLE color: 5864053.

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

Color convert

RGB11712289-
CMYK0.0400.270.52
HSL69.09º15.64%41.37%-
HSV(B)69.09º27.05%47.84%-
XYZ16.118.4212.16-
YUV116.74112.34128.18-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.67%
GREEN value IS 122 (48.05% from 255) = 37.20%
BLUE value IS 89 (35.16% from 255) = 27.13%
R=35.67%
G=37.20%
B=27.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal117122890.0400.270.5269.0915.6441.37
Hex757A59401B34451029
Octal1651721314033641052051
Binary111010111110101011001100011011110100100010110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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