#785557

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

Shades of Falcon #785557

Tints of Falcon #785557

Color information

#785557 (or 0x785557) is unknown color: approx Falcon. HEX triplet: 78, 55 and 57. RGB value is (120,85,87). Sum of RGB (Red+Green+Blue) = 120+85+87=292 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.10% from 292); Green value is 85 (33.59% from 255 or 29.11% from 292); Blue value is 87 (34.38% from 255 or 29.79% from 292); Max value from RGB is 120 - color contains mainly: red. Hex color #785557 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785557 is #87AAA8. Grayscale: #5F5F5F. Windows color (decimal): -8891049 or 5723512. OLE color: 5723512.

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

Color convert

RGB1208587-
CMYK00.290.280.53
HSL356.57º17.07%40.2%-
HSV(B)356.57º29.17%47.06%-
XYZ12.7111.1810.5-
YUV95.69123.1145.34-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.10%
GREEN value IS 85 (33.59% from 255) = 29.11%
BLUE value IS 87 (34.38% from 255) = 29.79%
R=41.10%
G=29.11%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120858700.290.280.53356.5717.0740.2
Hex78555701D1C351651128
Octal17012512703534655452150
Binary1111000101010110101110111011110011010110110010110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785557; }

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

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

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

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

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

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

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

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