#785960

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

Shades of Falcon #785960

Tints of Falcon #785960

Color information

#785960 (or 0x785960) is unknown color: approx Falcon. HEX triplet: 78, 59 and 60. RGB value is (120,89,96). Sum of RGB (Red+Green+Blue) = 120+89+96=305 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.34% from 305); Green value is 89 (35.16% from 255 or 29.18% from 305); Blue value is 96 (37.89% from 255 or 31.48% from 305); Max value from RGB is 120 - color contains mainly: red. Hex color #785960 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785960 is #87A69F. Grayscale: #636363. Windows color (decimal): -8890016 or 6314360. OLE color: 6314360.

HSL color Cylindrical-coordinate representation of color #785960: hue angle of 346.45º 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 #785960 is Cyan = 0, Magento = 0.26, Yellow = 0.2 and Black (K on CMYK) = 0.53.

Color convert

RGB1208996-
CMYK00.260.20.53
HSL346.45º14.83%40.98%-
HSV(B)346.45º25.83%47.06%-
XYZ13.4311.9812.67-
YUV99.07126.27142.93-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.34%
GREEN value IS 89 (35.16% from 255) = 29.18%
BLUE value IS 96 (37.89% from 255) = 31.48%
R=39.34%
G=29.18%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.2
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120899600.260.20.53346.4514.8340.98
Hex78596001A143515af29
Octal17013114003224655321751
Binary111100010110011100000011010101001101011010110101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785960; }

 p { color: rgb(120,89,96); }

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

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

 a { background-color: rgb(120,89,96); }

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

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

 span { border-color: rgb(120,89,96); }

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