#78596C

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

Shades of Cosmic #78596C

Tints of Cosmic #78596C

Color information

#78596C (or 0x78596C) is unknown color: approx Cosmic. HEX triplet: 78, 59 and 6C. RGB value is (120,89,108). Sum of RGB (Red+Green+Blue) = 120+89+108=317 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.85% from 317); Green value is 89 (35.16% from 255 or 28.08% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 120 - color contains mainly: red. Hex color #78596C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78596C is #87A693. Grayscale: #646464. Windows color (decimal): -8890004 or 7100792. OLE color: 7100792.

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

Color convert

RGB12089108-
CMYK00.260.100.53
HSL323.23º14.83%40.98%-
HSV(B)323.23º25.83%47.06%-
XYZ14.0212.2215.81-
YUV100.43132.27141.96-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.85%
GREEN value IS 89 (35.16% from 255) = 28.08%
BLUE value IS 108 (42.58% from 255) = 34.07%
R=37.85%
G=28.08%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1208910800.260.100.53323.2314.8340.98
Hex78596C01AA35143f29
Octal17013115403212655031751
Binary11110001011001110110001101010101101011010000111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78596C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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