#744363

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

Shades of Cosmic #744363

Tints of Cosmic #744363

Color information

#744363 (or 0x744363) is unknown color: approx Cosmic. HEX triplet: 74, 43 and 63. RGB value is (116,67,99). Sum of RGB (Red+Green+Blue) = 116+67+99=282 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.13% from 282); Green value is 67 (26.56% from 255 or 23.76% from 282); Blue value is 99 (39.06% from 255 or 35.11% from 282); Max value from RGB is 116 - color contains mainly: red. Hex color #744363 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744363 is #8BBC9C. Grayscale: #555555. Windows color (decimal): -9157789 or 6505332. OLE color: 6505332.

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

Color convert

RGB1166799-
CMYK00.420.150.55
HSL320.82º26.78%35.88%-
HSV(B)320.82º42.24%45.49%-
XYZ11.468.6312.87-
YUV85.3135.73149.9-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.13%
GREEN value IS 67 (26.56% from 255) = 23.76%
BLUE value IS 99 (39.06% from 255) = 35.11%
R=41.13%
G=23.76%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116679900.420.150.55320.8226.7835.88
Hex74436302AF371411b24
Octal16410314305217675013344
Binary1110100100001111000110101010111111011110100000111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744363; }

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

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

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

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

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

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

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

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