#744756

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

Shades of Finn #744756

Tints of Finn #744756

Color information

#744756 (or 0x744756) is unknown color: approx Finn. HEX triplet: 74, 47 and 56. RGB value is (116,71,86). Sum of RGB (Red+Green+Blue) = 116+71+86=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 86 (33.98% from 255 or 31.50% from 273); Max value from RGB is 116 - color contains mainly: red. Hex color #744756 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744756 is #8BB8A9. Grayscale: #565656. Windows color (decimal): -9156778 or 5654388. OLE color: 5654388.

HSL color Cylindrical-coordinate representation of color #744756: hue angle of 340º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #744756 is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB1167186-
CMYK00.390.260.55
HSL340º24.06%36.67%-
HSV(B)340º38.79%45.49%-
XYZ11.148.899.93-
YUV86.16127.91149.28-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.49%
GREEN value IS 71 (28.12% from 255) = 26.01%
BLUE value IS 86 (33.98% from 255) = 31.50%
R=42.49%
G=26.01%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116718600.390.260.5534024.0636.67
Hex7447560271A371541825
Octal16410712604732675243045
Binary11101001000111101011001001111101011011110101010011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744756; }

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

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

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

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

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

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

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

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