#785766

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

Shades of Cosmic #785766

Tints of Cosmic #785766

Color information

#785766 (or 0x785766) is unknown color: approx Cosmic. HEX triplet: 78, 57 and 66. RGB value is (120,87,102). Sum of RGB (Red+Green+Blue) = 120+87+102=309 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.83% from 309); Green value is 87 (34.38% from 255 or 28.16% from 309); Blue value is 102 (40.23% from 255 or 33.01% from 309); Max value from RGB is 120 - color contains mainly: red. Hex color #785766 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785766 is #87A899. Grayscale: #626262. Windows color (decimal): -8890522 or 6707064. OLE color: 6707064.

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

Color convert

RGB12087102-
CMYK00.280.150.53
HSL332.73º15.94%40.59%-
HSV(B)332.73º27.5%47.06%-
XYZ13.5511.7714.13-
YUV98.58129.93143.28-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.83%
GREEN value IS 87 (34.38% from 255) = 28.16%
BLUE value IS 102 (40.23% from 255) = 33.01%
R=38.83%
G=28.16%
B=33.01%

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
Decimal1208710200.280.150.53332.7315.9440.59
Hex78576601CF3514d1029
Octal17012714603417655152051
Binary111100010101111100110011100111111010110100110110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785766; }

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

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

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

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

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

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

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

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