Html Css Color HEX #783F5B Cosmic

📋 copy color: '#783F5B'

red 120 ◦ green 63 ◦ blue 91

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

Shades of Cosmic #783F5B

Tints of Cosmic #783F5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 33.21%

R = 43.8%
G = 22.99%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#783F5B (or 0x783F5B) is known color: Cosmic. HEX triplet: 78, 3F and 5B. RGB value is (120,63,91). Sum of RGB (Red+Green+Blue) = 120+63+91=274 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.80% from 274); Green value is 63 (25% from 255 or 22.99% from 274); Blue value is 91 (35.94% from 255 or 33.21% from 274); Max value from RGB is 120 - color contains mainly: red. Hex color #783F5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783F5B is #87C0A4. Grayscale: #535353. Windows color (decimal): -8896677 or 5980024. OLE color: 5980024.

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

Color convert

RGB 120 63 91 -
CMYK 0 0.48 0.24 0.53
HSL 330.53º 0.31% 0.36% -
HSV(B) 330.53º 0.48% 0.47% -
XYZ 11.41 8.3 10.9 -
YUV 83.24 132.38 154.22 -
System Red Green Blue C M Y K H S L
Decimal 120 63 91 0 0.48 0.24 0.53 330.53 0.31 0.36
Hex 78 3F 5B 0 30 18 35 14B 1F 24
Octal 170 77 133 0 60 30 65 513 37 44
Binary 1111000 111111 1011011 0 110000 11000 110101 101001011 11111 100100

Color Harmonies of #783F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783F5B

Black with #783F5B

Text Example


Text Example

White with #783F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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