#783A64

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

Shades of Cosmic #783A64

Tints of Cosmic #783A64

Color information

#783A64 (or 0x783A64) is unknown color: approx Cosmic. HEX triplet: 78, 3A and 64. RGB value is (120,58,100). Sum of RGB (Red+Green+Blue) = 120+58+100=278 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.17% from 278); Green value is 58 (23.05% from 255 or 20.86% from 278); Blue value is 100 (39.45% from 255 or 35.97% from 278); Max value from RGB is 120 - color contains mainly: red. Hex color #783A64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783A64 is #87C59B. Grayscale: #515151. Windows color (decimal): -8897948 or 6568568. OLE color: 6568568.

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

Color convert

RGB12058100-
CMYK00.520.170.53
HSL319.35º34.83%34.9%-
HSV(B)319.35º51.67%47.06%-
XYZ11.567.9412.98-
YUV81.33138.54155.58-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.17%
GREEN value IS 58 (23.05% from 255) = 20.86%
BLUE value IS 100 (39.45% from 255) = 35.97%
R=43.17%
G=20.86%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1205810000.520.170.53319.3534.8334.9
Hex783A64034113513f2323
Octal1707214406421654774343
Binary11110001110101100100011010010001110101100111111100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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