#785359

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

Shades of Falcon #785359

Tints of Falcon #785359

Color information

#785359 (or 0x785359) is unknown color: approx Falcon. HEX triplet: 78, 53 and 59. RGB value is (120,83,89). Sum of RGB (Red+Green+Blue) = 120+83+89=292 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.10% from 292); Green value is 83 (32.81% from 255 or 28.42% from 292); Blue value is 89 (35.16% from 255 or 30.48% from 292); Max value from RGB is 120 - color contains mainly: red. Hex color #785359 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785359 is #87ACA6. Grayscale: #5E5E5E. Windows color (decimal): -8891559 or 5854072. OLE color: 5854072.

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

Color convert

RGB1208389-
CMYK00.310.260.53
HSL350.27º18.23%39.8%-
HSV(B)350.27º30.83%47.06%-
XYZ12.6410.910.89-
YUV94.75124.76146.01-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.10%
GREEN value IS 83 (32.81% from 255) = 28.42%
BLUE value IS 89 (35.16% from 255) = 30.48%
R=41.10%
G=28.42%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120838900.310.260.53350.2718.2339.8
Hex78535901F1A3515e1228
Octal17012313103732655362250
Binary1111000101001110110010111111101011010110101111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785359; }

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

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

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

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

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

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

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

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