#78485C

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

Shades of Cosmic #78485C

Tints of Cosmic #78485C

Color information

#78485C (or 0x78485C) is unknown color: approx Cosmic. HEX triplet: 78, 48 and 5C. RGB value is (120,72,92). Sum of RGB (Red+Green+Blue) = 120+72+92=284 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.25% from 284); Green value is 72 (28.52% from 255 or 25.35% from 284); Blue value is 92 (36.33% from 255 or 32.39% from 284); Max value from RGB is 120 - color contains mainly: red. Hex color #78485C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78485C is #87B7A3. Grayscale: #585858. Windows color (decimal): -8894372 or 6047864. OLE color: 6047864.

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

Color convert

RGB1207292-
CMYK00.400.230.53
HSL335º25%37.65%-
HSV(B)335º40%47.06%-
XYZ11.999.411.31-
YUV88.63129.9150.37-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.25%
GREEN value IS 72 (28.52% from 255) = 25.35%
BLUE value IS 92 (36.33% from 255) = 32.39%
R=42.25%
G=25.35%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120729200.400.230.533352537.65
Hex78485C028173514f1926
Octal17011013405027655173146
Binary11110001001000101110001010001011111010110100111111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78485C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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