#7C3E5B

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

Shades of Cosmic #7C3E5B

Tints of Cosmic #7C3E5B

Color information

#7C3E5B (or 0x7C3E5B) is unknown color: approx Cosmic. HEX triplet: 7C, 3E and 5B. RGB value is (124,62,91). Sum of RGB (Red+Green+Blue) = 124+62+91=277 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.77% from 277); Green value is 62 (24.61% from 255 or 22.38% from 277); Blue value is 91 (35.94% from 255 or 32.85% from 277); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3E5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3E5B is #83C1A4. Grayscale: #535353. Windows color (decimal): -8634789 or 5979772. OLE color: 5979772.

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

Color convert

RGB1246291-
CMYK00.50.270.51
HSL331.94º33.33%36.47%-
HSV(B)331.94º50%48.63%-
XYZ11.928.4910.91-
YUV83.84132.04156.64-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 44.77%
GREEN value IS 62 (24.61% from 255) = 22.38%
BLUE value IS 91 (35.94% from 255) = 32.85%
R=44.77%
G=22.38%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.27
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124629100.50.270.51331.9433.3336.47
Hex7C3E5B0321B3314c2124
Octal1747613306233635144144
Binary11111001111101011011011001011011110011101001100100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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