#783A62

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

Shades of Cosmic #783A62

Tints of Cosmic #783A62

Color information

#783A62 (or 0x783A62) is unknown color: approx Cosmic. HEX triplet: 78, 3A and 62. RGB value is (120,58,98). Sum of RGB (Red+Green+Blue) = 120+58+98=276 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.48% from 276); Green value is 58 (23.05% from 255 or 21.01% from 276); Blue value is 98 (38.67% from 255 or 35.51% from 276); Max value from RGB is 120 - color contains mainly: red. Hex color #783A62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783A62 is #87C59D. Grayscale: #515151. Windows color (decimal): -8897950 or 6437496. OLE color: 6437496.

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

Color convert

RGB1205898-
CMYK00.520.180.53
HSL321.29º34.83%34.9%-
HSV(B)321.29º51.67%47.06%-
XYZ11.467.912.48-
YUV81.1137.54155.75-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.48%
GREEN value IS 58 (23.05% from 255) = 21.01%
BLUE value IS 98 (38.67% from 255) = 35.51%
R=43.48%
G=21.01%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120589800.520.180.53321.2934.8334.9
Hex783A6203412351412323
Octal1707214206422655014343
Binary11110001110101100010011010010010110101101000001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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