#763B75

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

Shades of Eminence #763B75

Tints of Eminence #763B75

Color information

#763B75 (or 0x763B75) is unknown color: approx Eminence. HEX triplet: 76, 3B and 75. RGB value is (118,59,117). Sum of RGB (Red+Green+Blue) = 118+59+117=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 59 (23.44% from 255 or 20.07% from 294); Blue value is 117 (46.09% from 255 or 39.80% from 294); Max value from RGB is 118 - color contains mainly: red. Hex color #763B75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763B75 is #89C48A. Grayscale: #535353. Windows color (decimal): -9028747 or 7682934. OLE color: 7682934.

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

Color convert

RGB11859117-
CMYK00.500.010.54
HSL301.02º33.33%34.71%-
HSV(B)301.02º50%46.27%-
XYZ12.258.2617.78-
YUV83.25147.05152.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.14%
GREEN value IS 59 (23.44% from 255) = 20.07%
BLUE value IS 117 (46.09% from 255) = 39.80%
R=40.14%
G=20.07%
B=39.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1185911700.500.010.54301.0233.3334.71
Hex763B7503213612d2123
Octal166731650621664554143
Binary1110110111011111010101100101110110100101101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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