#7D595B

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

Shades of Falcon #7D595B

Tints of Falcon #7D595B

Color information

#7D595B (or 0x7D595B) is unknown color: approx Falcon. HEX triplet: 7D, 59 and 5B. RGB value is (125,89,91). Sum of RGB (Red+Green+Blue) = 125+89+91=305 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.98% from 305); Green value is 89 (35.16% from 255 or 29.18% from 305); Blue value is 91 (35.94% from 255 or 29.84% from 305); Max value from RGB is 125 - color contains mainly: red. Hex color #7D595B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D595B is #82A6A4. Grayscale: #646464. Windows color (decimal): -8562341 or 5986685. OLE color: 5986685.

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

Color convert

RGB1258991-
CMYK00.290.270.51
HSL356.67º16.82%41.96%-
HSV(B)356.67º28.8%49.02%-
XYZ13.9212.2611.53-
YUV99.99122.93145.84-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 40.98%
GREEN value IS 89 (35.16% from 255) = 29.18%
BLUE value IS 91 (35.94% from 255) = 29.84%
R=40.98%
G=29.18%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125899100.290.270.51356.6716.8241.96
Hex7D595B01D1B33165112a
Octal17513113303533635452152
Binary1111101101100110110110111011101111001110110010110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D595B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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