#752B77

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

Shades of Eminence #752B77

Tints of Eminence #752B77

Color information

#752B77 (or 0x752B77) is unknown color: approx Eminence. HEX triplet: 75, 2B and 77. RGB value is (117,43,119). Sum of RGB (Red+Green+Blue) = 117+43+119=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 43 (17.19% from 255 or 15.41% from 279); Blue value is 119 (46.88% from 255 or 42.65% from 279); Max value from RGB is 119 - color contains mainly: blue. Hex color #752B77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752B77 is #8AD488. Grayscale: #494949. Windows color (decimal): -9098377 or 7809909. OLE color: 7809909.

HSL color Cylindrical-coordinate representation of color #752B77: hue angle of 298.42º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #752B77 is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11743119-
CMYK0.020.6400.53
HSL298.42º46.91%31.76%-
HSV(B)298.42º63.87%46.67%-
XYZ11.536.8418.17-
YUV73.79153.52158.82-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.94%
GREEN value IS 43 (17.19% from 255) = 15.41%
BLUE value IS 119 (46.88% from 255) = 42.65%
R=41.94%
G=15.41%
B=42.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117431190.020.6400.53298.4246.9131.76
Hex752B7724003512a2f20
Octal1655316721000654525740
Binary111010110101111101111010000000110101100101010101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752B77; }

 p { color: rgb(117,43,119); }

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

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

 a { background-color: rgb(117,43,119); }

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

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

 span { border-color: rgb(117,43,119); }

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