#78586C

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

Shades of Cosmic #78586C

Tints of Cosmic #78586C

Color information

#78586C (or 0x78586C) is unknown color: approx Cosmic. HEX triplet: 78, 58 and 6C. RGB value is (120,88,108). Sum of RGB (Red+Green+Blue) = 120+88+108=316 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.97% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 120 - color contains mainly: red. Hex color #78586C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78586C is #87A793. Grayscale: #636363. Windows color (decimal): -8890260 or 7100536. OLE color: 7100536.

HSL color Cylindrical-coordinate representation of color #78586C: hue angle of 322.5º 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 #78586C is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB12088108-
CMYK00.270.100.53
HSL322.5º15.38%40.78%-
HSV(B)322.5º26.67%47.06%-
XYZ13.9412.0615.78-
YUV99.85132.6142.37-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.97%
GREEN value IS 88 (34.77% from 255) = 27.85%
BLUE value IS 108 (42.58% from 255) = 34.18%
R=37.97%
G=27.85%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1208810800.270.100.53322.515.3840.78
Hex78586C01BA35142f29
Octal17013015403312655021751
Binary11110001011000110110001101110101101011010000101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78586C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78586C; }

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

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

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

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

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

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

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

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