#745459

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

Shades of Falcon #745459

Tints of Falcon #745459

Color information

#745459 (or 0x745459) is unknown color: approx Falcon. HEX triplet: 74, 54 and 59. RGB value is (116,84,89). Sum of RGB (Red+Green+Blue) = 116+84+89=289 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.14% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 89 (35.16% from 255 or 30.80% from 289); Max value from RGB is 116 - color contains mainly: red. Hex color #745459 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745459 is #8BABA6. Grayscale: #5E5E5E. Windows color (decimal): -9153447 or 5854324. OLE color: 5854324.

HSL color Cylindrical-coordinate representation of color #745459: hue angle of 350.62º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #745459 is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB1168489-
CMYK00.280.230.55
HSL350.62º16%39.22%-
HSV(B)350.62º27.59%45.49%-
XYZ12.1810.7710.89-
YUV94.14125.1143.59-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.14%
GREEN value IS 84 (33.20% from 255) = 29.07%
BLUE value IS 89 (35.16% from 255) = 30.80%
R=40.14%
G=29.07%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116848900.280.230.55350.621639.22
Hex74545901C173715f1027
Octal16412413103427675372047
Binary1110100101010010110010111001011111011110101111110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745459; }

 p { color: rgb(116,84,89); }

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

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

 a { background-color: rgb(116,84,89); }

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

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

 span { border-color: rgb(116,84,89); }

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