#744754

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

Shades of Finn #744754

Tints of Finn #744754

Color information

#744754 (or 0x744754) is unknown color: approx Finn. HEX triplet: 74, 47 and 54. RGB value is (116,71,84). Sum of RGB (Red+Green+Blue) = 116+71+84=271 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.80% from 271); Green value is 71 (28.12% from 255 or 26.20% from 271); Blue value is 84 (33.20% from 255 or 31.00% from 271); Max value from RGB is 116 - color contains mainly: red. Hex color #744754 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744754 is #8BB8AB. Grayscale: #555555. Windows color (decimal): -9156780 or 5523316. OLE color: 5523316.

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

Color convert

RGB1167184-
CMYK00.390.280.55
HSL342.67º24.06%36.67%-
HSV(B)342.67º38.79%45.49%-
XYZ11.068.869.51-
YUV85.94126.91149.44-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.80%
GREEN value IS 71 (28.12% from 255) = 26.20%
BLUE value IS 84 (33.20% from 255) = 31.00%
R=42.80%
G=26.20%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116718400.390.280.55342.6724.0636.67
Hex7447540271C371571825
Octal16410712404734675273045
Binary11101001000111101010001001111110011011110101011111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744754; }

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

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

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

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

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

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

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

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