#7E6165

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

Shades of Falcon #7E6165

Tints of Falcon #7E6165

Color information

#7E6165 (or 0x7E6165) is unknown color: approx Falcon. HEX triplet: 7E, 61 and 65. RGB value is (126,97,101). Sum of RGB (Red+Green+Blue) = 126+97+101=324 (42% of max value = 765). Red value is 126 (49.61% from 255 or 38.89% from 324); Green value is 97 (38.28% from 255 or 29.94% from 324); Blue value is 101 (39.84% from 255 or 31.17% from 324); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6165 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6165 is #819E9A. Grayscale: #6A6A6A. Windows color (decimal): -8494747 or 6644094. OLE color: 6644094.

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

Color convert

RGB12697101-
CMYK00.230.200.51
HSL351.72º13%43.73%-
HSV(B)351.72º23.02%49.41%-
XYZ15.2313.9214.2-
YUV106.13125.11142.17-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 38.89%
GREEN value IS 97 (38.28% from 255) = 29.94%
BLUE value IS 101 (39.84% from 255) = 31.17%
R=38.89%
G=29.94%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.20
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1269710100.230.200.51351.721343.73
Hex7E61650171433160d2c
Octal17614114502724635401554
Binary111111011000011100101010111101001100111011000001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,97,101); }

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

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

 a { background-color: rgb(126,97,101); }

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

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

 span { border-color: rgb(126,97,101); }

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