#785764

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

Shades of Cosmic #785764

Tints of Cosmic #785764

Color information

#785764 (or 0x785764) is unknown color: approx Cosmic. HEX triplet: 78, 57 and 64. RGB value is (120,87,100). Sum of RGB (Red+Green+Blue) = 120+87+100=307 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.09% from 307); Green value is 87 (34.38% from 255 or 28.34% from 307); Blue value is 100 (39.45% from 255 or 32.57% from 307); Max value from RGB is 120 - color contains mainly: red. Hex color #785764 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785764 is #87A89B. Grayscale: #626262. Windows color (decimal): -8890524 or 6575992. OLE color: 6575992.

HSL color Cylindrical-coordinate representation of color #785764: hue angle of 336.36º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #785764 is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB12087100-
CMYK00.280.170.53
HSL336.36º15.94%40.59%-
HSV(B)336.36º27.5%47.06%-
XYZ13.4511.7313.61-
YUV98.35128.93143.44-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.09%
GREEN value IS 87 (34.38% from 255) = 28.34%
BLUE value IS 100 (39.45% from 255) = 32.57%
R=39.09%
G=28.34%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1208710000.280.170.53336.3615.9440.59
Hex78576401C11351501029
Octal17012714403421655202051
Binary1111000101011111001000111001000111010110101000010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785764; }

 p { color: rgb(120,87,100); }

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

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

 a { background-color: rgb(120,87,100); }

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

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

 span { border-color: rgb(120,87,100); }

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