#786566

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

Shades of Falcon #786566

Tints of Falcon #786566

Color information

#786566 (or 0x786566) is unknown color: approx Falcon. HEX triplet: 78, 65 and 66. RGB value is (120,101,102). Sum of RGB (Red+Green+Blue) = 120+101+102=323 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.15% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 102 (40.23% from 255 or 31.58% from 323); Max value from RGB is 120 - color contains mainly: red. Hex color #786566 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786566 is #879A99. Grayscale: #6A6A6A. Windows color (decimal): -8886938 or 6710648. OLE color: 6710648.

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

Color convert

RGB120101102-
CMYK00.160.150.53
HSL356.84º8.6%43.33%-
HSV(B)356.84º15.83%47.06%-
XYZ14.814.2614.54-
YUV106.8125.29137.42-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.15%
GREEN value IS 101 (39.84% from 255) = 31.27%
BLUE value IS 102 (40.23% from 255) = 31.58%
R=37.15%
G=31.27%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12010110200.160.150.53356.848.643.33
Hex786566010F3516592b
Octal17014514602017655451153
Binary11110001100101110011001000011111101011011001011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786566; }

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

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

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

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

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

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

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

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