#744E60

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

Shades of Cosmic #744E60

Tints of Cosmic #744E60

Color information

#744E60 (or 0x744E60) is unknown color: approx Cosmic. HEX triplet: 74, 4E and 60. RGB value is (116,78,96). Sum of RGB (Red+Green+Blue) = 116+78+96=290 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40% from 290); Green value is 78 (30.86% from 255 or 26.90% from 290); Blue value is 96 (37.89% from 255 or 33.10% from 290); Max value from RGB is 116 - color contains mainly: red. Hex color #744E60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #744E60 is #8BB19F. Grayscale: #5B5B5B. Windows color (decimal): -9154976 or 6311540. OLE color: 6311540.

HSL color Cylindrical-coordinate representation of color #744E60: hue angle of 331.58º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #744E60 is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB1167896-
CMYK00.330.170.55
HSL331.58º19.59%38.04%-
HSV(B)331.58º32.76%45.49%-
XYZ12.0410.0112.36-
YUV91.41130.59145.54-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40%
GREEN value IS 78 (30.86% from 255) = 26.90%
BLUE value IS 96 (37.89% from 255) = 33.10%
R=40%
G=26.90%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116789600.330.170.55331.5819.5938.04
Hex744E60021113714c1426
Octal16411614004121675142446
Binary11101001001110110000001000011000111011110100110010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,78,96); }

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

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

 a { background-color: rgb(116,78,96); }

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

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

 span { border-color: rgb(116,78,96); }

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