#744055

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

Shades of Finn #744055

Tints of Finn #744055

Color information

#744055 (or 0x744055) is unknown color: approx Finn. HEX triplet: 74, 40 and 55. RGB value is (116,64,85). Sum of RGB (Red+Green+Blue) = 116+64+85=265 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.77% from 265); Green value is 64 (25.39% from 255 or 24.15% from 265); Blue value is 85 (33.59% from 255 or 32.08% from 265); Max value from RGB is 116 - color contains mainly: red. Hex color #744055 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744055 is #8BBFAA. Grayscale: #515151. Windows color (decimal): -9158571 or 5587060. OLE color: 5587060.

HSL color Cylindrical-coordinate representation of color #744055: hue angle of 335.77º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #744055 is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB1166485-
CMYK00.450.270.55
HSL335.77º28.89%35.29%-
HSV(B)335.77º44.83%45.49%-
XYZ10.688.049.58-
YUV81.94129.73152.29-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.77%
GREEN value IS 64 (25.39% from 255) = 24.15%
BLUE value IS 85 (33.59% from 255) = 32.08%
R=43.77%
G=24.15%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116648500.450.270.55335.7728.8935.29
Hex74405502D1B371501d23
Octal16410012505533675203543
Binary11101001000000101010101011011101111011110101000011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744055; }

 p { color: rgb(116,64,85); }

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

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

 a { background-color: rgb(116,64,85); }

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

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

 span { border-color: rgb(116,64,85); }

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