#744660

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

Shades of Cosmic #744660

Tints of Cosmic #744660

Color information

#744660 (or 0x744660) is unknown color: approx Cosmic. HEX triplet: 74, 46 and 60. RGB value is (116,70,96). Sum of RGB (Red+Green+Blue) = 116+70+96=282 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.13% from 282); Green value is 70 (27.73% from 255 or 24.82% from 282); Blue value is 96 (37.89% from 255 or 34.04% from 282); Max value from RGB is 116 - color contains mainly: red. Hex color #744660 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744660 is #8BB99F. Grayscale: #565656. Windows color (decimal): -9157024 or 6309492. OLE color: 6309492.

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

Color convert

RGB1167096-
CMYK00.400.170.55
HSL326.09º24.73%36.47%-
HSV(B)326.09º39.66%45.49%-
XYZ11.58.9412.19-
YUV86.72133.24148.89-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.13%
GREEN value IS 70 (27.73% from 255) = 24.82%
BLUE value IS 96 (37.89% from 255) = 34.04%
R=41.13%
G=24.82%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116709600.400.170.55326.0924.7336.47
Hex74466002811371461924
Octal16410614005021675063144
Binary11101001000110110000001010001000111011110100011011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744660; }

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

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

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

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

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

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

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

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