#785354

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

Shades of Falcon #785354

Tints of Falcon #785354

Color information

#785354 (or 0x785354) is unknown color: approx Falcon. HEX triplet: 78, 53 and 54. RGB value is (120,83,84). Sum of RGB (Red+Green+Blue) = 120+83+84=287 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.81% from 287); Green value is 83 (32.81% from 255 or 28.92% from 287); Blue value is 84 (33.20% from 255 or 29.27% from 287); Max value from RGB is 120 - color contains mainly: red. Hex color #785354 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785354 is #87ACAB. Grayscale: #5E5E5E. Windows color (decimal): -8891564 or 5526392. OLE color: 5526392.

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

Color convert

RGB1208384-
CMYK00.310.30.53
HSL358.38º18.23%39.8%-
HSV(B)358.38º30.83%47.06%-
XYZ12.4410.829.82-
YUV94.18122.26146.42-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.81%
GREEN value IS 83 (32.81% from 255) = 28.92%
BLUE value IS 84 (33.20% from 255) = 29.27%
R=41.81%
G=28.92%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.3
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120838400.310.30.53358.3818.2339.8
Hex78535401F1E351661228
Octal17012312403736655462250
Binary1111000101001110101000111111111011010110110011010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785354; }

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

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

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

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

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

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

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

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