#763E6F

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

Shades of Eminence #763E6F

Tints of Eminence #763E6F

Color information

#763E6F (or 0x763E6F) is unknown color: approx Eminence. HEX triplet: 76, 3E and 6F. RGB value is (118,62,111). Sum of RGB (Red+Green+Blue) = 118+62+111=291 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.55% from 291); Green value is 62 (24.61% from 255 or 21.31% from 291); Blue value is 111 (43.75% from 255 or 38.14% from 291); Max value from RGB is 118 - color contains mainly: red. Hex color #763E6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763E6F is #89C190. Grayscale: #545454. Windows color (decimal): -9027985 or 7290486. OLE color: 7290486.

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

Color convert

RGB11862111-
CMYK00.470.060.54
HSL307.5º31.11%35.29%-
HSV(B)307.5º47.46%46.27%-
XYZ12.068.4416.03-
YUV84.33143.05152.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.55%
GREEN value IS 62 (24.61% from 255) = 21.31%
BLUE value IS 111 (43.75% from 255) = 38.14%
R=40.55%
G=21.31%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1186211100.470.060.54307.531.1135.29
Hex763E6F02F6361341f23
Octal166761570576664643743
Binary11101101111101101111010111111011011010011010011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,62,111); }

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

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

 a { background-color: rgb(118,62,111); }

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

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

 span { border-color: rgb(118,62,111); }

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