#7C535B

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

Shades of Falcon #7C535B

Tints of Falcon #7C535B

Color information

#7C535B (or 0x7C535B) is unknown color: approx Falcon. HEX triplet: 7C, 53 and 5B. RGB value is (124,83,91). Sum of RGB (Red+Green+Blue) = 124+83+91=298 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.61% from 298); Green value is 83 (32.81% from 255 or 27.85% from 298); Blue value is 91 (35.94% from 255 or 30.54% from 298); Max value from RGB is 124 - color contains mainly: red. Hex color #7C535B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C535B is #83ACA4. Grayscale: #606060. Windows color (decimal): -8629413 or 5985148. OLE color: 5985148.

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

Color convert

RGB1248391-
CMYK00.330.270.51
HSL348.29º19.81%40.59%-
HSV(B)348.29º33.06%48.63%-
XYZ13.2911.2311.36-
YUV96.17125.08147.85-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 41.61%
GREEN value IS 83 (32.81% from 255) = 27.85%
BLUE value IS 91 (35.94% from 255) = 30.54%
R=41.61%
G=27.85%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.27
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124839100.330.270.51348.2919.8140.59
Hex7C535B0211B3315c1429
Octal17412313304133635342451
Binary11111001010011101101101000011101111001110101110010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C535B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,83,91); }

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

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

 a { background-color: rgb(124,83,91); }

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

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

 span { border-color: rgb(124,83,91); }

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