Html Css Color HEX #784361 Cosmic

📋 copy color: '#784361'

red 120 ◦ green 67 ◦ blue 97

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

Shades of Cosmic #784361

Tints of Cosmic #784361

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.59%

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

R = 42.25%
G = 23.59%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#784361 (or 0x784361) is known color: Cosmic. HEX triplet: 78, 43 and 61. RGB value is (120,67,97). Sum of RGB (Red+Green+Blue) = 120+67+97=284 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.25% from 284); Green value is 67 (26.56% from 255 or 23.59% from 284); Blue value is 97 (38.28% from 255 or 34.15% from 284); Max value from RGB is 120 - color contains mainly: red. Hex color #784361 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784361 is #87BC9E. Grayscale: #565656. Windows color (decimal): -8895647 or 6374264. OLE color: 6374264.

HSL color Cylindrical-coordinate representation of color #784361: hue angle of 326.04º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #784361 is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 67 97 -
CMYK 0 0.44 0.19 0.53
HSL 326.04º 0.28% 0.37% -
HSV(B) 326.04º 0.44% 0.47% -
XYZ 11.91 8.87 12.39 -
YUV 86.27 134.06 152.06 -
System Red Green Blue C M Y K H S L
Decimal 120 67 97 0 0.44 0.19 0.53 326.04 0.28 0.37
Hex 78 43 61 0 2C 13 35 146 1C 25
Octal 170 103 141 0 54 23 65 506 34 45
Binary 1111000 1000011 1100001 0 101100 10011 110101 101000110 11100 100101

Color Harmonies of #784361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784361

Black with #784361

Text Example


Text Example

White with #784361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784361; }

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

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

background-color css

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

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

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

border-color css

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

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

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