#744A57

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

Shades of Cosmic #744A57

Tints of Cosmic #744A57

Color information

#744A57 (or 0x744A57) is unknown color: approx Cosmic. HEX triplet: 74, 4A and 57. RGB value is (116,74,87). Sum of RGB (Red+Green+Blue) = 116+74+87=277 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.88% from 277); Green value is 74 (29.30% from 255 or 26.71% from 277); Blue value is 87 (34.38% from 255 or 31.41% from 277); Max value from RGB is 116 - color contains mainly: red. Hex color #744A57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744A57 is #8BB5A8. Grayscale: #585858. Windows color (decimal): -9156009 or 5720692. OLE color: 5720692.

HSL color Cylindrical-coordinate representation of color #744A57: hue angle of 341.43º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #744A57 is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB1167487-
CMYK00.360.250.55
HSL341.43º22.11%37.25%-
HSV(B)341.43º36.21%45.49%-
XYZ11.379.310.21-
YUV88.04127.41147.94-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.88%
GREEN value IS 74 (29.30% from 255) = 26.71%
BLUE value IS 87 (34.38% from 255) = 31.41%
R=41.88%
G=26.71%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116748700.360.250.55341.4322.1137.25
Hex744A5702419371551625
Octal16411212704431675252645
Binary11101001001010101011101001001100111011110101010110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744A57; }

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

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

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

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

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

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

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

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