#763F6B

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

Shades of Eminence #763F6B

Tints of Eminence #763F6B

Color information

#763F6B (or 0x763F6B) is unknown color: approx Eminence. HEX triplet: 76, 3F and 6B. RGB value is (118,63,107). Sum of RGB (Red+Green+Blue) = 118+63+107=288 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.97% from 288); Green value is 63 (25% from 255 or 21.88% from 288); Blue value is 107 (42.19% from 255 or 37.15% from 288); Max value from RGB is 118 - color contains mainly: red. Hex color #763F6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763F6B is #89C094. Grayscale: #545454. Windows color (decimal): -9027733 or 7028598. OLE color: 7028598.

HSL color Cylindrical-coordinate representation of color #763F6B: hue angle of 312º degrees, saturation: 0.3, 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 #763F6B is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB11863107-
CMYK00.470.090.54
HSL312º30.39%35.49%-
HSV(B)312º46.61%46.27%-
XYZ11.98.4714.92-
YUV84.46140.72151.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.97%
GREEN value IS 63 (25% from 255) = 21.88%
BLUE value IS 107 (42.19% from 255) = 37.15%
R=40.97%
G=21.88%
B=37.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1186310700.470.090.5431230.3935.49
Hex763F6B02F9361381e23
Octal1667715305711664703643
Binary111011011111111010110101111100111011010011100011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,63,107); }

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

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

 a { background-color: rgb(118,63,107); }

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

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

 span { border-color: rgb(118,63,107); }

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