#744063

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

Shades of Cosmic #744063

Tints of Cosmic #744063

Color information

#744063 (or 0x744063) is unknown color: approx Cosmic. HEX triplet: 74, 40 and 63. RGB value is (116,64,99). Sum of RGB (Red+Green+Blue) = 116+64+99=279 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.58% from 279); Green value is 64 (25.39% from 255 or 22.94% from 279); Blue value is 99 (39.06% from 255 or 35.48% from 279); Max value from RGB is 116 - color contains mainly: red. Hex color #744063 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744063 is #8BBF9C. Grayscale: #535353. Windows color (decimal): -9158557 or 6504564. OLE color: 6504564.

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

Color convert

RGB1166499-
CMYK00.450.150.55
HSL319.62º28.89%35.29%-
HSV(B)319.62º44.83%45.49%-
XYZ11.298.2812.81-
YUV83.54136.73151.15-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.58%
GREEN value IS 64 (25.39% from 255) = 22.94%
BLUE value IS 99 (39.06% from 255) = 35.48%
R=41.58%
G=22.94%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116649900.450.150.55319.6228.8935.29
Hex74406302DF371401d23
Octal16410014305517675003543
Binary1110100100000011000110101101111111011110100000011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744063; }

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

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

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

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

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

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

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

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