#763077

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

Shades of Eminence #763077

Tints of Eminence #763077

Color information

#763077 (or 0x763077) is unknown color: approx Eminence. HEX triplet: 76, 30 and 77. RGB value is (118,48,119). Sum of RGB (Red+Green+Blue) = 118+48+119=285 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.40% from 285); Green value is 48 (19.14% from 255 or 16.84% from 285); Blue value is 119 (46.88% from 255 or 41.75% from 285); Max value from RGB is 119 - color contains mainly: blue. Hex color #763077 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763077 is #89CF88. Grayscale: #4C4C4C. Windows color (decimal): -9031561 or 7811190. OLE color: 7811190.

HSL color Cylindrical-coordinate representation of color #763077: hue angle of 299.15º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #763077 is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11848119-
CMYK0.010.6000.53
HSL299.15º42.51%32.75%-
HSV(B)299.15º59.66%46.67%-
XYZ11.867.318.24-
YUV77.02151.69157.23-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.40%
GREEN value IS 48 (19.14% from 255) = 16.84%
BLUE value IS 119 (46.88% from 255) = 41.75%
R=41.40%
G=16.84%
B=41.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118481190.010.6000.53299.1542.5132.75
Hex76307713C03512b2b21
Octal166601671740654535341
Binary1110110110000111011111111000110101100101011101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763077; }

 p { color: rgb(118,48,119); }

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

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

 a { background-color: rgb(118,48,119); }

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

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

 span { border-color: rgb(118,48,119); }

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