#746364

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

Shades of Falcon #746364

Tints of Falcon #746364

Color information

#746364 (or 0x746364) is unknown color: approx Falcon. HEX triplet: 74, 63 and 64. RGB value is (116,99,100). Sum of RGB (Red+Green+Blue) = 116+99+100=315 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.83% from 315); Green value is 99 (39.06% from 255 or 31.43% from 315); Blue value is 100 (39.45% from 255 or 31.75% from 315); Max value from RGB is 116 - color contains mainly: red. Hex color #746364 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746364 is #8B9C9B. Grayscale: #686868. Windows color (decimal): -9149596 or 6579060. OLE color: 6579060.

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

Color convert

RGB11699100-
CMYK00.150.140.55
HSL356.47º7.91%42.16%-
HSV(B)356.47º14.66%45.49%-
XYZ13.9613.5613.94-
YUV104.2125.63136.42-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.83%
GREEN value IS 99 (39.06% from 255) = 31.43%
BLUE value IS 100 (39.45% from 255) = 31.75%
R=36.83%
G=31.43%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1169910000.150.140.55356.477.9142.16
Hex7463640FE3716482a
Octal16414314401716675441052
Binary1110100110001111001000111111101101111011001001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746364; }

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

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

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

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

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

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

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

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