#785468

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

Shades of Cosmic #785468

Tints of Cosmic #785468

Color information

#785468 (or 0x785468) is unknown color: approx Cosmic. HEX triplet: 78, 54 and 68. RGB value is (120,84,104). Sum of RGB (Red+Green+Blue) = 120+84+104=308 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.96% from 308); Green value is 84 (33.20% from 255 or 27.27% from 308); Blue value is 104 (41.02% from 255 or 33.77% from 308); Max value from RGB is 120 - color contains mainly: red. Hex color #785468 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785468 is #87AB97. Grayscale: #616161. Windows color (decimal): -8891288 or 6837368. OLE color: 6837368.

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

Color convert

RGB12084104-
CMYK00.30.130.53
HSL326.67º17.65%40%-
HSV(B)326.67º30%47.06%-
XYZ13.4111.3314.58-
YUV97.04131.93144.37-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.96%
GREEN value IS 84 (33.20% from 255) = 27.27%
BLUE value IS 104 (41.02% from 255) = 33.77%
R=38.96%
G=27.27%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1208410400.30.130.53326.6717.6540
Hex78546801ED351471228
Octal17012415003615655072250
Binary111100010101001101000011110110111010110100011110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785468; }

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

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

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

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

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

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

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

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