#785964

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

Shades of Cosmic #785964

Tints of Cosmic #785964

Color information

#785964 (or 0x785964) is unknown color: approx Cosmic. HEX triplet: 78, 59 and 64. RGB value is (120,89,100). Sum of RGB (Red+Green+Blue) = 120+89+100=309 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.83% from 309); Green value is 89 (35.16% from 255 or 28.80% from 309); Blue value is 100 (39.45% from 255 or 32.36% from 309); Max value from RGB is 120 - color contains mainly: red. Hex color #785964 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785964 is #87A69B. Grayscale: #636363. Windows color (decimal): -8890012 or 6576504. OLE color: 6576504.

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

Color convert

RGB12089100-
CMYK00.260.170.53
HSL338.71º14.83%40.98%-
HSV(B)338.71º25.83%47.06%-
XYZ13.6212.0613.67-
YUV99.52128.27142.61-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.83%
GREEN value IS 89 (35.16% from 255) = 28.80%
BLUE value IS 100 (39.45% from 255) = 32.36%
R=38.83%
G=28.80%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1208910000.260.170.53338.7114.8340.98
Hex78596401A1135153f29
Octal17013114403221655231751
Binary111100010110011100100011010100011101011010100111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785964; }

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

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

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

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

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

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

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

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