#757956

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

Shades of Finch #757956

Tints of Finch #757956

Color information

#757956 (or 0x757956) is unknown color: approx Finch. HEX triplet: 75, 79 and 56. RGB value is (117,121,86). Sum of RGB (Red+Green+Blue) = 117+121+86=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 121 (47.66% from 255 or 37.35% from 324); Blue value is 86 (33.98% from 255 or 26.54% from 324); Max value from RGB is 121 - color contains mainly: green. Hex color #757956 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757956 is #8A86A9. Grayscale: #737373. Windows color (decimal): -9078442 or 5667189. OLE color: 5667189.

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

Color convert

RGB11712186-
CMYK0.0300.290.53
HSL66.86º16.91%40.59%-
HSV(B)66.86º28.93%47.45%-
XYZ15.8518.1311.47-
YUV115.81111.17128.85-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.11%
GREEN value IS 121 (47.66% from 255) = 37.35%
BLUE value IS 86 (33.98% from 255) = 26.54%
R=36.11%
G=37.35%
B=26.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117121860.0300.290.5366.8616.9140.59
Hex757956301D35431129
Octal1651711263035651032151
Binary11101011111001101011011011101110101100001110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757956; }

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

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

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

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

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

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

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

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