#7C3E6C

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

Shades of Cosmic #7C3E6C

Tints of Cosmic #7C3E6C

Color information

#7C3E6C (or 0x7C3E6C) is unknown color: approx Cosmic. HEX triplet: 7C, 3E and 6C. RGB value is (124,62,108). Sum of RGB (Red+Green+Blue) = 124+62+108=294 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.18% from 294); Green value is 62 (24.61% from 255 or 21.09% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3E6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3E6C is #83C193. Grayscale: #555555. Windows color (decimal): -8634772 or 7093884. OLE color: 7093884.

HSL color Cylindrical-coordinate representation of color #7C3E6C: hue angle of 315.48º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7C3E6C is Cyan = 0, Magento = 0.5, Yellow = 0.13 and Black (K on CMYK) = 0.51.

Color convert

RGB12462108-
CMYK00.50.130.51
HSL315.48º33.33%36.47%-
HSV(B)315.48º50%48.63%-
XYZ12.748.8115.22-
YUV85.78140.54155.26-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 42.18%
GREEN value IS 62 (24.61% from 255) = 21.09%
BLUE value IS 108 (42.58% from 255) = 36.73%
R=42.18%
G=21.09%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.13
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1246210800.50.130.51315.4833.3336.47
Hex7C3E6C032D3313b2124
Octal1747615406215634734144
Binary1111100111110110110001100101101110011100111011100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C3E6C; }

 p { color: rgb(124,62,108); }

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

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

 a { background-color: rgb(124,62,108); }

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

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

 span { border-color: rgb(124,62,108); }

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