#763777

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

Shades of Eminence #763777

Tints of Eminence #763777

Color information

#763777 (or 0x763777) is unknown color: approx Eminence. HEX triplet: 76, 37 and 77. RGB value is (118,55,119). Sum of RGB (Red+Green+Blue) = 118+55+119=292 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.41% from 292); Green value is 55 (21.88% from 255 or 18.84% from 292); Blue value is 119 (46.88% from 255 or 40.75% from 292); Max value from RGB is 119 - color contains mainly: blue. Hex color #763777 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763777 is #89C888. Grayscale: #505050. Windows color (decimal): -9029769 or 7812982. OLE color: 7812982.

HSL color Cylindrical-coordinate representation of color #763777: hue angle of 299.06º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #763777 is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11855119-
CMYK0.010.5400.53
HSL299.06º36.78%34.12%-
HSV(B)299.06º53.78%46.67%-
XYZ12.177.9218.34-
YUV81.13149.37154.3-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.41%
GREEN value IS 55 (21.88% from 255) = 18.84%
BLUE value IS 119 (46.88% from 255) = 40.75%
R=40.41%
G=18.84%
B=40.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118551190.010.5400.53299.0636.7834.12
Hex76377713603512b2522
Octal166671671660654534542
Binary1110110110111111011111101100110101100101011100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763777; }

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

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

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

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

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

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

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

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