#7C5A61

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

Shades of Falcon #7C5A61

Tints of Falcon #7C5A61

Color information

#7C5A61 (or 0x7C5A61) is unknown color: approx Falcon. HEX triplet: 7C, 5A and 61. RGB value is (124,90,97). Sum of RGB (Red+Green+Blue) = 124+90+97=311 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.87% from 311); Green value is 90 (35.55% from 255 or 28.94% from 311); Blue value is 97 (38.28% from 255 or 31.19% from 311); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5A61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5A61 is #83A59E. Grayscale: #646464. Windows color (decimal): -8627615 or 6380156. OLE color: 6380156.

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

Color convert

RGB1249097-
CMYK00.270.220.51
HSL347.65º15.89%41.96%-
HSV(B)347.65º27.42%48.63%-
XYZ14.1312.4612.97-
YUV100.96125.76144.43-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 39.87%
GREEN value IS 90 (35.55% from 255) = 28.94%
BLUE value IS 97 (38.28% from 255) = 31.19%
R=39.87%
G=28.94%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124909700.270.220.51347.6515.8941.96
Hex7C5A6101B163315c102a
Octal17413214103326635342052
Binary1111100101101011000010110111011011001110101110010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,90,97); }

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

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

 a { background-color: rgb(124,90,97); }

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

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

 span { border-color: rgb(124,90,97); }

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