#744352

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

Shades of Finn #744352

Tints of Finn #744352

Color information

#744352 (or 0x744352) is unknown color: approx Finn. HEX triplet: 74, 43 and 52. RGB value is (116,67,82). Sum of RGB (Red+Green+Blue) = 116+67+82=265 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.77% from 265); Green value is 67 (26.56% from 255 or 25.28% from 265); Blue value is 82 (32.42% from 255 or 30.94% from 265); Max value from RGB is 116 - color contains mainly: red. Hex color #744352 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744352 is #8BBCAD. Grayscale: #535353. Windows color (decimal): -9157806 or 5391220. OLE color: 5391220.

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

Color convert

RGB1166782-
CMYK00.420.290.55
HSL341.63º26.78%35.88%-
HSV(B)341.63º42.24%45.49%-
XYZ10.738.349.03-
YUV83.36127.23151.28-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.77%
GREEN value IS 67 (26.56% from 255) = 25.28%
BLUE value IS 82 (32.42% from 255) = 30.94%
R=43.77%
G=25.28%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116678200.420.290.55341.6326.7835.88
Hex74435202A1D371561b24
Octal16410312205235675263344
Binary11101001000011101001001010101110111011110101011011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744352; }

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

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

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

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

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

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

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

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