#726364

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

Shades of Falcon #726364

Tints of Falcon #726364

Color information

#726364 (or 0x726364) is unknown color: approx Falcon. HEX triplet: 72, 63 and 64. RGB value is (114,99,100). Sum of RGB (Red+Green+Blue) = 114+99+100=313 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.42% from 313); Green value is 99 (39.06% from 255 or 31.63% from 313); Blue value is 100 (39.45% from 255 or 31.95% from 313); Max value from RGB is 114 - color contains mainly: red. Hex color #726364 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726364 is #8D9C9B. Grayscale: #676767. Windows color (decimal): -9280668 or 6579058. OLE color: 6579058.

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

Color convert

RGB11499100-
CMYK00.130.120.55
HSL356º7.04%41.76%-
HSV(B)356º13.16%44.71%-
XYZ13.713.4213.92-
YUV103.6125.97135.42-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.42%
GREEN value IS 99 (39.06% from 255) = 31.63%
BLUE value IS 100 (39.45% from 255) = 31.95%
R=36.42%
G=31.63%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1149910000.130.120.553567.0441.76
Hex7263640DC3716472a
Octal1621431440151467544752
Binary111001011000111100100011011100110111101100100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726364; }

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

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

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

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

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

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

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

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