#744358

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

Shades of Finn #744358

Tints of Finn #744358

Color information

#744358 (or 0x744358) is unknown color: approx Finn. HEX triplet: 74, 43 and 58. RGB value is (116,67,88). Sum of RGB (Red+Green+Blue) = 116+67+88=271 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.80% from 271); Green value is 67 (26.56% from 255 or 24.72% from 271); Blue value is 88 (34.77% from 255 or 32.47% from 271); Max value from RGB is 116 - color contains mainly: red. Hex color #744358 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744358 is #8BBCA7. Grayscale: #545454. Windows color (decimal): -9157800 or 5784436. OLE color: 5784436.

HSL color Cylindrical-coordinate representation of color #744358: hue angle of 334.29º 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 #744358 is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.55.

Color convert

RGB1166788-
CMYK00.420.240.55
HSL334.29º26.78%35.88%-
HSV(B)334.29º42.24%45.49%-
XYZ10.978.4310.28-
YUV84.04130.23150.79-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.80%
GREEN value IS 67 (26.56% from 255) = 24.72%
BLUE value IS 88 (34.77% from 255) = 32.47%
R=42.80%
G=24.72%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116678800.420.240.55334.2926.7835.88
Hex74435802A183714e1b24
Octal16410313005230675163344
Binary11101001000011101100001010101100011011110100111011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744358; }

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

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

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

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

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

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

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

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