#764772

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

Shades of Eminence #764772

Tints of Eminence #764772

Color information

#764772 (or 0x764772) is unknown color: approx Eminence. HEX triplet: 76, 47 and 72. RGB value is (118,71,114). Sum of RGB (Red+Green+Blue) = 118+71+114=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 71 (28.12% from 255 or 23.43% from 303); Blue value is 114 (44.92% from 255 or 37.62% from 303); Max value from RGB is 118 - color contains mainly: red. Hex color #764772 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764772 is #89B88D. Grayscale: #595959. Windows color (decimal): -9025678 or 7489398. OLE color: 7489398.

HSL color Cylindrical-coordinate representation of color #764772: hue angle of 305.11º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #764772 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB11871114-
CMYK00.400.030.54
HSL305.11º24.87%37.06%-
HSV(B)305.11º39.83%46.27%-
XYZ12.769.5717.09-
YUV89.96141.57148-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.94%
GREEN value IS 71 (28.12% from 255) = 23.43%
BLUE value IS 114 (44.92% from 255) = 37.62%
R=38.94%
G=23.43%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1187111400.400.030.54305.1124.8737.06
Hex7647720283361311925
Octal1661071620503664613145
Binary11101101000111111001001010001111011010011000111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764772; }

 p { color: rgb(118,71,114); }

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

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

 a { background-color: rgb(118,71,114); }

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

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

 span { border-color: rgb(118,71,114); }

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