#744666

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

Shades of Cosmic #744666

Tints of Cosmic #744666

Color information

#744666 (or 0x744666) is unknown color: approx Cosmic. HEX triplet: 74, 46 and 66. RGB value is (116,70,102). Sum of RGB (Red+Green+Blue) = 116+70+102=288 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.28% from 288); Green value is 70 (27.73% from 255 or 24.31% from 288); Blue value is 102 (40.23% from 255 or 35.42% from 288); Max value from RGB is 116 - color contains mainly: red. Hex color #744666 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744666 is #8BB999. Grayscale: #575757. Windows color (decimal): -9157018 or 6702708. OLE color: 6702708.

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

Color convert

RGB11670102-
CMYK00.400.120.55
HSL318.26º24.73%36.47%-
HSV(B)318.26º39.66%45.49%-
XYZ11.799.0513.7-
YUV87.4136.24148.4-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.28%
GREEN value IS 70 (27.73% from 255) = 24.31%
BLUE value IS 102 (40.23% from 255) = 35.42%
R=40.28%
G=24.31%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1167010200.400.120.55318.2624.7336.47
Hex744666028C3713e1924
Octal16410614605014674763144
Binary1110100100011011001100101000110011011110011111011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744666; }

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

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

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

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

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

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

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

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