#7C575A

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

Shades of Falcon #7C575A

Tints of Falcon #7C575A

Color information

#7C575A (or 0x7C575A) is unknown color: approx Falcon. HEX triplet: 7C, 57 and 5A. RGB value is (124,87,90). Sum of RGB (Red+Green+Blue) = 124+87+90=301 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.20% from 301); Green value is 87 (34.38% from 255 or 28.90% from 301); Blue value is 90 (35.55% from 255 or 29.90% from 301); Max value from RGB is 124 - color contains mainly: red. Hex color #7C575A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C575A is #83A8A5. Grayscale: #626262. Windows color (decimal): -8628390 or 5920636. OLE color: 5920636.

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

Color convert

RGB1248790-
CMYK00.300.270.51
HSL355.14º17.54%41.37%-
HSV(B)355.14º29.84%48.63%-
XYZ13.5711.8411.24-
YUV98.4123.26146.26-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 41.20%
GREEN value IS 87 (34.38% from 255) = 28.90%
BLUE value IS 90 (35.55% from 255) = 29.90%
R=41.20%
G=28.90%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.27
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124879000.300.270.51355.1417.5441.37
Hex7C575A01E1B331631229
Octal17412713203633635432251
Binary1111100101011110110100111101101111001110110001110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C575A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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