#785459

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

Shades of Falcon #785459

Tints of Falcon #785459

Color information

#785459 (or 0x785459) is unknown color: approx Falcon. HEX triplet: 78, 54 and 59. RGB value is (120,84,89). Sum of RGB (Red+Green+Blue) = 120+84+89=293 (38% of max value = 765). Red value is 120 (47.27% from 255 or 40.96% from 293); Green value is 84 (33.20% from 255 or 28.67% from 293); Blue value is 89 (35.16% from 255 or 30.38% from 293); Max value from RGB is 120 - color contains mainly: red. Hex color #785459 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785459 is #87ABA6. Grayscale: #5F5F5F. Windows color (decimal): -8891303 or 5854328. OLE color: 5854328.

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

Color convert

RGB1208489-
CMYK00.30.260.53
HSL351.67º17.65%40%-
HSV(B)351.67º30%47.06%-
XYZ12.7211.0510.91-
YUV95.33124.43145.59-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.96%
GREEN value IS 84 (33.20% from 255) = 28.67%
BLUE value IS 89 (35.16% from 255) = 30.38%
R=40.96%
G=28.67%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120848900.30.260.53351.6717.6540
Hex78545901E1A351601228
Octal17012413103632655402250
Binary1111000101010010110010111101101011010110110000010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785459; }

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

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

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

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

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

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

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

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