#784569

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

Shades of Cosmic #784569

Tints of Cosmic #784569

Color information

#784569 (or 0x784569) is unknown color: approx Cosmic. HEX triplet: 78, 45 and 69. RGB value is (120,69,105). Sum of RGB (Red+Green+Blue) = 120+69+105=294 (38% of max value = 765). Red value is 120 (47.27% from 255 or 40.82% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 105 (41.41% from 255 or 35.71% from 294); Max value from RGB is 120 - color contains mainly: red. Hex color #784569 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784569 is #87BA96. Grayscale: #585858. Windows color (decimal): -8895127 or 6899064. OLE color: 6899064.

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

Color convert

RGB12069105-
CMYK00.420.130.53
HSL317.65º26.98%37.06%-
HSV(B)317.65º42.5%47.06%-
XYZ12.429.2714.5-
YUV88.35137.4150.57-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.82%
GREEN value IS 69 (27.34% from 255) = 23.47%
BLUE value IS 105 (41.41% from 255) = 35.71%
R=40.82%
G=23.47%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1206910500.420.130.53317.6526.9837.06
Hex78456902AD3513e1b25
Octal17010515105215654763345
Binary1111000100010111010010101010110111010110011111011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784569; }

 p { color: rgb(120,69,105); }

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

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

 a { background-color: rgb(120,69,105); }

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

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

 span { border-color: rgb(120,69,105); }

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