#785664

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

Shades of Cosmic #785664

Tints of Cosmic #785664

Color information

#785664 (or 0x785664) is unknown color: approx Cosmic. HEX triplet: 78, 56 and 64. RGB value is (120,86,100). Sum of RGB (Red+Green+Blue) = 120+86+100=306 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.22% from 306); Green value is 86 (33.98% from 255 or 28.10% from 306); Blue value is 100 (39.45% from 255 or 32.68% from 306); Max value from RGB is 120 - color contains mainly: red. Hex color #785664 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785664 is #87A99B. Grayscale: #616161. Windows color (decimal): -8890780 or 6575736. OLE color: 6575736.

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

Color convert

RGB12086100-
CMYK00.280.170.53
HSL335.29º16.5%40.39%-
HSV(B)335.29º28.33%47.06%-
XYZ13.3711.5713.58-
YUV97.76129.26143.86-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.22%
GREEN value IS 86 (33.98% from 255) = 28.10%
BLUE value IS 100 (39.45% from 255) = 32.68%
R=39.22%
G=28.10%
B=32.68%

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
Decimal1208610000.280.170.53335.2916.540.39
Hex78566401C113514f1128
Octal17012614403421655172150
Binary1111000101011011001000111001000111010110100111110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785664; }

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

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

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

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

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

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

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

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