#7C3E5D

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

Shades of Cosmic #7C3E5D

Tints of Cosmic #7C3E5D

Color information

#7C3E5D (or 0x7C3E5D) is unknown color: approx Cosmic. HEX triplet: 7C, 3E and 5D. RGB value is (124,62,93). Sum of RGB (Red+Green+Blue) = 124+62+93=279 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.44% from 279); Green value is 62 (24.61% from 255 or 22.22% from 279); Blue value is 93 (36.72% from 255 or 33.33% from 279); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3E5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3E5D is #83C1A2. Grayscale: #545454. Windows color (decimal): -8634787 or 6110844. OLE color: 6110844.

HSL color Cylindrical-coordinate representation of color #7C3E5D: hue angle of 330º 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 #7C3E5D is Cyan = 0, Magento = 0.5, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB1246293-
CMYK00.50.250.51
HSL330º33.33%36.47%-
HSV(B)330º50%48.63%-
XYZ12.018.5211.37-
YUV84.07133.04156.48-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 44.44%
GREEN value IS 62 (24.61% from 255) = 22.22%
BLUE value IS 93 (36.72% from 255) = 33.33%
R=44.44%
G=22.22%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.25
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124629300.50.250.5133033.3336.47
Hex7C3E5D032193314a2124
Octal1747613506231635124144
Binary11111001111101011101011001011001110011101001010100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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