#785357

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

Shades of Falcon #785357

Tints of Falcon #785357

Color information

#785357 (or 0x785357) is unknown color: approx Falcon. HEX triplet: 78, 53 and 57. RGB value is (120,83,87). Sum of RGB (Red+Green+Blue) = 120+83+87=290 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.38% from 290); Green value is 83 (32.81% from 255 or 28.62% from 290); Blue value is 87 (34.38% from 255 or 30% from 290); Max value from RGB is 120 - color contains mainly: red. Hex color #785357 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785357 is #87ACA8. Grayscale: #5E5E5E. Windows color (decimal): -8891561 or 5723000. OLE color: 5723000.

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

Color convert

RGB1208387-
CMYK00.310.280.53
HSL353.51º18.23%39.8%-
HSV(B)353.51º30.83%47.06%-
XYZ12.5610.8710.45-
YUV94.52123.76146.17-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.38%
GREEN value IS 83 (32.81% from 255) = 28.62%
BLUE value IS 87 (34.38% from 255) = 30%
R=41.38%
G=28.62%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120838700.310.280.53353.5118.2339.8
Hex78535701F1C351621228
Octal17012312703734655422250
Binary1111000101001110101110111111110011010110110001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785357; }

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

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

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

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

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

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

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

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