#784364

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

Shades of Cosmic #784364

Tints of Cosmic #784364

Color information

#784364 (or 0x784364) is unknown color: approx Cosmic. HEX triplet: 78, 43 and 64. RGB value is (120,67,100). Sum of RGB (Red+Green+Blue) = 120+67+100=287 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.81% from 287); Green value is 67 (26.56% from 255 or 23.34% from 287); Blue value is 100 (39.45% from 255 or 34.84% from 287); Max value from RGB is 120 - color contains mainly: red. Hex color #784364 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784364 is #87BC9B. Grayscale: #565656. Windows color (decimal): -8895644 or 6570872. OLE color: 6570872.

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

Color convert

RGB12067100-
CMYK00.440.170.53
HSL322.64º28.34%36.67%-
HSV(B)322.64º44.17%47.06%-
XYZ12.058.9313.14-
YUV86.61135.56151.82-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.81%
GREEN value IS 67 (26.56% from 255) = 23.34%
BLUE value IS 100 (39.45% from 255) = 34.84%
R=41.81%
G=23.34%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1206710000.440.170.53322.6428.3436.67
Hex78436402C11351431c25
Octal17010314405421655033445
Binary11110001000011110010001011001000111010110100001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784364; }

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

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

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

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

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

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

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

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