#744757

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

Shades of Finn #744757

Tints of Finn #744757

Color information

#744757 (or 0x744757) is unknown color: approx Finn. HEX triplet: 74, 47 and 57. RGB value is (116,71,87). Sum of RGB (Red+Green+Blue) = 116+71+87=274 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.34% from 274); Green value is 71 (28.12% from 255 or 25.91% from 274); Blue value is 87 (34.38% from 255 or 31.75% from 274); Max value from RGB is 116 - color contains mainly: red. Hex color #744757 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744757 is #8BB8A8. Grayscale: #565656. Windows color (decimal): -9156777 or 5719924. OLE color: 5719924.

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

Color convert

RGB1167187-
CMYK00.390.250.55
HSL338.67º24.06%36.67%-
HSV(B)338.67º38.79%45.49%-
XYZ11.188.9110.15-
YUV86.28128.41149.2-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.34%
GREEN value IS 71 (28.12% from 255) = 25.91%
BLUE value IS 87 (34.38% from 255) = 31.75%
R=42.34%
G=25.91%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116718700.390.250.55338.6724.0636.67
Hex74475702719371531825
Octal16410712704731675233045
Binary11101001000111101011101001111100111011110101001111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744757; }

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

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

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

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

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

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

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

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