#743E56

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

Shades of Finn #743E56

Tints of Finn #743E56

Color information

#743E56 (or 0x743E56) is unknown color: approx Finn. HEX triplet: 74, 3E and 56. RGB value is (116,62,86). Sum of RGB (Red+Green+Blue) = 116+62+86=264 (34% of max value = 765). Red value is 116 (45.70% from 255 or 43.94% from 264); Green value is 62 (24.61% from 255 or 23.48% from 264); Blue value is 86 (33.98% from 255 or 32.58% from 264); Max value from RGB is 116 - color contains mainly: red. Hex color #743E56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743E56 is #8BC1A9. Grayscale: #505050. Windows color (decimal): -9159082 or 5652084. OLE color: 5652084.

HSL color Cylindrical-coordinate representation of color #743E56: hue angle of 333.33º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #743E56 is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB1166286-
CMYK00.470.260.55
HSL333.33º30.34%34.9%-
HSV(B)333.33º46.55%45.49%-
XYZ10.67.839.76-
YUV80.88130.89153.05-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.94%
GREEN value IS 62 (24.61% from 255) = 23.48%
BLUE value IS 86 (33.98% from 255) = 32.58%
R=43.94%
G=23.48%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116628600.470.260.55333.3330.3434.9
Hex743E5602F1A3714d1e23
Octal1647612605732675153643
Binary1110100111110101011001011111101011011110100110111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743E56; }

 p { color: rgb(116,62,86); }

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

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

 a { background-color: rgb(116,62,86); }

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

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

 span { border-color: rgb(116,62,86); }

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