#785068

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

Shades of Cosmic #785068

Tints of Cosmic #785068

Color information

#785068 (or 0x785068) is unknown color: approx Cosmic. HEX triplet: 78, 50 and 68. RGB value is (120,80,104). Sum of RGB (Red+Green+Blue) = 120+80+104=304 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.47% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 104 (41.02% from 255 or 34.21% from 304); Max value from RGB is 120 - color contains mainly: red. Hex color #785068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785068 is #87AF97. Grayscale: #5E5E5E. Windows color (decimal): -8892312 or 6836344. OLE color: 6836344.

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

Color convert

RGB12080104-
CMYK00.330.130.53
HSL324º20%39.22%-
HSV(B)324º33.33%47.06%-
XYZ13.1110.7314.48-
YUV94.7133.25146.05-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.47%
GREEN value IS 80 (31.64% from 255) = 26.32%
BLUE value IS 104 (41.02% from 255) = 34.21%
R=39.47%
G=26.32%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1208010400.330.130.533242039.22
Hex785068021D351441427
Octal17012015004115655042447
Binary1111000101000011010000100001110111010110100010010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785068; }

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

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

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

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

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

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

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

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