#786466

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

Shades of Falcon #786466

Tints of Falcon #786466

Color information

#786466 (or 0x786466) is unknown color: approx Falcon. HEX triplet: 78, 64 and 66. RGB value is (120,100,102). Sum of RGB (Red+Green+Blue) = 120+100+102=322 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.27% from 322); Green value is 100 (39.45% from 255 or 31.06% from 322); Blue value is 102 (40.23% from 255 or 31.68% from 322); Max value from RGB is 120 - color contains mainly: red. Hex color #786466 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786466 is #879B99. Grayscale: #6A6A6A. Windows color (decimal): -8887194 or 6710392. OLE color: 6710392.

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

Color convert

RGB120100102-
CMYK00.170.150.53
HSL354º9.09%43.14%-
HSV(B)354º16.67%47.06%-
XYZ14.714.0714.51-
YUV106.21125.63137.84-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.27%
GREEN value IS 100 (39.45% from 255) = 31.06%
BLUE value IS 102 (40.23% from 255) = 31.68%
R=37.27%
G=31.06%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12010010200.170.150.533549.0943.14
Hex786466011F3516292b
Octal17014414602117655421153
Binary11110001100100110011001000111111101011011000101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786466; }

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

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

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

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

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

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

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

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