#753F6F

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

Shades of Eminence #753F6F

Tints of Eminence #753F6F

Color information

#753F6F (or 0x753F6F) is unknown color: approx Eminence. HEX triplet: 75, 3F and 6F. RGB value is (117,63,111). Sum of RGB (Red+Green+Blue) = 117+63+111=291 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.21% from 291); Green value is 63 (25% from 255 or 21.65% from 291); Blue value is 111 (43.75% from 255 or 38.14% from 291); Max value from RGB is 117 - color contains mainly: red. Hex color #753F6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753F6F is #8AC090. Grayscale: #545454. Windows color (decimal): -9093265 or 7290741. OLE color: 7290741.

HSL color Cylindrical-coordinate representation of color #753F6F: hue angle of 306.67º 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 #753F6F is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB11763111-
CMYK00.460.050.54
HSL306.67º30%35.29%-
HSV(B)306.67º46.15%45.88%-
XYZ11.988.4816.05-
YUV84.62142.89151.1-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.21%
GREEN value IS 63 (25% from 255) = 21.65%
BLUE value IS 111 (43.75% from 255) = 38.14%
R=40.21%
G=21.65%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1176311100.460.050.54306.673035.29
Hex753F6F02E5361331e23
Octal165771570565664633643
Binary11101011111111101111010111010111011010011001111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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