#785463

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

Shades of Cosmic #785463

Tints of Cosmic #785463

Color information

#785463 (or 0x785463) is unknown color: approx Cosmic. HEX triplet: 78, 54 and 63. RGB value is (120,84,99). Sum of RGB (Red+Green+Blue) = 120+84+99=303 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.60% from 303); Green value is 84 (33.20% from 255 or 27.72% from 303); Blue value is 99 (39.06% from 255 or 32.67% from 303); Max value from RGB is 120 - color contains mainly: red. Hex color #785463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785463 is #87AB9C. Grayscale: #606060. Windows color (decimal): -8891293 or 6509688. OLE color: 6509688.

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

Color convert

RGB1208499-
CMYK00.30.170.53
HSL335º17.65%40%-
HSV(B)335º30%47.06%-
XYZ13.1711.2313.28-
YUV96.47129.43144.78-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.60%
GREEN value IS 84 (33.20% from 255) = 27.72%
BLUE value IS 99 (39.06% from 255) = 32.67%
R=39.60%
G=27.72%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120849900.30.170.5333517.6540
Hex78546301E113514f1228
Octal17012414303621655172250
Binary1111000101010011000110111101000111010110100111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785463; }

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

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

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

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

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

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

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

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