#7D545C

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

Shades of Falcon #7D545C

Tints of Falcon #7D545C

Color information

#7D545C (or 0x7D545C) is unknown color: approx Falcon. HEX triplet: 7D, 54 and 5C. RGB value is (125,84,92). Sum of RGB (Red+Green+Blue) = 125+84+92=301 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.53% from 301); Green value is 84 (33.20% from 255 or 27.91% from 301); Blue value is 92 (36.33% from 255 or 30.56% from 301); Max value from RGB is 125 - color contains mainly: red. Hex color #7D545C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D545C is #82ABA3. Grayscale: #616161. Windows color (decimal): -8563620 or 6050941. OLE color: 6050941.

HSL color Cylindrical-coordinate representation of color #7D545C: hue angle of 348.29º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7D545C is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.51.

Color convert

RGB1258492-
CMYK00.330.260.51
HSL348.29º19.62%40.98%-
HSV(B)348.29º32.8%49.02%-
XYZ13.5611.4711.63-
YUV97.17125.08147.85-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 41.53%
GREEN value IS 84 (33.20% from 255) = 27.91%
BLUE value IS 92 (36.33% from 255) = 30.56%
R=41.53%
G=27.91%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.26
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125849200.330.260.51348.2919.6240.98
Hex7D545C0211A3315c1429
Octal17512413404132635342451
Binary11111011010100101110001000011101011001110101110010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D545C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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