#7E5A5B

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

Shades of Falcon #7E5A5B

Tints of Falcon #7E5A5B

Color information

#7E5A5B (or 0x7E5A5B) is unknown color: approx Falcon. HEX triplet: 7E, 5A and 5B. RGB value is (126,90,91). Sum of RGB (Red+Green+Blue) = 126+90+91=307 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.04% from 307); Green value is 90 (35.55% from 255 or 29.32% from 307); Blue value is 91 (35.94% from 255 or 29.64% from 307); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5A5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5A5B is #81A5A4. Grayscale: #646464. Windows color (decimal): -8496549 or 5986942. OLE color: 5986942.

HSL color Cylindrical-coordinate representation of color #7E5A5B: hue angle of 358.33º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7E5A5B is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.51.

Color convert

RGB1269091-
CMYK00.290.280.51
HSL358.33º16.67%42.35%-
HSV(B)358.33º28.57%49.41%-
XYZ14.1512.511.57-
YUV100.88122.43145.92-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 41.04%
GREEN value IS 90 (35.55% from 255) = 29.32%
BLUE value IS 91 (35.94% from 255) = 29.64%
R=41.04%
G=29.32%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126909100.290.280.51358.3316.6742.35
Hex7E5A5B01D1C33166112a
Octal17613213303534635462152
Binary1111110101101010110110111011110011001110110011010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E5A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,90,91); }

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

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

 a { background-color: rgb(126,90,91); }

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

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

 span { border-color: rgb(126,90,91); }

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