#7C5D63

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

Shades of Falcon #7C5D63

Tints of Falcon #7C5D63

Color information

#7C5D63 (or 0x7C5D63) is unknown color: approx Falcon. HEX triplet: 7C, 5D and 63. RGB value is (124,93,99). Sum of RGB (Red+Green+Blue) = 124+93+99=316 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.24% from 316); Green value is 93 (36.72% from 255 or 29.43% from 316); Blue value is 99 (39.06% from 255 or 31.33% from 316); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5D63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5D63 is #83A29C. Grayscale: #666666. Windows color (decimal): -8626845 or 6511996. OLE color: 6511996.

HSL color Cylindrical-coordinate representation of color #7C5D63: hue angle of 348.39º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7C5D63 is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.51.

Color convert

RGB1249399-
CMYK00.250.200.51
HSL348.39º14.29%42.55%-
HSV(B)348.39º25%48.63%-
XYZ14.4813.0113.55-
YUV102.95125.77143.01-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 39.24%
GREEN value IS 93 (36.72% from 255) = 29.43%
BLUE value IS 99 (39.06% from 255) = 31.33%
R=39.24%
G=29.43%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.20
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124939900.250.200.51348.3914.2942.55
Hex7C5D63019143315ce2b
Octal17413514303124635341653
Binary111110010111011100011011001101001100111010111001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,93,99); }

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

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

 a { background-color: rgb(124,93,99); }

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

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

 span { border-color: rgb(124,93,99); }

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