Html Css Color HEX #783F61 Cosmic

📋 copy color: '#783F61'

red 120 ◦ green 63 ◦ blue 97

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

Shades of Cosmic #783F61

Tints of Cosmic #783F61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 34.64%

R = 42.86%
G = 22.5%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#783F61 (or 0x783F61) is known color: Cosmic. HEX triplet: 78, 3F and 61. RGB value is (120,63,97). Sum of RGB (Red+Green+Blue) = 120+63+97=280 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.86% from 280); Green value is 63 (25% from 255 or 22.5% from 280); Blue value is 97 (38.28% from 255 or 34.64% from 280); Max value from RGB is 120 - color contains mainly: red. Hex color #783F61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783F61 is #87C09E. Grayscale: #535353. Windows color (decimal): -8896671 or 6373240. OLE color: 6373240.

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

Color convert

RGB 120 63 97 -
CMYK 0 0.48 0.19 0.53
HSL 324.21º 0.31% 0.36% -
HSV(B) 324.21º 0.48% 0.47% -
XYZ 11.68 8.41 12.32 -
YUV 83.92 135.38 153.74 -
System Red Green Blue C M Y K H S L
Decimal 120 63 97 0 0.48 0.19 0.53 324.21 0.31 0.36
Hex 78 3F 61 0 30 13 35 144 1F 24
Octal 170 77 141 0 60 23 65 504 37 44
Binary 1111000 111111 1100001 0 110000 10011 110101 101000100 11111 100100

Color Harmonies of #783F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783F61

Black with #783F61

Text Example


Text Example

White with #783F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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