Html Css Color HEX #783A60 Cosmic

📋 copy color: '#783A60'

red 120 ◦ green 58 ◦ blue 96

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

Shades of Cosmic #783A60

Tints of Cosmic #783A60

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.17%

 BLUE value IS 96 (37.89% from 255) = 35.04%

R = 43.8%
G = 21.17%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.2

 K value IS 0.53

RGB Variations

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

Color information

#783A60 (or 0x783A60) is known color: Cosmic. HEX triplet: 78, 3A and 60. RGB value is (120,58,96). Sum of RGB (Red+Green+Blue) = 120+58+96=274 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.80% from 274); Green value is 58 (23.05% from 255 or 21.17% from 274); Blue value is 96 (37.89% from 255 or 35.04% from 274); Max value from RGB is 120 - color contains mainly: red. Hex color #783A60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783A60 is #87C59F. Grayscale: #505050. Windows color (decimal): -8897952 or 6306424. OLE color: 6306424.

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

Color convert

RGB 120 58 96 -
CMYK 0 0.52 0.2 0.53
HSL 323.23º 0.35% 0.35% -
HSV(B) 323.23º 0.52% 0.47% -
XYZ 11.37 7.86 11.98 -
YUV 80.87 136.54 155.91 -
System Red Green Blue C M Y K H S L
Decimal 120 58 96 0 0.52 0.2 0.53 323.23 0.35 0.35
Hex 78 3A 60 0 34 14 35 143 23 23
Octal 170 72 140 0 64 24 65 503 43 43
Binary 1111000 111010 1100000 0 110100 10100 110101 101000011 100011 100011

Color Harmonies of #783A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783A60

Black with #783A60

Text Example


Text Example

White with #783A60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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