#78495C

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

Shades of Cosmic #78495C

Tints of Cosmic #78495C

Color information

#78495C (or 0x78495C) is unknown color: approx Cosmic. HEX triplet: 78, 49 and 5C. RGB value is (120,73,92). Sum of RGB (Red+Green+Blue) = 120+73+92=285 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.11% from 285); Green value is 73 (28.91% from 255 or 25.61% from 285); Blue value is 92 (36.33% from 255 or 32.28% from 285); Max value from RGB is 120 - color contains mainly: red. Hex color #78495C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78495C is #87B6A3. Grayscale: #595959. Windows color (decimal): -8894116 or 6048120. OLE color: 6048120.

HSL color Cylindrical-coordinate representation of color #78495C: hue angle of 335.74º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #78495C is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB1207392-
CMYK00.390.230.53
HSL335.74º24.35%37.84%-
HSV(B)335.74º39.17%47.06%-
XYZ12.069.5311.33-
YUV89.22129.57149.96-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.11%
GREEN value IS 73 (28.91% from 255) = 25.61%
BLUE value IS 92 (36.33% from 255) = 32.28%
R=42.11%
G=25.61%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120739200.390.230.53335.7424.3537.84
Hex78495C02717351501826
Octal17011113404727655203046
Binary11110001001001101110001001111011111010110101000011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78495C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,73,92); }

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

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

 a { background-color: rgb(120,73,92); }

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

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

 span { border-color: rgb(120,73,92); }

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