Html Css Color HEX #783F58 Cosmic

📋 copy color: '#783F58'

red 120 ◦ green 63 ◦ blue 88

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

Shades of Cosmic #783F58

Tints of Cosmic #783F58

RGB

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

 GREEN value IS 63 (25% from 255) = 23.25%

 BLUE value IS 88 (34.77% from 255) = 32.47%

R = 44.28%
G = 23.25%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.27

 K value IS 0.53

RGB Variations

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

Color information

#783F58 (or 0x783F58) is known color: Cosmic. HEX triplet: 78, 3F and 58. RGB value is (120,63,88). Sum of RGB (Red+Green+Blue) = 120+63+88=271 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.28% from 271); Green value is 63 (25% from 255 or 23.25% from 271); Blue value is 88 (34.77% from 255 or 32.47% from 271); Max value from RGB is 120 - color contains mainly: red. Hex color #783F58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783F58 is #87C0A7. Grayscale: #525252. Windows color (decimal): -8896680 or 5783416. OLE color: 5783416.

HSL color Cylindrical-coordinate representation of color #783F58: hue angle of 333.68º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #783F58 is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 63 88 -
CMYK 0 0.48 0.27 0.53
HSL 333.68º 0.31% 0.36% -
HSV(B) 333.68º 0.48% 0.47% -
XYZ 11.28 8.25 10.23 -
YUV 82.89 130.88 154.47 -
System Red Green Blue C M Y K H S L
Decimal 120 63 88 0 0.48 0.27 0.53 333.68 0.31 0.36
Hex 78 3F 58 0 30 1B 35 14E 1F 24
Octal 170 77 130 0 60 33 65 516 37 44
Binary 1111000 111111 1011000 0 110000 11011 110101 101001110 11111 100100

Color Harmonies of #783F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783F58

Black with #783F58

Text Example


Text Example

White with #783F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,63,88); }

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

background-color css

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

 a { background-color: rgb(120,63,88); }

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

border-color css

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

 span { border-color: rgb(120,63,88); }

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