#785457

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

Shades of Falcon #785457

Tints of Falcon #785457

Color information

#785457 (or 0x785457) is unknown color: approx Falcon. HEX triplet: 78, 54 and 57. RGB value is (120,84,87). Sum of RGB (Red+Green+Blue) = 120+84+87=291 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.24% from 291); Green value is 84 (33.20% from 255 or 28.87% from 291); Blue value is 87 (34.38% from 255 or 29.90% from 291); Max value from RGB is 120 - color contains mainly: red. Hex color #785457 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785457 is #87ABA8. Grayscale: #5F5F5F. Windows color (decimal): -8891305 or 5723256. OLE color: 5723256.

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

Color convert

RGB1208487-
CMYK00.30.280.53
HSL355º17.65%40%-
HSV(B)355º30%47.06%-
XYZ12.6411.0210.48-
YUV95.11123.43145.76-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.24%
GREEN value IS 84 (33.20% from 255) = 28.87%
BLUE value IS 87 (34.38% from 255) = 29.90%
R=41.24%
G=28.87%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120848700.30.280.5335517.6540
Hex78545701E1C351631228
Octal17012412703634655432250
Binary1111000101010010101110111101110011010110110001110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785457; }

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

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

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

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

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

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

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

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