#785B6D

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

Shades of Cosmic #785B6D

Tints of Cosmic #785B6D

Color information

#785B6D (or 0x785B6D) is unknown color: approx Cosmic. HEX triplet: 78, 5B and 6D. RGB value is (120,91,109). Sum of RGB (Red+Green+Blue) = 120+91+109=320 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.5% from 320); Green value is 91 (35.94% from 255 or 28.44% from 320); Blue value is 109 (42.97% from 255 or 34.06% from 320); Max value from RGB is 120 - color contains mainly: red. Hex color #785B6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785B6D is #87A492. Grayscale: #656565. Windows color (decimal): -8889491 or 7166840. OLE color: 7166840.

HSL color Cylindrical-coordinate representation of color #785B6D: hue angle of 322.76º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #785B6D is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB12091109-
CMYK00.240.090.53
HSL322.76º13.74%41.37%-
HSV(B)322.76º24.17%47.06%-
XYZ14.2512.5816.15-
YUV101.72132.11141.04-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.5%
GREEN value IS 91 (35.94% from 255) = 28.44%
BLUE value IS 109 (42.97% from 255) = 34.06%
R=37.5%
G=28.44%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1209110900.240.090.53322.7613.7441.37
Hex785B6D018935143e29
Octal17013315503011655031651
Binary11110001011011110110101100010011101011010000111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785B6D; }

 p { color: rgb(120,91,109); }

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

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

 a { background-color: rgb(120,91,109); }

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

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

 span { border-color: rgb(120,91,109); }

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