#786465

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

Shades of Falcon #786465

Tints of Falcon #786465

Color information

#786465 (or 0x786465) is unknown color: approx Falcon. HEX triplet: 78, 64 and 65. RGB value is (120,100,101). Sum of RGB (Red+Green+Blue) = 120+100+101=321 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.38% from 321); Green value is 100 (39.45% from 255 or 31.15% from 321); Blue value is 101 (39.84% from 255 or 31.46% from 321); Max value from RGB is 120 - color contains mainly: red. Hex color #786465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786465 is #879B9A. Grayscale: #6A6A6A. Windows color (decimal): -8887195 or 6644856. OLE color: 6644856.

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

Color convert

RGB120100101-
CMYK00.170.160.53
HSL357º9.09%43.14%-
HSV(B)357º16.67%47.06%-
XYZ14.6514.0514.25-
YUV106.09125.13137.92-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.38%
GREEN value IS 100 (39.45% from 255) = 31.15%
BLUE value IS 101 (39.84% from 255) = 31.46%
R=37.38%
G=31.15%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12010010100.170.160.533579.0943.14
Hex786465011103516592b
Octal17014414502120655451153
Binary111100011001001100101010001100001101011011001011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786465; }

 p { color: rgb(120,100,101); }

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

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

 a { background-color: rgb(120,100,101); }

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

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

 span { border-color: rgb(120,100,101); }

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