#7E5557

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

Shades of Falcon #7E5557

Tints of Falcon #7E5557

Color information

#7E5557 (or 0x7E5557) is unknown color: approx Falcon. HEX triplet: 7E, 55 and 57. RGB value is (126,85,87). Sum of RGB (Red+Green+Blue) = 126+85+87=298 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.28% from 298); Green value is 85 (33.59% from 255 or 28.52% from 298); Blue value is 87 (34.38% from 255 or 29.19% from 298); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5557 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5557 is #81AAA8. Grayscale: #616161. Windows color (decimal): -8497833 or 5723518. OLE color: 5723518.

HSL color Cylindrical-coordinate representation of color #7E5557: hue angle of 357.07º degrees, saturation: 0.19, 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 #7E5557 is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.51.

Color convert

RGB1268587-
CMYK00.330.310.51
HSL357.07º19.43%41.37%-
HSV(B)357.07º32.54%49.41%-
XYZ13.5711.6210.54-
YUV97.49122.08148.34-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 42.28%
GREEN value IS 85 (33.59% from 255) = 28.52%
BLUE value IS 87 (34.38% from 255) = 29.19%
R=42.28%
G=28.52%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126858700.330.310.51357.0719.4341.37
Hex7E55570211F331651329
Octal17612512704137635452351
Binary11111101010101101011101000011111111001110110010110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E5557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,85,87); }

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

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

 a { background-color: rgb(126,85,87); }

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

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

 span { border-color: rgb(126,85,87); }

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