#744E5C

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

Shades of Cosmic #744E5C

Tints of Cosmic #744E5C

Color information

#744E5C (or 0x744E5C) is unknown color: approx Cosmic. HEX triplet: 74, 4E and 5C. RGB value is (116,78,92). Sum of RGB (Red+Green+Blue) = 116+78+92=286 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.56% from 286); Green value is 78 (30.86% from 255 or 27.27% from 286); Blue value is 92 (36.33% from 255 or 32.17% from 286); Max value from RGB is 116 - color contains mainly: red. Hex color #744E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #744E5C is #8BB1A3. Grayscale: #5A5A5A. Windows color (decimal): -9154980 or 6049396. OLE color: 6049396.

HSL color Cylindrical-coordinate representation of color #744E5C: hue angle of 337.89º 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 #744E5C is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB1167892-
CMYK00.330.210.55
HSL337.89º19.59%38.04%-
HSV(B)337.89º32.76%45.49%-
XYZ11.869.9311.42-
YUV90.96128.59145.86-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.56%
GREEN value IS 78 (30.86% from 255) = 27.27%
BLUE value IS 92 (36.33% from 255) = 32.17%
R=40.56%
G=27.27%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116789200.330.210.55337.8919.5938.04
Hex744E5C02115371521426
Octal16411613404125675222446
Binary11101001001110101110001000011010111011110101001010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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