#744368

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

Shades of Cosmic #744368

Tints of Cosmic #744368

Color information

#744368 (or 0x744368) is unknown color: approx Cosmic. HEX triplet: 74, 43 and 68. RGB value is (116,67,104). Sum of RGB (Red+Green+Blue) = 116+67+104=287 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.42% from 287); Green value is 67 (26.56% from 255 or 23.34% from 287); Blue value is 104 (41.02% from 255 or 36.24% from 287); Max value from RGB is 116 - color contains mainly: red. Hex color #744368 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744368 is #8BBC97. Grayscale: #555555. Windows color (decimal): -9157784 or 6833012. OLE color: 6833012.

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

Color convert

RGB11667104-
CMYK00.420.100.55
HSL314.69º26.78%35.88%-
HSV(B)314.69º42.24%45.49%-
XYZ11.718.7314.16-
YUV85.87138.23149.49-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.42%
GREEN value IS 67 (26.56% from 255) = 23.34%
BLUE value IS 104 (41.02% from 255) = 36.24%
R=40.42%
G=23.34%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1166710400.420.100.55314.6926.7835.88
Hex74436802AA3713b1b24
Octal16410315005212674733344
Binary1110100100001111010000101010101011011110011101111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744368; }

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

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

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

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

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

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

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

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