#76396C

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

Shades of Eminence #76396C

Tints of Eminence #76396C

Color information

#76396C (or 0x76396C) is unknown color: approx Eminence. HEX triplet: 76, 39 and 6C. RGB value is (118,57,108). Sum of RGB (Red+Green+Blue) = 118+57+108=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 57 (22.66% from 255 or 20.14% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 118 - color contains mainly: red. Hex color #76396C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76396C is #89C693. Grayscale: #505050. Windows color (decimal): -9029268 or 7092598. OLE color: 7092598.

HSL color Cylindrical-coordinate representation of color #76396C: hue angle of 309.84º 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 #76396C is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB11857108-
CMYK00.520.080.54
HSL309.84º34.86%34.31%-
HSV(B)309.84º51.69%46.27%-
XYZ11.647.8615.09-
YUV81.05143.21154.35-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.70%
GREEN value IS 57 (22.66% from 255) = 20.14%
BLUE value IS 108 (42.58% from 255) = 38.16%
R=41.70%
G=20.14%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1185710800.520.080.54309.8434.8634.31
Hex76396C0348361362322
Octal1667115406410664664342
Binary1110110111001110110001101001000110110100110110100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76396C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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