#763C60

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

Shades of Cosmic #763C60

Tints of Cosmic #763C60

Color information

#763C60 (or 0x763C60) is unknown color: approx Cosmic. HEX triplet: 76, 3C and 60. RGB value is (118,60,96). Sum of RGB (Red+Green+Blue) = 118+60+96=274 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.07% from 274); Green value is 60 (23.83% from 255 or 21.90% from 274); Blue value is 96 (37.89% from 255 or 35.04% from 274); Max value from RGB is 118 - color contains mainly: red. Hex color #763C60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763C60 is #89C39F. Grayscale: #515151. Windows color (decimal): -9028512 or 6306934. OLE color: 6306934.

HSL color Cylindrical-coordinate representation of color #763C60: hue angle of 322.76º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #763C60 is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB1186096-
CMYK00.490.190.54
HSL322.76º32.58%34.9%-
HSV(B)322.76º49.15%46.27%-
XYZ11.27.9312.01-
YUV81.45136.22154.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.07%
GREEN value IS 60 (23.83% from 255) = 21.90%
BLUE value IS 96 (37.89% from 255) = 35.04%
R=43.07%
G=21.90%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118609600.490.190.54322.7632.5834.9
Hex763C6003113361432123
Octal1667414006123665034143
Binary11101101111001100000011000110011110110101000011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763C60; }

 p { color: rgb(118,60,96); }

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

<style>
 a { background-color: #763C60; }

 a { background-color: rgb(118,60,96); }

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

<style>
 span { border-color: #763C60; }

 span { border-color: rgb(118,60,96); }

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