#763C5B

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

Shades of Cosmic #763C5B

Tints of Cosmic #763C5B

Color information

#763C5B (or 0x763C5B) is unknown color: approx Cosmic. HEX triplet: 76, 3C and 5B. RGB value is (118,60,91). Sum of RGB (Red+Green+Blue) = 118+60+91=269 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.87% from 269); Green value is 60 (23.83% from 255 or 22.30% from 269); Blue value is 91 (35.94% from 255 or 33.83% from 269); Max value from RGB is 118 - color contains mainly: red. Hex color #763C5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763C5B is #89C3A4. Grayscale: #505050. Windows color (decimal): -9028517 or 5979254. OLE color: 5979254.

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

Color convert

RGB1186091-
CMYK00.490.230.54
HSL327.93º32.58%34.9%-
HSV(B)327.93º49.15%46.27%-
XYZ10.987.8410.83-
YUV80.88133.72154.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.87%
GREEN value IS 60 (23.83% from 255) = 22.30%
BLUE value IS 91 (35.94% from 255) = 33.83%
R=43.87%
G=22.30%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118609100.490.230.54327.9332.5834.9
Hex763C5B03117361482123
Octal1667413306127665104143
Binary11101101111001011011011000110111110110101001000100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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