#745B5F

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

Shades of Falcon #745B5F

Tints of Falcon #745B5F

Color information

#745B5F (or 0x745B5F) is unknown color: approx Falcon. HEX triplet: 74, 5B and 5F. RGB value is (116,91,95). Sum of RGB (Red+Green+Blue) = 116+91+95=302 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.41% from 302); Green value is 91 (35.94% from 255 or 30.13% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 116 - color contains mainly: red. Hex color #745B5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745B5F is #8BA4A0. Grayscale: #626262. Windows color (decimal): -9151649 or 6249332. OLE color: 6249332.

HSL color Cylindrical-coordinate representation of color #745B5F: hue angle of 350.4º 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 #745B5F is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB1169195-
CMYK00.220.180.55
HSL350.4º12.08%40.59%-
HSV(B)350.4º21.55%45.49%-
XYZ13.0112.0212.46-
YUV98.93125.78140.17-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.41%
GREEN value IS 91 (35.94% from 255) = 30.13%
BLUE value IS 95 (37.5% from 255) = 31.46%
R=38.41%
G=30.13%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116919500.220.180.55350.412.0840.59
Hex745B5F016123715ec29
Octal16413313702622675361451
Binary111010010110111011111010110100101101111010111101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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