#744365

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

Shades of Cosmic #744365

Tints of Cosmic #744365

Color information

#744365 (or 0x744365) is unknown color: approx Cosmic. HEX triplet: 74, 43 and 65. RGB value is (116,67,101). Sum of RGB (Red+Green+Blue) = 116+67+101=284 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.85% from 284); Green value is 67 (26.56% from 255 or 23.59% from 284); Blue value is 101 (39.84% from 255 or 35.56% from 284); Max value from RGB is 116 - color contains mainly: red. Hex color #744365 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744365 is #8BBC9A. Grayscale: #555555. Windows color (decimal): -9157787 or 6636404. OLE color: 6636404.

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

Color convert

RGB11667101-
CMYK00.420.130.55
HSL318.37º26.78%35.88%-
HSV(B)318.37º42.24%45.49%-
XYZ11.568.6713.38-
YUV85.53136.73149.74-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.85%
GREEN value IS 67 (26.56% from 255) = 23.59%
BLUE value IS 101 (39.84% from 255) = 35.56%
R=40.85%
G=23.59%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1166710100.420.130.55318.3726.7835.88
Hex74436502AD3713e1b24
Octal16410314505215674763344
Binary1110100100001111001010101010110111011110011111011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744365; }

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

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

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

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

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

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

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

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