#785561

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

Shades of Cosmic #785561

Tints of Cosmic #785561

Color information

#785561 (or 0x785561) is unknown color: approx Cosmic. HEX triplet: 78, 55 and 61. RGB value is (120,85,97). Sum of RGB (Red+Green+Blue) = 120+85+97=302 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.74% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 97 (38.28% from 255 or 32.12% from 302); Max value from RGB is 120 - color contains mainly: red. Hex color #785561 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785561 is #87AA9E. Grayscale: #606060. Windows color (decimal): -8891039 or 6378872. OLE color: 6378872.

HSL color Cylindrical-coordinate representation of color #785561: hue angle of 339.43º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #785561 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB1208597-
CMYK00.290.190.53
HSL339.43º17.07%40.2%-
HSV(B)339.43º29.17%47.06%-
XYZ13.1511.3512.81-
YUV96.83128.1144.52-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.74%
GREEN value IS 85 (33.59% from 255) = 28.15%
BLUE value IS 97 (38.28% from 255) = 32.12%
R=39.74%
G=28.15%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120859700.290.190.53339.4317.0740.2
Hex78556101D13351531128
Octal17012514103523655232150
Binary1111000101010111000010111011001111010110101001110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785561; }

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

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

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

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

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

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

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

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