#737460

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

Shades of Finch #737460

Tints of Finch #737460

Color information

#737460 (or 0x737460) is unknown color: approx Finch. HEX triplet: 73, 74 and 60. RGB value is (115,116,96). Sum of RGB (Red+Green+Blue) = 115+116+96=327 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.17% from 327); Green value is 116 (45.70% from 255 or 35.47% from 327); Blue value is 96 (37.89% from 255 or 29.36% from 327); Max value from RGB is 116 - color contains mainly: green. Hex color #737460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737460 is #8C8B9F. Grayscale: #717171. Windows color (decimal): -9210784 or 6321267. OLE color: 6321267.

HSL color Cylindrical-coordinate representation of color #737460: hue angle of 63º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #737460 is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB11511696-
CMYK0.0100.170.55
HSL63º9.43%41.57%-
HSV(B)63º17.24%45.49%-
XYZ15.4316.9813.53-
YUV113.42118.17129.13-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.17%
GREEN value IS 116 (45.70% from 255) = 35.47%
BLUE value IS 96 (37.89% from 255) = 29.36%
R=35.17%
G=35.47%
B=29.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115116960.0100.170.55639.4341.57
Hex7374601011373f92a
Octal163164140102167771152
Binary11100111110100110000010100011101111111111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737460; }

 p { color: rgb(115,116,96); }

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

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

 a { background-color: rgb(115,116,96); }

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

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

 span { border-color: rgb(115,116,96); }

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