#7C3F60

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

Shades of Cosmic #7C3F60

Tints of Cosmic #7C3F60

Color information

#7C3F60 (or 0x7C3F60) is unknown color: approx Cosmic. HEX triplet: 7C, 3F and 60. RGB value is (124,63,96). Sum of RGB (Red+Green+Blue) = 124+63+96=283 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.82% from 283); Green value is 63 (25% from 255 or 22.26% from 283); Blue value is 96 (37.89% from 255 or 33.92% from 283); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3F60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3F60 is #83C09F. Grayscale: #545454. Windows color (decimal): -8634528 or 6307708. OLE color: 6307708.

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

Color convert

RGB1246396-
CMYK00.490.230.51
HSL327.54º32.62%36.67%-
HSV(B)327.54º49.19%48.63%-
XYZ12.28.6812.1-
YUV85134.21155.82-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 43.82%
GREEN value IS 63 (25% from 255) = 22.26%
BLUE value IS 96 (37.89% from 255) = 33.92%
R=43.82%
G=22.26%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.23
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124639600.490.230.51327.5432.6236.67
Hex7C3F6003117331482125
Octal1747714006127635104145
Binary11111001111111100000011000110111110011101001000100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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