#744663

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

Shades of Cosmic #744663

Tints of Cosmic #744663

Color information

#744663 (or 0x744663) is unknown color: approx Cosmic. HEX triplet: 74, 46 and 63. RGB value is (116,70,99). Sum of RGB (Red+Green+Blue) = 116+70+99=285 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.70% from 285); Green value is 70 (27.73% from 255 or 24.56% from 285); Blue value is 99 (39.06% from 255 or 34.74% from 285); Max value from RGB is 116 - color contains mainly: red. Hex color #744663 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744663 is #8BB99C. Grayscale: #565656. Windows color (decimal): -9157021 or 6506100. OLE color: 6506100.

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

Color convert

RGB1167099-
CMYK00.400.150.55
HSL322.17º24.73%36.47%-
HSV(B)322.17º39.66%45.49%-
XYZ11.648.9912.93-
YUV87.06134.74148.64-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.70%
GREEN value IS 70 (27.73% from 255) = 24.56%
BLUE value IS 99 (39.06% from 255) = 34.74%
R=40.70%
G=24.56%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116709900.400.150.55322.1724.7336.47
Hex744663028F371421924
Octal16410614305017675023144
Binary1110100100011011000110101000111111011110100001011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744663; }

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

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

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

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

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

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

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

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