#7C5657

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

Shades of Falcon #7C5657

Tints of Falcon #7C5657

Color information

#7C5657 (or 0x7C5657) is unknown color: approx Falcon. HEX triplet: 7C, 56 and 57. RGB value is (124,86,87). Sum of RGB (Red+Green+Blue) = 124+86+87=297 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.75% from 297); Green value is 86 (33.98% from 255 or 28.96% from 297); Blue value is 87 (34.38% from 255 or 29.29% from 297); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5657 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5657 is #83A9A8. Grayscale: #616161. Windows color (decimal): -8628649 or 5723772. OLE color: 5723772.

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

Color convert

RGB1248687-
CMYK00.310.300.51
HSL358.42º18.1%41.18%-
HSV(B)358.42º30.65%48.63%-
XYZ13.3611.6310.56-
YUV97.48122.09146.92-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 41.75%
GREEN value IS 86 (33.98% from 255) = 28.96%
BLUE value IS 87 (34.38% from 255) = 29.29%
R=41.75%
G=28.96%
B=29.29%

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
Decimal124868700.310.300.51358.4218.141.18
Hex7C565701F1E331661229
Octal17412612703736635462251
Binary1111100101011010101110111111111011001110110011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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