#785669

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

Shades of Cosmic #785669

Tints of Cosmic #785669

Color information

#785669 (or 0x785669) is unknown color: approx Cosmic. HEX triplet: 78, 56 and 69. RGB value is (120,86,105). Sum of RGB (Red+Green+Blue) = 120+86+105=311 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.59% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 105 (41.41% from 255 or 33.76% from 311); Max value from RGB is 120 - color contains mainly: red. Hex color #785669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785669 is #87A996. Grayscale: #626262. Windows color (decimal): -8890775 or 6903416. OLE color: 6903416.

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

Color convert

RGB12086105-
CMYK00.280.130.53
HSL326.47º16.5%40.39%-
HSV(B)326.47º28.33%47.06%-
XYZ13.6211.6714.9-
YUV98.33131.76143.46-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.59%
GREEN value IS 86 (33.98% from 255) = 27.65%
BLUE value IS 105 (41.41% from 255) = 33.76%
R=38.59%
G=27.65%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1208610500.280.130.53326.4716.540.39
Hex78566901CD351461128
Octal17012615103415655062150
Binary111100010101101101001011100110111010110100011010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785669; }

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

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

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

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

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

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

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

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