#775C60

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

Shades of Falcon #775C60

Tints of Falcon #775C60

Color information

#775C60 (or 0x775C60) is unknown color: approx Falcon. HEX triplet: 77, 5C and 60. RGB value is (119,92,96). Sum of RGB (Red+Green+Blue) = 119+92+96=307 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.76% from 307); Green value is 92 (36.33% from 255 or 29.97% from 307); Blue value is 96 (37.89% from 255 or 31.27% from 307); Max value from RGB is 119 - color contains mainly: red. Hex color #775C60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775C60 is #88A39F. Grayscale: #646464. Windows color (decimal): -8954784 or 6315127. OLE color: 6315127.

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

Color convert

RGB1199296-
CMYK00.230.190.53
HSL351.11º12.8%41.37%-
HSV(B)351.11º22.69%46.67%-
XYZ13.5512.4212.75-
YUV100.53125.45141.17-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.76%
GREEN value IS 92 (36.33% from 255) = 29.97%
BLUE value IS 96 (37.89% from 255) = 31.27%
R=38.76%
G=29.97%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119929600.230.190.53351.1112.841.37
Hex775C60017133515fd29
Octal16713414002723655371551
Binary111011110111001100000010111100111101011010111111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775C60; }

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

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

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

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

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

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

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

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