#753F6E

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

Shades of Eminence #753F6E

Tints of Eminence #753F6E

Color information

#753F6E (or 0x753F6E) is unknown color: approx Eminence. HEX triplet: 75, 3F and 6E. RGB value is (117,63,110). Sum of RGB (Red+Green+Blue) = 117+63+110=290 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.34% from 290); Green value is 63 (25% from 255 or 21.72% from 290); Blue value is 110 (43.36% from 255 or 37.93% from 290); Max value from RGB is 117 - color contains mainly: red. Hex color #753F6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753F6E is #8AC091. Grayscale: #545454. Windows color (decimal): -9093266 or 7225205. OLE color: 7225205.

HSL color Cylindrical-coordinate representation of color #753F6E: hue angle of 307.78º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #753F6E is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB11763110-
CMYK00.460.060.54
HSL307.78º30%35.29%-
HSV(B)307.78º46.15%45.88%-
XYZ11.938.4615.76-
YUV84.5142.39151.18-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.34%
GREEN value IS 63 (25% from 255) = 21.72%
BLUE value IS 110 (43.36% from 255) = 37.93%
R=40.34%
G=21.72%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1176311000.460.060.54307.783035.29
Hex753F6E02E6361341e23
Octal165771560566664643643
Binary11101011111111101110010111011011011010011010011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753F6E; }

 p { color: rgb(117,63,110); }

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

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

 a { background-color: rgb(117,63,110); }

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

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

 span { border-color: rgb(117,63,110); }

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