#766064

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

Shades of Falcon #766064

Tints of Falcon #766064

Color information

#766064 (or 0x766064) is unknown color: approx Falcon. HEX triplet: 76, 60 and 64. RGB value is (118,96,100). Sum of RGB (Red+Green+Blue) = 118+96+100=314 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.58% from 314); Green value is 96 (37.89% from 255 or 30.57% from 314); Blue value is 100 (39.45% from 255 or 31.85% from 314); Max value from RGB is 118 - color contains mainly: red. Hex color #766064 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766064 is #899F9B. Grayscale: #676767. Windows color (decimal): -9019292 or 6578294. OLE color: 6578294.

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

Color convert

RGB11896100-
CMYK00.190.150.54
HSL349.09º10.28%41.96%-
HSV(B)349.09º18.64%46.27%-
XYZ13.9513.1413.86-
YUV103.03126.29138.67-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.58%
GREEN value IS 96 (37.89% from 255) = 30.57%
BLUE value IS 100 (39.45% from 255) = 31.85%
R=37.58%
G=30.57%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1189610000.190.150.54349.0910.2841.96
Hex766064013F3615da2a
Octal16614014402317665351252
Binary11101101100000110010001001111111101101010111011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766064; }

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

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

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

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

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

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

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

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