Html Css Color HEX #783C64 Cosmic

📋 copy color: '#783C64'

red 120 ◦ green 60 ◦ blue 100

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

Shades of Cosmic #783C64

Tints of Cosmic #783C64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 35.71%

R = 42.86%
G = 21.43%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#783C64 (or 0x783C64) is known color: Cosmic. HEX triplet: 78, 3C and 64. RGB value is (120,60,100). Sum of RGB (Red+Green+Blue) = 120+60+100=280 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.86% from 280); Green value is 60 (23.83% from 255 or 21.43% from 280); Blue value is 100 (39.45% from 255 or 35.71% from 280); Max value from RGB is 120 - color contains mainly: red. Hex color #783C64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783C64 is #87C39B. Grayscale: #525252. Windows color (decimal): -8897436 or 6569080. OLE color: 6569080.

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

Color convert

RGB 120 60 100 -
CMYK 0 0.5 0.17 0.53
HSL 320º 0.33% 0.35% -
HSV(B) 320º 0.5% 0.47% -
XYZ 11.66 8.14 13.01 -
YUV 82.5 137.88 154.75 -
System Red Green Blue C M Y K H S L
Decimal 120 60 100 0 0.5 0.17 0.53 320 0.33 0.35
Hex 78 3C 64 0 32 11 35 140 21 23
Octal 170 74 144 0 62 21 65 500 41 43
Binary 1111000 111100 1100100 0 110010 10001 110101 101000000 100001 100011

Color Harmonies of #783C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783C64

Black with #783C64

Text Example


Text Example

White with #783C64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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