#744264

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

Shades of Cosmic #744264

Tints of Cosmic #744264

Color information

#744264 (or 0x744264) is unknown color: approx Cosmic. HEX triplet: 74, 42 and 64. RGB value is (116,66,100). Sum of RGB (Red+Green+Blue) = 116+66+100=282 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.13% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 100 (39.45% from 255 or 35.46% from 282); Max value from RGB is 116 - color contains mainly: red. Hex color #744264 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744264 is #8BBD9B. Grayscale: #545454. Windows color (decimal): -9158044 or 6570612. OLE color: 6570612.

HSL color Cylindrical-coordinate representation of color #744264: hue angle of 319.2º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #744264 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB11666100-
CMYK00.430.140.55
HSL319.2º27.47%35.69%-
HSV(B)319.2º43.1%45.49%-
XYZ11.458.5313.1-
YUV84.83136.56150.24-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.13%
GREEN value IS 66 (26.17% from 255) = 23.40%
BLUE value IS 100 (39.45% from 255) = 35.46%
R=41.13%
G=23.40%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1166610000.430.140.55319.227.4735.69
Hex74426402BE3713f1b24
Octal16410214405316674773344
Binary1110100100001011001000101011111011011110011111111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744264; }

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

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

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

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

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

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

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

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