#744664

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

Shades of Cosmic #744664

Tints of Cosmic #744664

Color information

#744664 (or 0x744664) is unknown color: approx Cosmic. HEX triplet: 74, 46 and 64. RGB value is (116,70,100). Sum of RGB (Red+Green+Blue) = 116+70+100=286 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.56% from 286); Green value is 70 (27.73% from 255 or 24.48% from 286); Blue value is 100 (39.45% from 255 or 34.97% from 286); Max value from RGB is 116 - color contains mainly: red. Hex color #744664 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744664 is #8BB99B. Grayscale: #575757. Windows color (decimal): -9157020 or 6571636. OLE color: 6571636.

HSL color Cylindrical-coordinate representation of color #744664: hue angle of 320.87º 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 #744664 is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB11670100-
CMYK00.400.140.55
HSL320.87º24.73%36.47%-
HSV(B)320.87º39.66%45.49%-
XYZ11.699.0113.18-
YUV87.17135.24148.56-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.56%
GREEN value IS 70 (27.73% from 255) = 24.48%
BLUE value IS 100 (39.45% from 255) = 34.97%
R=40.56%
G=24.48%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1167010000.400.140.55320.8724.7336.47
Hex744664028E371411924
Octal16410614405016675013144
Binary1110100100011011001000101000111011011110100000111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744664; }

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

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

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

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

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

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

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

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