#783c66

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

Shades of Cosmic #783C66

Tints of Cosmic #783C66

Color information

#783C66 (or 0x783C66) is unknown color: approx Cosmic. HEX triplet: 78, 3C and 66. RGB value is (120,60,102). Sum of RGB (Red+Green+Blue) = 120+60+102=282 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.55% from 282); Green value is 60 (23.83% from 255 or 21.28% from 282); Blue value is 102 (40.23% from 255 or 36.17% from 282); Max value from RGB is 120 - color contains mainly: red. Hex color #783C66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783C66 is #87C399. Grayscale: #525252. Windows color (decimal): -8897434 or 6700152. OLE color: 6700152.

HSL color Cylindrical-coordinate representation of color #783C66: hue angle of 318º 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 #783C66 is Cyan = 0, Magento = 0.5, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB12060102-
CMYK00.50.150.53
HSL318º33.33%35.29%-
HSV(B)318º50%47.06%-
XYZ11.768.1813.53-
YUV82.73138.88154.58-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.55%
GREEN value IS 60 (23.83% from 255) = 21.28%
BLUE value IS 102 (40.23% from 255) = 36.17%
R=42.55%
G=21.28%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1206010200.50.150.5331833.3335.29
Hex783C66032F3513e2123
Octal1707414606217654764143
Binary1111000111100110011001100101111110101100111110100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783c66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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