#786064

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

Shades of Falcon #786064

Tints of Falcon #786064

Color information

#786064 (or 0x786064) is unknown color: approx Falcon. HEX triplet: 78, 60 and 64. RGB value is (120,96,100). Sum of RGB (Red+Green+Blue) = 120+96+100=316 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.97% from 316); Green value is 96 (37.89% from 255 or 30.38% from 316); Blue value is 100 (39.45% from 255 or 31.65% from 316); Max value from RGB is 120 - color contains mainly: red. Hex color #786064 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786064 is #879F9B. Grayscale: #676767. Windows color (decimal): -8888220 or 6578296. OLE color: 6578296.

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

Color convert

RGB12096100-
CMYK00.20.170.53
HSL350º11.11%42.35%-
HSV(B)350º20%47.06%-
XYZ14.2313.2813.87-
YUV103.63125.95139.67-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.97%
GREEN value IS 96 (37.89% from 255) = 30.38%
BLUE value IS 100 (39.45% from 255) = 31.65%
R=37.97%
G=30.38%
B=31.65%

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
Decimal1209610000.20.170.5335011.1142.35
Hex786064014113515eb2a
Octal17014014402421655361352
Binary111100011000001100100010100100011101011010111101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786064; }

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

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

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

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

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

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

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

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