#7D575C

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

Shades of Falcon #7D575C

Tints of Falcon #7D575C

Color information

#7D575C (or 0x7D575C) is unknown color: approx Falcon. HEX triplet: 7D, 57 and 5C. RGB value is (125,87,92). Sum of RGB (Red+Green+Blue) = 125+87+92=304 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.12% from 304); Green value is 87 (34.38% from 255 or 28.62% from 304); Blue value is 92 (36.33% from 255 or 30.26% from 304); Max value from RGB is 125 - color contains mainly: red. Hex color #7D575C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D575C is #82A8A3. Grayscale: #626262. Windows color (decimal): -8562852 or 6051709. OLE color: 6051709.

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

Color convert

RGB1258792-
CMYK00.300.260.51
HSL352.11º17.92%41.57%-
HSV(B)352.11º30.4%49.02%-
XYZ13.811.9511.7-
YUV98.93124.09146.59-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 41.12%
GREEN value IS 87 (34.38% from 255) = 28.62%
BLUE value IS 92 (36.33% from 255) = 30.26%
R=41.12%
G=28.62%
B=30.26%

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
Decimal125879200.300.260.51352.1117.9241.57
Hex7D575C01E1A33160122a
Octal17512713403632635402252
Binary1111101101011110111000111101101011001110110000010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D575C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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