#7C5557

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

Shades of Falcon #7C5557

Tints of Falcon #7C5557

Color information

#7C5557 (or 0x7C5557) is unknown color: approx Falcon. HEX triplet: 7C, 55 and 57. RGB value is (124,85,87). Sum of RGB (Red+Green+Blue) = 124+85+87=296 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.89% from 296); Green value is 85 (33.59% from 255 or 28.72% from 296); Blue value is 87 (34.38% from 255 or 29.39% from 296); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5557 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5557 is #83AAA8. Grayscale: #606060. Windows color (decimal): -8628905 or 5723516. OLE color: 5723516.

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

Color convert

RGB1248587-
CMYK00.310.300.51
HSL356.92º18.66%40.98%-
HSV(B)356.92º31.45%48.63%-
XYZ13.2811.4710.53-
YUV96.89122.42147.34-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 41.89%
GREEN value IS 85 (33.59% from 255) = 28.72%
BLUE value IS 87 (34.38% from 255) = 29.39%
R=41.89%
G=28.72%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124858700.310.300.51356.9218.6640.98
Hex7C555701F1E331651329
Octal17412512703736635452351
Binary1111100101010110101110111111111011001110110010110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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