#785057

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

Shades of Falcon #785057

Tints of Falcon #785057

Color information

#785057 (or 0x785057) is unknown color: approx Falcon. HEX triplet: 78, 50 and 57. RGB value is (120,80,87). Sum of RGB (Red+Green+Blue) = 120+80+87=287 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.81% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 87 (34.38% from 255 or 30.31% from 287); Max value from RGB is 120 - color contains mainly: red. Hex color #785057 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785057 is #87AFA8. Grayscale: #5C5C5C. Windows color (decimal): -8892329 or 5722232. OLE color: 5722232.

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

Color convert

RGB1208087-
CMYK00.330.280.53
HSL349.5º20%39.22%-
HSV(B)349.5º33.33%47.06%-
XYZ12.3310.4210.38-
YUV92.76124.75147.43-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.81%
GREEN value IS 80 (31.64% from 255) = 27.87%
BLUE value IS 87 (34.38% from 255) = 30.31%
R=41.81%
G=27.87%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120808700.330.280.53349.52039.22
Hex7850570211C3515e1427
Octal17012012704134655362447
Binary11110001010000101011101000011110011010110101111010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785057; }

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

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

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

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

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

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

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

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