#775057

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

Shades of Falcon #775057

Tints of Falcon #775057

Color information

#775057 (or 0x775057) is unknown color: approx Falcon. HEX triplet: 77, 50 and 57. RGB value is (119,80,87). Sum of RGB (Red+Green+Blue) = 119+80+87=286 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.61% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 87 (34.38% from 255 or 30.42% from 286); Max value from RGB is 119 - color contains mainly: red. Hex color #775057 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775057 is #88AFA8. Grayscale: #5C5C5C. Windows color (decimal): -8957865 or 5722231. OLE color: 5722231.

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

Color convert

RGB1198087-
CMYK00.330.270.53
HSL349.23º19.6%39.02%-
HSV(B)349.23º32.77%46.67%-
XYZ12.210.3510.37-
YUV92.46124.92146.93-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.61%
GREEN value IS 80 (31.64% from 255) = 27.97%
BLUE value IS 87 (34.38% from 255) = 30.42%
R=41.61%
G=27.97%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119808700.330.270.53349.2319.639.02
Hex7750570211B3515d1427
Octal16712012704133655352447
Binary11101111010000101011101000011101111010110101110110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775057; }

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

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

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

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

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

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

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

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