#745159

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

Shades of Falcon #745159

Tints of Falcon #745159

Color information

#745159 (or 0x745159) is unknown color: approx Falcon. HEX triplet: 74, 51 and 59. RGB value is (116,81,89). Sum of RGB (Red+Green+Blue) = 116+81+89=286 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.56% from 286); Green value is 81 (32.03% from 255 or 28.32% from 286); Blue value is 89 (35.16% from 255 or 31.12% from 286); Max value from RGB is 116 - color contains mainly: red. Hex color #745159 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745159 is #8BAEA6. Grayscale: #5C5C5C. Windows color (decimal): -9154215 or 5853556. OLE color: 5853556.

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

Color convert

RGB1168189-
CMYK00.300.230.55
HSL346.29º17.77%38.63%-
HSV(B)346.29º30.17%45.49%-
XYZ11.9510.3210.81-
YUV92.38126.1144.85-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.56%
GREEN value IS 81 (32.03% from 255) = 28.32%
BLUE value IS 89 (35.16% from 255) = 31.12%
R=40.56%
G=28.32%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116818900.300.230.55346.2917.7738.63
Hex74515901E173715a1227
Octal16412113103627675322247
Binary1110100101000110110010111101011111011110101101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745159; }

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

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

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

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

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

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

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

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