#744856

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

Shades of Finn #744856

Tints of Finn #744856

Color information

#744856 (or 0x744856) is unknown color: approx Finn. HEX triplet: 74, 48 and 56. RGB value is (116,72,86). Sum of RGB (Red+Green+Blue) = 116+72+86=274 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.34% from 274); Green value is 72 (28.52% from 255 or 26.28% from 274); Blue value is 86 (33.98% from 255 or 31.39% from 274); Max value from RGB is 116 - color contains mainly: red. Hex color #744856 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744856 is #8BB7A9. Grayscale: #565656. Windows color (decimal): -9156522 or 5654644. OLE color: 5654644.

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

Color convert

RGB1167286-
CMYK00.380.260.55
HSL340.91º23.4%36.86%-
HSV(B)340.91º37.93%45.49%-
XYZ11.29.029.95-
YUV86.75127.58148.86-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.34%
GREEN value IS 72 (28.52% from 255) = 26.28%
BLUE value IS 86 (33.98% from 255) = 31.39%
R=42.34%
G=26.28%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116728600.380.260.55340.9123.436.86
Hex7448560261A371551725
Octal16411012604632675252745
Binary11101001001000101011001001101101011011110101010110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744856; }

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

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

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

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

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

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

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

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