Html Css Color HEX #783A62 Cosmic

📋 copy color: '#783A62'

red 120 ◦ green 58 ◦ blue 98

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

Shades of Cosmic #783A62

Tints of Cosmic #783A62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 35.51%

R = 43.48%
G = 21.01%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#783A62 (or 0x783A62) is known color: Cosmic. HEX triplet: 78, 3A and 62. RGB value is (120,58,98). Sum of RGB (Red+Green+Blue) = 120+58+98=276 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.48% from 276); Green value is 58 (23.05% from 255 or 21.01% from 276); Blue value is 98 (38.67% from 255 or 35.51% from 276); Max value from RGB is 120 - color contains mainly: red. Hex color #783A62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783A62 is #87C59D. Grayscale: #515151. Windows color (decimal): -8897950 or 6437496. OLE color: 6437496.

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

Color convert

RGB 120 58 98 -
CMYK 0 0.52 0.18 0.53
HSL 321.29º 0.35% 0.35% -
HSV(B) 321.29º 0.52% 0.47% -
XYZ 11.46 7.9 12.48 -
YUV 81.1 137.54 155.75 -
System Red Green Blue C M Y K H S L
Decimal 120 58 98 0 0.52 0.18 0.53 321.29 0.35 0.35
Hex 78 3A 62 0 34 12 35 141 23 23
Octal 170 72 142 0 64 22 65 501 43 43
Binary 1111000 111010 1100010 0 110100 10010 110101 101000001 100011 100011

Color Harmonies of #783A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783A62

Black with #783A62

Text Example


Text Example

White with #783A62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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