#785369

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

Shades of Cosmic #785369

Tints of Cosmic #785369

Color information

#785369 (or 0x785369) is unknown color: approx Cosmic. HEX triplet: 78, 53 and 69. RGB value is (120,83,105). Sum of RGB (Red+Green+Blue) = 120+83+105=308 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.96% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 105 (41.41% from 255 or 34.09% from 308); Max value from RGB is 120 - color contains mainly: red. Hex color #785369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785369 is #87AC96. Grayscale: #606060. Windows color (decimal): -8891543 or 6902648. OLE color: 6902648.

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

Color convert

RGB12083105-
CMYK00.310.130.53
HSL324.32º18.23%39.8%-
HSV(B)324.32º30.83%47.06%-
XYZ13.3911.214.82-
YUV96.57132.76144.71-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.96%
GREEN value IS 83 (32.81% from 255) = 26.95%
BLUE value IS 105 (41.41% from 255) = 34.09%
R=38.96%
G=26.95%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1208310500.310.130.53324.3218.2339.8
Hex78536901FD351441228
Octal17012315103715655042250
Binary111100010100111101001011111110111010110100010010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785369; }

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

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

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

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

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

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

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

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