#775557

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

Shades of Falcon #775557

Tints of Falcon #775557

Color information

#775557 (or 0x775557) is unknown color: approx Falcon. HEX triplet: 77, 55 and 57. RGB value is (119,85,87). Sum of RGB (Red+Green+Blue) = 119+85+87=291 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.89% from 291); Green value is 85 (33.59% from 255 or 29.21% from 291); Blue value is 87 (34.38% from 255 or 29.90% from 291); Max value from RGB is 119 - color contains mainly: red. Hex color #775557 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775557 is #88AAA8. Grayscale: #5F5F5F. Windows color (decimal): -8956585 or 5723511. OLE color: 5723511.

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

Color convert

RGB1198587-
CMYK00.290.270.53
HSL356.47º16.67%40%-
HSV(B)356.47º28.57%46.67%-
XYZ12.5811.1110.5-
YUV95.39123.26144.84-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.89%
GREEN value IS 85 (33.59% from 255) = 29.21%
BLUE value IS 87 (34.38% from 255) = 29.90%
R=40.89%
G=29.21%
B=29.90%

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
Decimal119858700.290.270.53356.4716.6740
Hex77555701D1B351641128
Octal16712512703533655442150
Binary1110111101010110101110111011101111010110110010010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775557; }

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

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

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

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

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

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

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

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