#7C575D

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

Shades of Falcon #7C575D

Tints of Falcon #7C575D

Color information

#7C575D (or 0x7C575D) is unknown color: approx Falcon. HEX triplet: 7C, 57 and 5D. RGB value is (124,87,93). Sum of RGB (Red+Green+Blue) = 124+87+93=304 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.79% from 304); Green value is 87 (34.38% from 255 or 28.62% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 124 - color contains mainly: red. Hex color #7C575D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C575D is #83A8A2. Grayscale: #626262. Windows color (decimal): -8628387 or 6117244. OLE color: 6117244.

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

Color convert

RGB1248793-
CMYK00.300.250.51
HSL350.27º17.54%41.37%-
HSV(B)350.27º29.84%48.63%-
XYZ13.711.8911.93-
YUV98.75124.76146.01-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 40.79%
GREEN value IS 87 (34.38% from 255) = 28.62%
BLUE value IS 93 (36.72% from 255) = 30.59%
R=40.79%
G=28.62%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.25
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124879300.300.250.51350.2717.5441.37
Hex7C575D01E193315e1229
Octal17412713503631635362251
Binary1111100101011110111010111101100111001110101111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C575D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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