#7E6064

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

Shades of Falcon #7E6064

Tints of Falcon #7E6064

Color information

#7E6064 (or 0x7E6064) is unknown color: approx Falcon. HEX triplet: 7E, 60 and 64. RGB value is (126,96,100). Sum of RGB (Red+Green+Blue) = 126+96+100=322 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.13% from 322); Green value is 96 (37.89% from 255 or 29.81% from 322); Blue value is 100 (39.45% from 255 or 31.06% from 322); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6064 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6064 is #819F9B. Grayscale: #696969. Windows color (decimal): -8495004 or 6578302. OLE color: 6578302.

HSL color Cylindrical-coordinate representation of color #7E6064: hue angle of 352º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7E6064 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.51.

Color convert

RGB12696100-
CMYK00.240.210.51
HSL352º13.51%43.53%-
HSV(B)352º23.81%49.41%-
XYZ15.0913.7213.91-
YUV105.43124.94142.67-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 39.13%
GREEN value IS 96 (37.89% from 255) = 29.81%
BLUE value IS 100 (39.45% from 255) = 31.06%
R=39.13%
G=29.81%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.21
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1269610000.240.210.5135213.5143.53
Hex7E60640181533160e2c
Octal17614014403025635401654
Binary111111011000001100100011000101011100111011000001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E6064; }

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

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

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

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

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

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

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

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