#76486F

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

Shades of Eminence #76486F

Tints of Eminence #76486F

Color information

#76486F (or 0x76486F) is unknown color: approx Eminence. HEX triplet: 76, 48 and 6F. RGB value is (118,72,111). Sum of RGB (Red+Green+Blue) = 118+72+111=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 72 (28.52% from 255 or 23.92% from 301); Blue value is 111 (43.75% from 255 or 36.88% from 301); Max value from RGB is 118 - color contains mainly: red. Hex color #76486F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76486F is #89B790. Grayscale: #5A5A5A. Windows color (decimal): -9025425 or 7293046. OLE color: 7293046.

HSL color Cylindrical-coordinate representation of color #76486F: hue angle of 309.13º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #76486F is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB11872111-
CMYK00.390.060.54
HSL309.13º24.21%37.25%-
HSV(B)309.13º38.98%46.27%-
XYZ12.669.6316.23-
YUV90.2139.74147.83-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.20%
GREEN value IS 72 (28.52% from 255) = 23.92%
BLUE value IS 111 (43.75% from 255) = 36.88%
R=39.20%
G=23.92%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1187211100.390.060.54309.1324.2137.25
Hex76486F0276361351825
Octal1661101570476664653045
Binary111011010010001101111010011111011011010011010111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76486F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76486F; }

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

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

<style>
 a { background-color: #76486F; }

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

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

<style>
 span { border-color: #76486F; }

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

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