Html Css Color HEX #783C5D Cosmic

📋 copy color: '#783C5D'

red 120 ◦ green 60 ◦ blue 93

#783C5D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cosmic #783C5D

Tints of Cosmic #783C5D

RGB

 RED value IS 120 (47.27% from 255) = 43.96%

 GREEN value IS 60 (23.83% from 255) = 21.98%

 BLUE value IS 93 (36.72% from 255) = 34.07%

R = 43.96%
G = 21.98%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#783C5D (or 0x783C5D) is known color: Cosmic. HEX triplet: 78, 3C and 5D. RGB value is (120,60,93). Sum of RGB (Red+Green+Blue) = 120+60+93=273 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.96% from 273); Green value is 60 (23.83% from 255 or 21.98% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 120 - color contains mainly: red. Hex color #783C5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783C5D is #87C3A2. Grayscale: #515151. Windows color (decimal): -8897443 or 6110328. OLE color: 6110328.

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

Color convert

RGB 120 60 93 -
CMYK 0 0.5 0.22 0.53
HSL 327º 0.33% 0.35% -
HSV(B) 327º 0.5% 0.47% -
XYZ 11.34 8.02 11.31 -
YUV 81.7 134.38 155.32 -
System Red Green Blue C M Y K H S L
Decimal 120 60 93 0 0.5 0.22 0.53 327 0.33 0.35
Hex 78 3C 5D 0 32 16 35 147 21 23
Octal 170 74 135 0 62 26 65 507 41 43
Binary 1111000 111100 1011101 0 110010 10110 110101 101000111 100001 100011

Color Harmonies of #783C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783C5D

Black with #783C5D

Text Example


Text Example

White with #783C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #783C5D;
 }
 .AnyTagClassName
 {
   color: #783C5D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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