#7C575C

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

Shades of Falcon #7C575C

Tints of Falcon #7C575C

Color information

#7C575C (or 0x7C575C) is unknown color: approx Falcon. HEX triplet: 7C, 57 and 5C. RGB value is (124,87,92). Sum of RGB (Red+Green+Blue) = 124+87+92=303 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.92% from 303); Green value is 87 (34.38% from 255 or 28.71% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 124 - color contains mainly: red. Hex color #7C575C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C575C is #83A8A3. Grayscale: #626262. Windows color (decimal): -8628388 or 6051708. OLE color: 6051708.

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

Color convert

RGB1248792-
CMYK00.300.260.51
HSL351.89º17.54%41.37%-
HSV(B)351.89º29.84%48.63%-
XYZ13.6511.8711.7-
YUV98.63124.26146.09-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 40.92%
GREEN value IS 87 (34.38% from 255) = 28.71%
BLUE value IS 92 (36.33% from 255) = 30.36%
R=40.92%
G=28.71%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.26
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124879200.300.260.51351.8917.5441.37
Hex7C575C01E1A331601229
Octal17412713403632635402251
Binary1111100101011110111000111101101011001110110000010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C575C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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