#785761

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

Shades of Cosmic #785761

Tints of Cosmic #785761

Color information

#785761 (or 0x785761) is unknown color: approx Cosmic. HEX triplet: 78, 57 and 61. RGB value is (120,87,97). Sum of RGB (Red+Green+Blue) = 120+87+97=304 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.47% from 304); Green value is 87 (34.38% from 255 or 28.62% from 304); Blue value is 97 (38.28% from 255 or 31.91% from 304); Max value from RGB is 120 - color contains mainly: red. Hex color #785761 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785761 is #87A89E. Grayscale: #626262. Windows color (decimal): -8890527 or 6379384. OLE color: 6379384.

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

Color convert

RGB1208797-
CMYK00.280.190.53
HSL341.82º15.94%40.59%-
HSV(B)341.82º27.5%47.06%-
XYZ13.3111.6712.86-
YUV98.01127.43143.69-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.47%
GREEN value IS 87 (34.38% from 255) = 28.62%
BLUE value IS 97 (38.28% from 255) = 31.91%
R=39.47%
G=28.62%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120879700.280.190.53341.8215.9440.59
Hex78576101C13351561029
Octal17012714103423655262051
Binary1111000101011111000010111001001111010110101011010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785761; }

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

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

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

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

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

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

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

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