#7E545A

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

Shades of Falcon #7E545A

Tints of Falcon #7E545A

Color information

#7E545A (or 0x7E545A) is unknown color: approx Falcon. HEX triplet: 7E, 54 and 5A. RGB value is (126,84,90). Sum of RGB (Red+Green+Blue) = 126+84+90=300 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42% from 300); Green value is 84 (33.20% from 255 or 28% from 300); Blue value is 90 (35.55% from 255 or 30% from 300); Max value from RGB is 126 - color contains mainly: red. Hex color #7E545A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E545A is #81ABA5. Grayscale: #616161. Windows color (decimal): -8498086 or 5919870. OLE color: 5919870.

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

Color convert

RGB1268490-
CMYK00.330.290.51
HSL351.43º20%41.18%-
HSV(B)351.43º33.33%49.41%-
XYZ13.6211.5111.18-
YUV97.24123.91148.51-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 42%
GREEN value IS 84 (33.20% from 255) = 28%
BLUE value IS 90 (35.55% from 255) = 30%
R=42%
G=28%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.29
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126849000.330.290.51351.432041.18
Hex7E545A0211D3315f1429
Octal17612413204135635372451
Binary11111101010100101101001000011110111001110101111110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E545A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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