#745B5D

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

Shades of Falcon #745B5D

Tints of Falcon #745B5D

Color information

#745B5D (or 0x745B5D) is unknown color: approx Falcon. HEX triplet: 74, 5B and 5D. RGB value is (116,91,93). Sum of RGB (Red+Green+Blue) = 116+91+93=300 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.67% from 300); Green value is 91 (35.94% from 255 or 30.33% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 116 - color contains mainly: red. Hex color #745B5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745B5D is #8BA4A2. Grayscale: #626262. Windows color (decimal): -9151651 or 6118260. OLE color: 6118260.

HSL color Cylindrical-coordinate representation of color #745B5D: hue angle of 355.2º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #745B5D is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB1169193-
CMYK00.220.200.55
HSL355.2º12.08%40.59%-
HSV(B)355.2º21.55%45.49%-
XYZ12.9211.9911.99-
YUV98.7124.78140.34-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.67%
GREEN value IS 91 (35.94% from 255) = 30.33%
BLUE value IS 93 (36.72% from 255) = 31%
R=38.67%
G=30.33%
B=31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116919300.220.200.55355.212.0840.59
Hex745B5D0161437163c29
Octal16413313502624675431451
Binary111010010110111011101010110101001101111011000111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745B5D; }

 p { color: rgb(116,91,93); }

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

<style>
 a { background-color: #745B5D; }

 a { background-color: rgb(116,91,93); }

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

<style>
 span { border-color: #745B5D; }

 span { border-color: rgb(116,91,93); }

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