#757959

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

Shades of Finch #757959

Tints of Finch #757959

Color information

#757959 (or 0x757959) is unknown color: approx Finch. HEX triplet: 75, 79 and 59. RGB value is (117,121,89). Sum of RGB (Red+Green+Blue) = 117+121+89=327 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.78% from 327); Green value is 121 (47.66% from 255 or 37.00% from 327); Blue value is 89 (35.16% from 255 or 27.22% from 327); Max value from RGB is 121 - color contains mainly: green. Hex color #757959 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757959 is #8A86A6. Grayscale: #747474. Windows color (decimal): -9078439 or 5863797. OLE color: 5863797.

HSL color Cylindrical-coordinate representation of color #757959: hue angle of 67.5º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #757959 is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB11712189-
CMYK0.0300.260.53
HSL67.5º15.24%41.18%-
HSV(B)67.5º26.45%47.45%-
XYZ15.9818.1812.12-
YUV116.16112.67128.6-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.78%
GREEN value IS 121 (47.66% from 255) = 37.00%
BLUE value IS 89 (35.16% from 255) = 27.22%
R=35.78%
G=37.00%
B=27.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117121890.0300.260.5367.515.2441.18
Hex757959301A3544f29
Octal1651711313032651041751
Binary1110101111100110110011101101011010110001001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757959; }

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

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

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

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

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

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

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

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