#745D5F

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

Shades of Falcon #745D5F

Tints of Falcon #745D5F

Color information

#745D5F (or 0x745D5F) is unknown color: approx Falcon. HEX triplet: 74, 5D and 5F. RGB value is (116,93,95). Sum of RGB (Red+Green+Blue) = 116+93+95=304 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.16% from 304); Green value is 93 (36.72% from 255 or 30.59% from 304); Blue value is 95 (37.5% from 255 or 31.25% from 304); Max value from RGB is 116 - color contains mainly: red. Hex color #745D5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745D5F is #8BA2A0. Grayscale: #646464. Windows color (decimal): -9151137 or 6249844. OLE color: 6249844.

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

Color convert

RGB1169395-
CMYK00.200.180.55
HSL354.78º11%40.98%-
HSV(B)354.78º19.83%45.49%-
XYZ13.1812.3712.52-
YUV100.1125.12139.34-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.16%
GREEN value IS 93 (36.72% from 255) = 30.59%
BLUE value IS 95 (37.5% from 255) = 31.25%
R=38.16%
G=30.59%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116939500.200.180.55354.781140.98
Hex745D5F0141237163b29
Octal16413513702422675431351
Binary111010010111011011111010100100101101111011000111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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