#7C3C65

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

Shades of Cosmic #7C3C65

Tints of Cosmic #7C3C65

Color information

#7C3C65 (or 0x7C3C65) is unknown color: approx Cosmic. HEX triplet: 7C, 3C and 65. RGB value is (124,60,101). Sum of RGB (Red+Green+Blue) = 124+60+101=285 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.51% from 285); Green value is 60 (23.83% from 255 or 21.05% from 285); Blue value is 101 (39.84% from 255 or 35.44% from 285); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3C65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3C65 is #83C39A. Grayscale: #535353. Windows color (decimal): -8635291 or 6634620. OLE color: 6634620.

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

Color convert

RGB12460101-
CMYK00.520.190.51
HSL321.56º34.78%36.08%-
HSV(B)321.56º51.61%48.63%-
XYZ12.288.4613.3-
YUV83.81137.7156.67-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 43.51%
GREEN value IS 60 (23.83% from 255) = 21.05%
BLUE value IS 101 (39.84% from 255) = 35.44%
R=43.51%
G=21.05%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.19
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1246010100.520.190.51321.5634.7836.08
Hex7C3C6503413331422324
Octal1747414506423635024344
Binary11111001111001100101011010010011110011101000010100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,60,101); }

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

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

 a { background-color: rgb(124,60,101); }

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

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

 span { border-color: rgb(124,60,101); }

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