#7C5259

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

Shades of Falcon #7C5259

Tints of Falcon #7C5259

Color information

#7C5259 (or 0x7C5259) is unknown color: approx Falcon. HEX triplet: 7C, 52 and 59. RGB value is (124,82,89). Sum of RGB (Red+Green+Blue) = 124+82+89=295 (39% of max value = 765). Red value is 124 (48.83% from 255 or 42.03% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 89 (35.16% from 255 or 30.17% from 295); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5259 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5259 is #83ADA6. Grayscale: #5F5F5F. Windows color (decimal): -8629671 or 5853820. OLE color: 5853820.

HSL color Cylindrical-coordinate representation of color #7C5259: hue angle of 350º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7C5259 is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.51.

Color convert

RGB1248289-
CMYK00.340.280.51
HSL350º20.39%40.39%-
HSV(B)350º33.87%48.63%-
XYZ13.1311.0410.89-
YUV95.36124.41148.43-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 42.03%
GREEN value IS 82 (32.42% from 255) = 27.80%
BLUE value IS 89 (35.16% from 255) = 30.17%
R=42.03%
G=27.80%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.28
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124828900.340.280.5135020.3940.39
Hex7C52590221C3315e1428
Octal17412213104234635362450
Binary11111001010010101100101000101110011001110101111010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,82,89); }

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

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

 a { background-color: rgb(124,82,89); }

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

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

 span { border-color: rgb(124,82,89); }

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