#775457

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

Shades of Falcon #775457

Tints of Falcon #775457

Color information

#775457 (or 0x775457) is unknown color: approx Falcon. HEX triplet: 77, 54 and 57. RGB value is (119,84,87). Sum of RGB (Red+Green+Blue) = 119+84+87=290 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.03% from 290); Green value is 84 (33.20% from 255 or 28.97% from 290); Blue value is 87 (34.38% from 255 or 30% from 290); Max value from RGB is 119 - color contains mainly: red. Hex color #775457 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775457 is #88ABA8. Grayscale: #5E5E5E. Windows color (decimal): -8956841 or 5723255. OLE color: 5723255.

HSL color Cylindrical-coordinate representation of color #775457: hue angle of 354.86º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #775457 is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB1198487-
CMYK00.290.270.53
HSL354.86º17.24%39.8%-
HSV(B)354.86º29.41%46.67%-
XYZ12.510.9510.47-
YUV94.81123.6145.26-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.03%
GREEN value IS 84 (33.20% from 255) = 28.97%
BLUE value IS 87 (34.38% from 255) = 30%
R=41.03%
G=28.97%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119848700.290.270.53354.8617.2439.8
Hex77545701D1B351631128
Octal16712412703533655432150
Binary1110111101010010101110111011101111010110110001110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775457; }

 p { color: rgb(119,84,87); }

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

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

 a { background-color: rgb(119,84,87); }

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

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

 span { border-color: rgb(119,84,87); }

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