#784858

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

Shades of Cosmic #784858

Tints of Cosmic #784858

Color information

#784858 (or 0x784858) is unknown color: approx Cosmic. HEX triplet: 78, 48 and 58. RGB value is (120,72,88). Sum of RGB (Red+Green+Blue) = 120+72+88=280 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.86% from 280); Green value is 72 (28.52% from 255 or 25.71% from 280); Blue value is 88 (34.77% from 255 or 31.43% from 280); Max value from RGB is 120 - color contains mainly: red. Hex color #784858 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784858 is #87B7A7. Grayscale: #585858. Windows color (decimal): -8894376 or 5785720. OLE color: 5785720.

HSL color Cylindrical-coordinate representation of color #784858: hue angle of 340º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #784858 is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB1207288-
CMYK00.400.270.53
HSL340º25%37.65%-
HSV(B)340º40%47.06%-
XYZ11.829.3310.41-
YUV88.18127.9150.7-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.86%
GREEN value IS 72 (28.52% from 255) = 25.71%
BLUE value IS 88 (34.77% from 255) = 31.43%
R=42.86%
G=25.71%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120728800.400.270.533402537.65
Hex7848580281B351541926
Octal17011013005033655243146
Binary11110001001000101100001010001101111010110101010011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784858; }

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

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

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

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

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

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

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

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