#78486C

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

Shades of Cosmic #78486C

Tints of Cosmic #78486C

Color information

#78486C (or 0x78486C) is unknown color: approx Cosmic. HEX triplet: 78, 48 and 6C. RGB value is (120,72,108). Sum of RGB (Red+Green+Blue) = 120+72+108=300 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40% from 300); Green value is 72 (28.52% from 255 or 24% from 300); Blue value is 108 (42.58% from 255 or 36% from 300); Max value from RGB is 120 - color contains mainly: red. Hex color #78486C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78486C is #87B793. Grayscale: #5A5A5A. Windows color (decimal): -8894356 or 7096440. OLE color: 7096440.

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

Color convert

RGB12072108-
CMYK00.400.100.53
HSL315º25%37.65%-
HSV(B)315º40%47.06%-
XYZ12.779.7115.39-
YUV90.46137.9149.07-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40%
GREEN value IS 72 (28.52% from 255) = 24%
BLUE value IS 108 (42.58% from 255) = 36%
R=40%
G=24%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1207210800.400.100.533152537.65
Hex78486C028A3513b1926
Octal17011015405012654733146
Binary1111000100100011011000101000101011010110011101111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78486C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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