#76396F

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

Shades of Eminence #76396F

Tints of Eminence #76396F

Color information

#76396F (or 0x76396F) is unknown color: approx Eminence. HEX triplet: 76, 39 and 6F. RGB value is (118,57,111). Sum of RGB (Red+Green+Blue) = 118+57+111=286 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.26% from 286); Green value is 57 (22.66% from 255 or 19.93% from 286); Blue value is 111 (43.75% from 255 or 38.81% from 286); Max value from RGB is 118 - color contains mainly: red. Hex color #76396F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76396F is #89C690. Grayscale: #515151. Windows color (decimal): -9029265 or 7289206. OLE color: 7289206.

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

Color convert

RGB11857111-
CMYK00.520.060.54
HSL306.89º34.86%34.31%-
HSV(B)306.89º51.69%46.27%-
XYZ11.87.9315.95-
YUV81.39144.71154.11-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.26%
GREEN value IS 57 (22.66% from 255) = 19.93%
BLUE value IS 111 (43.75% from 255) = 38.81%
R=41.26%
G=19.93%
B=38.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1185711100.520.060.54306.8934.8634.31
Hex76396F0346361332322
Octal166711570646664634342
Binary111011011100111011110110100110110110100110011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76396F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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