#7C5759

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

Shades of Falcon #7C5759

Tints of Falcon #7C5759

Color information

#7C5759 (or 0x7C5759) is unknown color: approx Falcon. HEX triplet: 7C, 57 and 59. RGB value is (124,87,89). Sum of RGB (Red+Green+Blue) = 124+87+89=300 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.33% from 300); Green value is 87 (34.38% from 255 or 29% from 300); Blue value is 89 (35.16% from 255 or 29.67% from 300); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5759 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5759 is #83A8A6. Grayscale: #626262. Windows color (decimal): -8628391 or 5855100. OLE color: 5855100.

HSL color Cylindrical-coordinate representation of color #7C5759: hue angle of 356.76º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7C5759 is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.51.

Color convert

RGB1248789-
CMYK00.300.280.51
HSL356.76º17.54%41.37%-
HSV(B)356.76º29.84%48.63%-
XYZ13.5211.8211.02-
YUV98.29122.76146.34-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 41.33%
GREEN value IS 87 (34.38% from 255) = 29%
BLUE value IS 89 (35.16% from 255) = 29.67%
R=41.33%
G=29%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.28
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124878900.300.280.51356.7617.5441.37
Hex7C575901E1C331651229
Octal17412713103634635452251
Binary1111100101011110110010111101110011001110110010110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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