#783C64

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

Shades of Cosmic #783C64

Tints of Cosmic #783C64

Color information

#783C64 (or 0x783C64) is unknown color: approx Cosmic. HEX triplet: 78, 3C and 64. RGB value is (120,60,100). Sum of RGB (Red+Green+Blue) = 120+60+100=280 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.86% from 280); Green value is 60 (23.83% from 255 or 21.43% from 280); Blue value is 100 (39.45% from 255 or 35.71% from 280); Max value from RGB is 120 - color contains mainly: red. Hex color #783C64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783C64 is #87C39B. Grayscale: #525252. Windows color (decimal): -8897436 or 6569080. OLE color: 6569080.

HSL color Cylindrical-coordinate representation of color #783C64: hue angle of 320º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #783C64 is Cyan = 0, Magento = 0.5, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB12060100-
CMYK00.50.170.53
HSL320º33.33%35.29%-
HSV(B)320º50%47.06%-
XYZ11.668.1413.01-
YUV82.5137.88154.75-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.86%
GREEN value IS 60 (23.83% from 255) = 21.43%
BLUE value IS 100 (39.45% from 255) = 35.71%
R=42.86%
G=21.43%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1206010000.50.170.5332033.3335.29
Hex783C6403211351402123
Octal1707414406221655004143
Binary11110001111001100100011001010001110101101000000100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783C64; }

 p { color: rgb(120,60,100); }

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

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

 a { background-color: rgb(120,60,100); }

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

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

 span { border-color: rgb(120,60,100); }

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