#757961

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

Shades of Finch #757961

Tints of Finch #757961

Color information

#757961 (or 0x757961) is unknown color: approx Finch. HEX triplet: 75, 79 and 61. RGB value is (117,121,97). Sum of RGB (Red+Green+Blue) = 117+121+97=335 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.93% from 335); Green value is 121 (47.66% from 255 or 36.12% from 335); Blue value is 97 (38.28% from 255 or 28.96% from 335); Max value from RGB is 121 - color contains mainly: green. Hex color #757961 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757961 is #8A869E. Grayscale: #757575. Windows color (decimal): -9078431 or 6388085. OLE color: 6388085.

HSL color Cylindrical-coordinate representation of color #757961: hue angle of 70º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #757961 is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB11712197-
CMYK0.0300.200.53
HSL70º11.01%42.75%-
HSV(B)70º19.83%47.45%-
XYZ16.3318.3213.98-
YUV117.07116.67127.95-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.93%
GREEN value IS 121 (47.66% from 255) = 36.12%
BLUE value IS 97 (38.28% from 255) = 28.96%
R=34.93%
G=36.12%
B=28.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117121970.0300.200.537011.0142.75
Hex75796130143546b2b
Octal1651711413024651061353
Binary1110101111100111000011101010011010110001101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757961; }

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

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

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

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

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

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

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

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