#76457C

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

Shades of Eminence #76457C

Tints of Eminence #76457C

Color information

#76457C (or 0x76457C) is unknown color: approx Eminence. HEX triplet: 76, 45 and 7C. RGB value is (118,69,124). Sum of RGB (Red+Green+Blue) = 118+69+124=311 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.94% from 311); Green value is 69 (27.34% from 255 or 22.19% from 311); Blue value is 124 (48.83% from 255 or 39.87% from 311); Max value from RGB is 124 - color contains mainly: blue. Hex color #76457C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76457C is #89BA83. Grayscale: #595959. Windows color (decimal): -9026180 or 8144246. OLE color: 8144246.

HSL color Cylindrical-coordinate representation of color #76457C: hue angle of 293.45º 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 #76457C is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11869124-
CMYK0.050.4400.51
HSL293.45º28.5%37.84%-
HSV(B)293.45º44.35%48.63%-
XYZ13.249.5620.22-
YUV89.92147.23148.03-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.94%
GREEN value IS 69 (27.34% from 255) = 22.19%
BLUE value IS 124 (48.83% from 255) = 39.87%
R=37.94%
G=22.19%
B=39.87%

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
Decimal118691240.050.4400.51293.4528.537.84
Hex76457C52C0331251c26
Octal1661051745540634453446
Binary111011010001011111100101101100011001110010010111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76457C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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