#76487C

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

Shades of Eminence #76487C

Tints of Eminence #76487C

Color information

#76487C (or 0x76487C) is unknown color: approx Eminence. HEX triplet: 76, 48 and 7C. RGB value is (118,72,124). Sum of RGB (Red+Green+Blue) = 118+72+124=314 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.58% from 314); Green value is 72 (28.52% from 255 or 22.93% from 314); Blue value is 124 (48.83% from 255 or 39.49% from 314); Max value from RGB is 124 - color contains mainly: blue. Hex color #76487C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76487C is #89B783. Grayscale: #5B5B5B. Windows color (decimal): -9025412 or 8145014. OLE color: 8145014.

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

Color convert

RGB11872124-
CMYK0.050.4200.51
HSL293.08º26.53%38.43%-
HSV(B)293.08º41.94%48.63%-
XYZ13.439.9420.28-
YUV91.68146.24146.77-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.58%
GREEN value IS 72 (28.52% from 255) = 22.93%
BLUE value IS 124 (48.83% from 255) = 39.49%
R=37.58%
G=22.93%
B=39.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal118721240.050.4200.51293.0826.5338.43
Hex76487C52A0331251b26
Octal1661101745520634453346
Binary111011010010001111100101101010011001110010010111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76487C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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