#775960

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

Shades of Falcon #775960

Tints of Falcon #775960

Color information

#775960 (or 0x775960) is unknown color: approx Falcon. HEX triplet: 77, 59 and 60. RGB value is (119,89,96). Sum of RGB (Red+Green+Blue) = 119+89+96=304 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.14% from 304); Green value is 89 (35.16% from 255 or 29.28% from 304); Blue value is 96 (37.89% from 255 or 31.58% from 304); Max value from RGB is 119 - color contains mainly: red. Hex color #775960 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775960 is #88A69F. Grayscale: #626262. Windows color (decimal): -8955552 or 6314359. OLE color: 6314359.

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

Color convert

RGB1198996-
CMYK00.250.190.53
HSL346º14.42%40.78%-
HSV(B)346º25.21%46.67%-
XYZ13.2911.9112.66-
YUV98.77126.44142.43-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.14%
GREEN value IS 89 (35.16% from 255) = 29.28%
BLUE value IS 96 (37.89% from 255) = 31.58%
R=39.14%
G=29.28%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119899600.250.190.5334614.4240.78
Hex775960019133515ae29
Octal16713114003123655321651
Binary111011110110011100000011001100111101011010110101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775960; }

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

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

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

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

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

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

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

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