#766466

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

Shades of Falcon #766466

Tints of Falcon #766466

Color information

#766466 (or 0x766466) is unknown color: approx Falcon. HEX triplet: 76, 64 and 66. RGB value is (118,100,102). Sum of RGB (Red+Green+Blue) = 118+100+102=320 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.88% from 320); Green value is 100 (39.45% from 255 or 31.25% from 320); Blue value is 102 (40.23% from 255 or 31.88% from 320); Max value from RGB is 118 - color contains mainly: red. Hex color #766466 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766466 is #899B99. Grayscale: #696969. Windows color (decimal): -9018266 or 6710390. OLE color: 6710390.

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

Color convert

RGB118100102-
CMYK00.150.140.54
HSL353.33º8.26%42.75%-
HSV(B)353.33º15.25%46.27%-
XYZ14.4313.9314.5-
YUV105.61125.96136.84-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.88%
GREEN value IS 100 (39.45% from 255) = 31.25%
BLUE value IS 102 (40.23% from 255) = 31.88%
R=36.88%
G=31.25%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11810010200.150.140.54353.338.2642.75
Hex7664660FE3616182b
Octal16614414601716665411053
Binary1110110110010011001100111111101101101011000011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766466; }

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

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

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

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

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

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

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

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