#7D545A

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

Shades of Falcon #7D545A

Tints of Falcon #7D545A

Color information

#7D545A (or 0x7D545A) is unknown color: approx Falcon. HEX triplet: 7D, 54 and 5A. RGB value is (125,84,90). Sum of RGB (Red+Green+Blue) = 125+84+90=299 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.81% from 299); Green value is 84 (33.20% from 255 or 28.09% from 299); Blue value is 90 (35.55% from 255 or 30.10% from 299); Max value from RGB is 125 - color contains mainly: red. Hex color #7D545A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D545A is #82ABA5. Grayscale: #606060. Windows color (decimal): -8563622 or 5919869. OLE color: 5919869.

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

Color convert

RGB1258490-
CMYK00.330.280.51
HSL351.22º19.62%40.98%-
HSV(B)351.22º32.8%49.02%-
XYZ13.4711.4411.17-
YUV96.94124.08148.01-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 41.81%
GREEN value IS 84 (33.20% from 255) = 28.09%
BLUE value IS 90 (35.55% from 255) = 30.10%
R=41.81%
G=28.09%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.28
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125849000.330.280.51351.2219.6240.98
Hex7D545A0211C3315f1429
Octal17512413204134635372451
Binary11111011010100101101001000011110011001110101111110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D545A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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