#783A5F

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

Shades of Cosmic #783A5F

Tints of Cosmic #783A5F

Color information

#783A5F (or 0x783A5F) is unknown color: approx Cosmic. HEX triplet: 78, 3A and 5F. RGB value is (120,58,95). Sum of RGB (Red+Green+Blue) = 120+58+95=273 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.96% from 273); Green value is 58 (23.05% from 255 or 21.25% from 273); Blue value is 95 (37.5% from 255 or 34.80% from 273); Max value from RGB is 120 - color contains mainly: red. Hex color #783A5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783A5F is #87C5A0. Grayscale: #505050. Windows color (decimal): -8897953 or 6240888. OLE color: 6240888.

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

Color convert

RGB1205895-
CMYK00.520.210.53
HSL324.19º34.83%34.9%-
HSV(B)324.19º51.67%47.06%-
XYZ11.327.8511.74-
YUV80.76136.04155.99-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.96%
GREEN value IS 58 (23.05% from 255) = 21.25%
BLUE value IS 95 (37.5% from 255) = 34.80%
R=43.96%
G=21.25%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120589500.520.210.53324.1934.8334.9
Hex783A5F03415351442323
Octal1707213706425655044343
Binary11110001110101011111011010010101110101101000100100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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