#783C65

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

Shades of Cosmic #783C65

Tints of Cosmic #783C65

Color information

#783C65 (or 0x783C65) is unknown color: approx Cosmic. HEX triplet: 78, 3C and 65. RGB value is (120,60,101). Sum of RGB (Red+Green+Blue) = 120+60+101=281 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.70% from 281); Green value is 60 (23.83% from 255 or 21.35% from 281); Blue value is 101 (39.84% from 255 or 35.94% from 281); Max value from RGB is 120 - color contains mainly: red. Hex color #783C65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783C65 is #87C39A. Grayscale: #525252. Windows color (decimal): -8897435 or 6634616. OLE color: 6634616.

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

Color convert

RGB12060101-
CMYK00.50.160.53
HSL319º33.33%35.29%-
HSV(B)319º50%47.06%-
XYZ11.718.1613.27-
YUV82.61138.38154.67-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.70%
GREEN value IS 60 (23.83% from 255) = 21.35%
BLUE value IS 101 (39.84% from 255) = 35.94%
R=42.70%
G=21.35%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1206010100.50.160.5331933.3335.29
Hex783C65032103513f2123
Octal1707414506220654774143
Binary11110001111001100101011001010000110101100111111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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