#785460

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

Shades of Cosmic #785460

Tints of Cosmic #785460

Color information

#785460 (or 0x785460) is unknown color: approx Cosmic. HEX triplet: 78, 54 and 60. RGB value is (120,84,96). Sum of RGB (Red+Green+Blue) = 120+84+96=300 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40% from 300); Green value is 84 (33.20% from 255 or 28% from 300); Blue value is 96 (37.89% from 255 or 32% from 300); Max value from RGB is 120 - color contains mainly: red. Hex color #785460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785460 is #87AB9F. Grayscale: #606060. Windows color (decimal): -8891296 or 6313080. OLE color: 6313080.

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

Color convert

RGB1208496-
CMYK00.30.20.53
HSL340º17.65%40%-
HSV(B)340º30%47.06%-
XYZ13.0311.1812.54-
YUV96.13127.93145.02-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40%
GREEN value IS 84 (33.20% from 255) = 28%
BLUE value IS 96 (37.89% from 255) = 32%
R=40%
G=28%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.2
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120849600.30.20.5334017.6540
Hex78546001E14351541228
Octal17012414003624655242250
Binary1111000101010011000000111101010011010110101010010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785460; }

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

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

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

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

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

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

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

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