#775357

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

Shades of Falcon #775357

Tints of Falcon #775357

Color information

#775357 (or 0x775357) is unknown color: approx Falcon. HEX triplet: 77, 53 and 57. RGB value is (119,83,87). Sum of RGB (Red+Green+Blue) = 119+83+87=289 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.18% from 289); Green value is 83 (32.81% from 255 or 28.72% from 289); Blue value is 87 (34.38% from 255 or 30.10% from 289); Max value from RGB is 119 - color contains mainly: red. Hex color #775357 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775357 is #88ACA8. Grayscale: #5E5E5E. Windows color (decimal): -8957097 or 5722999. OLE color: 5722999.

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

Color convert

RGB1198387-
CMYK00.300.270.53
HSL353.33º17.82%39.61%-
HSV(B)353.33º30.25%46.67%-
XYZ12.4210.810.45-
YUV94.22123.93145.67-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.18%
GREEN value IS 83 (32.81% from 255) = 28.72%
BLUE value IS 87 (34.38% from 255) = 30.10%
R=41.18%
G=28.72%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119838700.300.270.53353.3317.8239.61
Hex77535701E1B351611228
Octal16712312703633655412250
Binary1110111101001110101110111101101111010110110000110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775357; }

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

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

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

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

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

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

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

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