Html Css Color HEX #784460 Cosmic

📋 copy color: '#784460'

red 120 ◦ green 68 ◦ blue 96

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

Shades of Cosmic #784460

Tints of Cosmic #784460

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.94%

 BLUE value IS 96 (37.89% from 255) = 33.8%

R = 42.25%
G = 23.94%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.2

 K value IS 0.53

RGB Variations

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

Color information

#784460 (or 0x784460) is known color: Cosmic. HEX triplet: 78, 44 and 60. RGB value is (120,68,96). Sum of RGB (Red+Green+Blue) = 120+68+96=284 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.25% from 284); Green value is 68 (26.95% from 255 or 23.94% from 284); Blue value is 96 (37.89% from 255 or 33.80% from 284); Max value from RGB is 120 - color contains mainly: red. Hex color #784460 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784460 is #87BB9F. Grayscale: #565656. Windows color (decimal): -8895392 or 6308984. OLE color: 6308984.

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

Color convert

RGB 120 68 96 -
CMYK 0 0.43 0.2 0.53
HSL 327.69º 0.28% 0.37% -
HSV(B) 327.69º 0.43% 0.47% -
XYZ 11.92 8.97 12.17 -
YUV 86.74 133.23 151.72 -
System Red Green Blue C M Y K H S L
Decimal 120 68 96 0 0.43 0.2 0.53 327.69 0.28 0.37
Hex 78 44 60 0 2B 14 35 148 1C 25
Octal 170 104 140 0 53 24 65 510 34 45
Binary 1111000 1000100 1100000 0 101011 10100 110101 101001000 11100 100101

Color Harmonies of #784460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784460

Black with #784460

Text Example


Text Example

White with #784460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784460; }

 p { color: rgb(120,68,96); }

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

background-color css

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

 a { background-color: rgb(120,68,96); }

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

border-color css

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

 span { border-color: rgb(120,68,96); }

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