#7C3E5F

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

Shades of Cosmic #7C3E5F

Tints of Cosmic #7C3E5F

Color information

#7C3E5F (or 0x7C3E5F) is unknown color: approx Cosmic. HEX triplet: 7C, 3E and 5F. RGB value is (124,62,95). Sum of RGB (Red+Green+Blue) = 124+62+95=281 (37% of max value = 765). Red value is 124 (48.83% from 255 or 44.13% from 281); Green value is 62 (24.61% from 255 or 22.06% from 281); Blue value is 95 (37.5% from 255 or 33.81% from 281); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3E5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3E5F is #83C1A0. Grayscale: #545454. Windows color (decimal): -8634785 or 6241916. OLE color: 6241916.

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

Color convert

RGB1246295-
CMYK00.50.230.51
HSL328.06º33.33%36.47%-
HSV(B)328.06º50%48.63%-
XYZ12.18.5611.84-
YUV84.3134.04156.32-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 44.13%
GREEN value IS 62 (24.61% from 255) = 22.06%
BLUE value IS 95 (37.5% from 255) = 33.81%
R=44.13%
G=22.06%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.23
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124629500.50.230.51328.0633.3336.47
Hex7C3E5F03217331482124
Octal1747613706227635104144
Binary11111001111101011111011001010111110011101001000100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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