#785666

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

Shades of Cosmic #785666

Tints of Cosmic #785666

Color information

#785666 (or 0x785666) is unknown color: approx Cosmic. HEX triplet: 78, 56 and 66. RGB value is (120,86,102). Sum of RGB (Red+Green+Blue) = 120+86+102=308 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.96% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 102 (40.23% from 255 or 33.12% from 308); Max value from RGB is 120 - color contains mainly: red. Hex color #785666 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785666 is #87A999. Grayscale: #616161. Windows color (decimal): -8890778 or 6706808. OLE color: 6706808.

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

Color convert

RGB12086102-
CMYK00.280.150.53
HSL331.76º16.5%40.39%-
HSV(B)331.76º28.33%47.06%-
XYZ13.4711.6114.1-
YUV97.99130.26143.7-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.96%
GREEN value IS 86 (33.98% from 255) = 27.92%
BLUE value IS 102 (40.23% from 255) = 33.12%
R=38.96%
G=27.92%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1208610200.280.150.53331.7616.540.39
Hex78566601CF3514c1128
Octal17012614603417655142150
Binary111100010101101100110011100111111010110100110010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785666; }

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

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

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

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

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

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

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

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