#7D5B62

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

Shades of Falcon #7D5B62

Tints of Falcon #7D5B62

Color information

#7D5B62 (or 0x7D5B62) is unknown color: approx Falcon. HEX triplet: 7D, 5B and 62. RGB value is (125,91,98). Sum of RGB (Red+Green+Blue) = 125+91+98=314 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.81% from 314); Green value is 91 (35.94% from 255 or 28.98% from 314); Blue value is 98 (38.67% from 255 or 31.21% from 314); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5B62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5B62 is #82A49D. Grayscale: #656565. Windows color (decimal): -8561822 or 6445949. OLE color: 6445949.

HSL color Cylindrical-coordinate representation of color #7D5B62: hue angle of 347.65º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7D5B62 is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.51.

Color convert

RGB1259198-
CMYK00.270.220.51
HSL347.65º15.74%42.35%-
HSV(B)347.65º27.2%49.02%-
XYZ14.412.7213.25-
YUV101.96125.76144.43-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 39.81%
GREEN value IS 91 (35.94% from 255) = 28.98%
BLUE value IS 98 (38.67% from 255) = 31.21%
R=39.81%
G=28.98%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125919800.270.220.51347.6515.7442.35
Hex7D5B6201B163315c102a
Octal17513314203326635342052
Binary1111101101101111000100110111011011001110101110010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,91,98); }

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

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

 a { background-color: rgb(125,91,98); }

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

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

 span { border-color: rgb(125,91,98); }

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