#763B5E

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

Shades of Cosmic #763B5E

Tints of Cosmic #763B5E

Color information

#763B5E (or 0x763B5E) is unknown color: approx Cosmic. HEX triplet: 76, 3B and 5E. RGB value is (118,59,94). Sum of RGB (Red+Green+Blue) = 118+59+94=271 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.54% from 271); Green value is 59 (23.44% from 255 or 21.77% from 271); Blue value is 94 (37.11% from 255 or 34.69% from 271); Max value from RGB is 118 - color contains mainly: red. Hex color #763B5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763B5E is #89C4A1. Grayscale: #505050. Windows color (decimal): -9028770 or 6175606. OLE color: 6175606.

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

Color convert

RGB1185994-
CMYK00.500.200.54
HSL324.41º33.33%34.71%-
HSV(B)324.41º50%46.27%-
XYZ11.067.7911.51-
YUV80.63135.55154.65-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.54%
GREEN value IS 59 (23.44% from 255) = 21.77%
BLUE value IS 94 (37.11% from 255) = 34.69%
R=43.54%
G=21.77%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118599400.500.200.54324.4133.3334.71
Hex763B5E03214361442123
Octal1667313606224665044143
Binary11101101110111011110011001010100110110101000100100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,59,94); }

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

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

 a { background-color: rgb(118,59,94); }

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

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

 span { border-color: rgb(118,59,94); }

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