#7C3F5B

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

Shades of Cosmic #7C3F5B

Tints of Cosmic #7C3F5B

Color information

#7C3F5B (or 0x7C3F5B) is unknown color: approx Cosmic. HEX triplet: 7C, 3F and 5B. RGB value is (124,63,91). Sum of RGB (Red+Green+Blue) = 124+63+91=278 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.60% from 278); Green value is 63 (25% from 255 or 22.66% from 278); Blue value is 91 (35.94% from 255 or 32.73% from 278); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3F5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3F5B is #83C0A4. Grayscale: #545454. Windows color (decimal): -8634533 or 5980028. OLE color: 5980028.

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

Color convert

RGB1246391-
CMYK00.490.270.51
HSL332.46º32.62%36.67%-
HSV(B)332.46º49.19%48.63%-
XYZ11.988.610.93-
YUV84.43131.71156.22-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 44.60%
GREEN value IS 63 (25% from 255) = 22.66%
BLUE value IS 91 (35.94% from 255) = 32.73%
R=44.60%
G=22.66%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.27
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124639100.490.270.51332.4632.6236.67
Hex7C3F5B0311B3314c2125
Octal1747713306133635144145
Binary11111001111111011011011000111011110011101001100100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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