#766364

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

Shades of Falcon #766364

Tints of Falcon #766364

Color information

#766364 (or 0x766364) is unknown color: approx Falcon. HEX triplet: 76, 63 and 64. RGB value is (118,99,100). Sum of RGB (Red+Green+Blue) = 118+99+100=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 99 (39.06% from 255 or 31.23% from 317); Blue value is 100 (39.45% from 255 or 31.55% from 317); Max value from RGB is 118 - color contains mainly: red. Hex color #766364 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766364 is #899C9B. Grayscale: #686868. Windows color (decimal): -9018524 or 6579062. OLE color: 6579062.

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

Color convert

RGB11899100-
CMYK00.160.150.54
HSL356.84º8.76%42.55%-
HSV(B)356.84º16.1%46.27%-
XYZ14.2313.713.95-
YUV104.8125.29137.42-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.22%
GREEN value IS 99 (39.06% from 255) = 31.23%
BLUE value IS 100 (39.45% from 255) = 31.55%
R=37.22%
G=31.23%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1189910000.160.150.54356.848.7642.55
Hex766364010F3616592b
Octal16614314402017665451153
Binary11101101100011110010001000011111101101011001011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766364; }

 p { color: rgb(118,99,100); }

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

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

 a { background-color: rgb(118,99,100); }

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

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

 span { border-color: rgb(118,99,100); }

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