#744560

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

Shades of Cosmic #744560

Tints of Cosmic #744560

Color information

#744560 (or 0x744560) is unknown color: approx Cosmic. HEX triplet: 74, 45 and 60. RGB value is (116,69,96). Sum of RGB (Red+Green+Blue) = 116+69+96=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 69 (27.34% from 255 or 24.56% from 281); Blue value is 96 (37.89% from 255 or 34.16% from 281); Max value from RGB is 116 - color contains mainly: red. Hex color #744560 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744560 is #8BBA9F. Grayscale: #565656. Windows color (decimal): -9157280 or 6309236. OLE color: 6309236.

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

Color convert

RGB1166996-
CMYK00.410.170.55
HSL325.53º25.41%36.27%-
HSV(B)325.53º40.52%45.49%-
XYZ11.448.8112.16-
YUV86.13133.57149.3-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.28%
GREEN value IS 69 (27.34% from 255) = 24.56%
BLUE value IS 96 (37.89% from 255) = 34.16%
R=41.28%
G=24.56%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116699600.410.170.55325.5325.4136.27
Hex74456002911371461924
Octal16410514005121675063144
Binary11101001000101110000001010011000111011110100011011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744560; }

 p { color: rgb(116,69,96); }

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

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

 a { background-color: rgb(116,69,96); }

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

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

 span { border-color: rgb(116,69,96); }

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