#763B6C

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

Shades of Eminence #763B6C

Tints of Eminence #763B6C

Color information

#763B6C (or 0x763B6C) is unknown color: approx Eminence. HEX triplet: 76, 3B and 6C. RGB value is (118,59,108). Sum of RGB (Red+Green+Blue) = 118+59+108=285 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.40% from 285); Green value is 59 (23.44% from 255 or 20.70% from 285); Blue value is 108 (42.58% from 255 or 37.89% from 285); Max value from RGB is 118 - color contains mainly: red. Hex color #763B6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763B6C is #89C493. Grayscale: #525252. Windows color (decimal): -9028756 or 7093110. OLE color: 7093110.

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

Color convert

RGB11859108-
CMYK00.500.080.54
HSL310.17º33.33%34.71%-
HSV(B)310.17º50%46.27%-
XYZ11.748.0615.12-
YUV82.23142.55153.52-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.40%
GREEN value IS 59 (23.44% from 255) = 20.70%
BLUE value IS 108 (42.58% from 255) = 37.89%
R=41.40%
G=20.70%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1185910800.500.080.54310.1733.3334.71
Hex763B6C0328361362123
Octal1667315406210664664143
Binary1110110111011110110001100101000110110100110110100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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