#7C575E

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

Shades of Falcon #7C575E

Tints of Falcon #7C575E

Color information

#7C575E (or 0x7C575E) is unknown color: approx Falcon. HEX triplet: 7C, 57 and 5E. RGB value is (124,87,94). Sum of RGB (Red+Green+Blue) = 124+87+94=305 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.66% from 305); Green value is 87 (34.38% from 255 or 28.52% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 124 - color contains mainly: red. Hex color #7C575E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C575E is #83A8A1. Grayscale: #626262. Windows color (decimal): -8628386 or 6182780. OLE color: 6182780.

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

Color convert

RGB1248794-
CMYK00.300.240.51
HSL348.65º17.54%41.37%-
HSV(B)348.65º29.84%48.63%-
XYZ13.7411.9112.16-
YUV98.86125.26145.93-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 40.66%
GREEN value IS 87 (34.38% from 255) = 28.52%
BLUE value IS 94 (37.11% from 255) = 30.82%
R=40.66%
G=28.52%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.24
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124879400.300.240.51348.6517.5441.37
Hex7C575E01E183315d1229
Octal17412713603630635352251
Binary1111100101011110111100111101100011001110101110110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C575E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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