#744065

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

Shades of Cosmic #744065

Tints of Cosmic #744065

Color information

#744065 (or 0x744065) is unknown color: approx Cosmic. HEX triplet: 74, 40 and 65. RGB value is (116,64,101). Sum of RGB (Red+Green+Blue) = 116+64+101=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 64 (25.39% from 255 or 22.78% from 281); Blue value is 101 (39.84% from 255 or 35.94% from 281); Max value from RGB is 116 - color contains mainly: red. Hex color #744065 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744065 is #8BBF9A. Grayscale: #535353. Windows color (decimal): -9158555 or 6635636. OLE color: 6635636.

HSL color Cylindrical-coordinate representation of color #744065: hue angle of 317.31º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #744065 is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB11664101-
CMYK00.450.130.55
HSL317.31º28.89%35.29%-
HSV(B)317.31º44.83%45.49%-
XYZ11.388.3213.32-
YUV83.77137.73150.99-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.28%
GREEN value IS 64 (25.39% from 255) = 22.78%
BLUE value IS 101 (39.84% from 255) = 35.94%
R=41.28%
G=22.78%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1166410100.450.130.55317.3128.8935.29
Hex74406502DD3713d1d23
Octal16410014505515674753543
Binary1110100100000011001010101101110111011110011110111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744065; }

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

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

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

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

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

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

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

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