#785360

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

Shades of Cosmic #785360

Tints of Cosmic #785360

Color information

#785360 (or 0x785360) is unknown color: approx Cosmic. HEX triplet: 78, 53 and 60. RGB value is (120,83,96). Sum of RGB (Red+Green+Blue) = 120+83+96=299 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.13% from 299); Green value is 83 (32.81% from 255 or 27.76% from 299); Blue value is 96 (37.89% from 255 or 32.11% from 299); Max value from RGB is 120 - color contains mainly: red. Hex color #785360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785360 is #87AC9F. Grayscale: #5F5F5F. Windows color (decimal): -8891552 or 6312824. OLE color: 6312824.

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

Color convert

RGB1208396-
CMYK00.310.20.53
HSL338.92º18.23%39.8%-
HSV(B)338.92º30.83%47.06%-
XYZ12.9511.0212.51-
YUV95.54128.26145.44-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.13%
GREEN value IS 83 (32.81% from 255) = 27.76%
BLUE value IS 96 (37.89% from 255) = 32.11%
R=40.13%
G=27.76%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.2
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120839600.310.20.53338.9218.2339.8
Hex78536001F14351531228
Octal17012314003724655232250
Binary1111000101001111000000111111010011010110101001110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785360; }

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

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

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

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

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

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

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

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