#784460

Color #784460 Cosmic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cosmic #784460

Tints of Cosmic #784460

Color information

#784460 (or 0x784460) is unknown color: approx 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

RGB1206896-
CMYK00.430.20.53
HSL327.69º27.66%36.86%-
HSV(B)327.69º43.33%47.06%-
XYZ11.928.9712.17-
YUV86.74133.23151.72-

RGB Variations

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

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.80%
R=42.25%
G=23.94%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.2
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120689600.430.20.53327.6927.6636.86
Hex78446002B14351481c25
Octal17010414005324655103445
Binary11110001000100110000001010111010011010110100100011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>