#76467C

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

Shades of Eminence #76467C

Tints of Eminence #76467C

Color information

#76467C (or 0x76467C) is unknown color: approx Eminence. HEX triplet: 76, 46 and 7C. RGB value is (118,70,124). Sum of RGB (Red+Green+Blue) = 118+70+124=312 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.82% from 312); Green value is 70 (27.73% from 255 or 22.44% from 312); Blue value is 124 (48.83% from 255 or 39.74% from 312); Max value from RGB is 124 - color contains mainly: blue. Hex color #76467C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76467C is #89B983. Grayscale: #5A5A5A. Windows color (decimal): -9025924 or 8144502. OLE color: 8144502.

HSL color Cylindrical-coordinate representation of color #76467C: hue angle of 293.33º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #76467C is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11870124-
CMYK0.050.4400.51
HSL293.33º27.84%38.04%-
HSV(B)293.33º43.55%48.63%-
XYZ13.39.6920.24-
YUV90.51146.9147.61-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.82%
GREEN value IS 70 (27.73% from 255) = 22.44%
BLUE value IS 124 (48.83% from 255) = 39.74%
R=37.82%
G=22.44%
B=39.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal118701240.050.4400.51293.3327.8438.04
Hex76467C52C0331251c26
Octal1661061745540634453446
Binary111011010001101111100101101100011001110010010111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76467C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76467C; }

 p { color: rgb(118,70,124); }

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

<style>
 a { background-color: #76467C; }

 a { background-color: rgb(118,70,124); }

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

<style>
 span { border-color: #76467C; }

 span { border-color: rgb(118,70,124); }

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