#784468

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

Shades of Cosmic #784468

Tints of Cosmic #784468

Color information

#784468 (or 0x784468) is unknown color: approx Cosmic. HEX triplet: 78, 44 and 68. RGB value is (120,68,104). Sum of RGB (Red+Green+Blue) = 120+68+104=292 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.10% from 292); Green value is 68 (26.95% from 255 or 23.29% from 292); Blue value is 104 (41.02% from 255 or 35.62% from 292); Max value from RGB is 120 - color contains mainly: red. Hex color #784468 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784468 is #87BB97. Grayscale: #575757. Windows color (decimal): -8895384 or 6833272. OLE color: 6833272.

HSL color Cylindrical-coordinate representation of color #784468: hue angle of 318.46º 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 #784468 is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB12068104-
CMYK00.430.130.53
HSL318.46º27.66%36.86%-
HSV(B)318.46º43.33%47.06%-
XYZ12.319.1314.21-
YUV87.65137.23151.07-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.10%
GREEN value IS 68 (26.95% from 255) = 23.29%
BLUE value IS 104 (41.02% from 255) = 35.62%
R=41.10%
G=23.29%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1206810400.430.130.53318.4627.6636.86
Hex78446802BD3513e1c25
Octal17010415005315654763445
Binary1111000100010011010000101011110111010110011111011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784468; }

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

 H1.HeaderClassName
 {
   color: #784468;
 }
 .AnyTagClassName
 {
   color: #784468;
 }
</style>
background-color css

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

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

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

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

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

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