#766264

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

Shades of Falcon #766264

Tints of Falcon #766264

Color information

#766264 (or 0x766264) is unknown color: approx Falcon. HEX triplet: 76, 62 and 64. RGB value is (118,98,100). Sum of RGB (Red+Green+Blue) = 118+98+100=316 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.34% from 316); Green value is 98 (38.67% from 255 or 31.01% from 316); Blue value is 100 (39.45% from 255 or 31.65% from 316); Max value from RGB is 118 - color contains mainly: red. Hex color #766264 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766264 is #899D9B. Grayscale: #686868. Windows color (decimal): -9018780 or 6578806. OLE color: 6578806.

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

Color convert

RGB11898100-
CMYK00.170.150.54
HSL354º9.26%42.35%-
HSV(B)354º16.95%46.27%-
XYZ14.1413.5113.92-
YUV104.21125.63137.84-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.34%
GREEN value IS 98 (38.67% from 255) = 31.01%
BLUE value IS 100 (39.45% from 255) = 31.65%
R=37.34%
G=31.01%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1189810000.170.150.543549.2642.35
Hex766264011F3616292a
Octal16614214402117665421152
Binary11101101100010110010001000111111101101011000101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766264; }

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

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

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

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

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

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

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

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