#744357

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

Shades of Finn #744357

Tints of Finn #744357

Color information

#744357 (or 0x744357) is unknown color: approx Finn. HEX triplet: 74, 43 and 57. RGB value is (116,67,87). Sum of RGB (Red+Green+Blue) = 116+67+87=270 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.96% from 270); Green value is 67 (26.56% from 255 or 24.81% from 270); Blue value is 87 (34.38% from 255 or 32.22% from 270); Max value from RGB is 116 - color contains mainly: red. Hex color #744357 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744357 is #8BBCA8. Grayscale: #535353. Windows color (decimal): -9157801 or 5718900. OLE color: 5718900.

HSL color Cylindrical-coordinate representation of color #744357: hue angle of 335.51º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #744357 is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB1166787-
CMYK00.420.250.55
HSL335.51º26.78%35.88%-
HSV(B)335.51º42.24%45.49%-
XYZ10.938.4210.07-
YUV83.93129.73150.87-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.96%
GREEN value IS 67 (26.56% from 255) = 24.81%
BLUE value IS 87 (34.38% from 255) = 32.22%
R=42.96%
G=24.81%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116678700.420.250.55335.5126.7835.88
Hex74435702A19371501b24
Octal16410312705231675203344
Binary11101001000011101011101010101100111011110101000011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744357; }

 p { color: rgb(116,67,87); }

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

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

 a { background-color: rgb(116,67,87); }

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

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

 span { border-color: rgb(116,67,87); }

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