#785869

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

Shades of Cosmic #785869

Tints of Cosmic #785869

Color information

#785869 (or 0x785869) is unknown color: approx Cosmic. HEX triplet: 78, 58 and 69. RGB value is (120,88,105). Sum of RGB (Red+Green+Blue) = 120+88+105=313 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.34% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 105 (41.41% from 255 or 33.55% from 313); Max value from RGB is 120 - color contains mainly: red. Hex color #785869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785869 is #87A796. Grayscale: #636363. Windows color (decimal): -8890263 or 6903928. OLE color: 6903928.

HSL color Cylindrical-coordinate representation of color #785869: hue angle of 328.12º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #785869 is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB12088105-
CMYK00.270.130.53
HSL328.12º15.38%40.78%-
HSV(B)328.12º26.67%47.06%-
XYZ13.7911.9914.95-
YUV99.51131.1142.62-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.34%
GREEN value IS 88 (34.77% from 255) = 28.12%
BLUE value IS 105 (41.41% from 255) = 33.55%
R=38.34%
G=28.12%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1208810500.270.130.53328.1215.3840.78
Hex78586901BD35148f29
Octal17013015103315655101751
Binary11110001011000110100101101111011101011010010001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785869; }

 p { color: rgb(120,88,105); }

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

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

 a { background-color: rgb(120,88,105); }

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

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

 span { border-color: rgb(120,88,105); }

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