#786063

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

Shades of Falcon #786063

Tints of Falcon #786063

Color information

#786063 (or 0x786063) is unknown color: approx Falcon. HEX triplet: 78, 60 and 63. RGB value is (120,96,99). Sum of RGB (Red+Green+Blue) = 120+96+99=315 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.10% from 315); Green value is 96 (37.89% from 255 or 30.48% from 315); Blue value is 99 (39.06% from 255 or 31.43% from 315); Max value from RGB is 120 - color contains mainly: red. Hex color #786063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786063 is #879F9C. Grayscale: #676767. Windows color (decimal): -8888221 or 6512760. OLE color: 6512760.

HSL color Cylindrical-coordinate representation of color #786063: hue angle of 352.5º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #786063 is Cyan = 0, Magento = 0.2, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB1209699-
CMYK00.20.170.53
HSL352.5º11.11%42.35%-
HSV(B)352.5º20%47.06%-
XYZ14.1813.2613.62-
YUV103.52125.45139.76-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.10%
GREEN value IS 96 (37.89% from 255) = 30.48%
BLUE value IS 99 (39.06% from 255) = 31.43%
R=38.10%
G=30.48%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120969900.20.170.53352.511.1142.35
Hex7860630141135160b2a
Octal17014014302421655401352
Binary111100011000001100011010100100011101011011000001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786063; }

 p { color: rgb(120,96,99); }

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

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

 a { background-color: rgb(120,96,99); }

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

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

 span { border-color: rgb(120,96,99); }

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