Html Css Color HEX #783C65 Cosmic

📋 copy color: '#783C65'

red 120 ◦ green 60 ◦ blue 101

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

Shades of Cosmic #783C65

Tints of Cosmic #783C65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 35.94%

R = 42.7%
G = 21.35%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#783C65 (or 0x783C65) is known color: Cosmic. HEX triplet: 78, 3C and 65. RGB value is (120,60,101). Sum of RGB (Red+Green+Blue) = 120+60+101=281 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.70% from 281); Green value is 60 (23.83% from 255 or 21.35% from 281); Blue value is 101 (39.84% from 255 or 35.94% from 281); Max value from RGB is 120 - color contains mainly: red. Hex color #783C65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783C65 is #87C39A. Grayscale: #525252. Windows color (decimal): -8897435 or 6634616. OLE color: 6634616.

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

Color convert

RGB 120 60 101 -
CMYK 0 0.5 0.16 0.53
HSL 319º 0.33% 0.35% -
HSV(B) 319º 0.5% 0.47% -
XYZ 11.71 8.16 13.27 -
YUV 82.61 138.38 154.67 -
System Red Green Blue C M Y K H S L
Decimal 120 60 101 0 0.5 0.16 0.53 319 0.33 0.35
Hex 78 3C 65 0 32 10 35 13F 21 23
Octal 170 74 145 0 62 20 65 477 41 43
Binary 1111000 111100 1100101 0 110010 10000 110101 100111111 100001 100011

Color Harmonies of #783C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783C65

Black with #783C65

Text Example


Text Example

White with #783C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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