#754C75

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

Shades of Eminence #754C75

Tints of Eminence #754C75

Color information

#754C75 (or 0x754C75) is unknown color: approx Eminence. HEX triplet: 75, 4C and 75. RGB value is (117,76,117). Sum of RGB (Red+Green+Blue) = 117+76+117=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 76 (30.08% from 255 or 24.52% from 310); Blue value is 117 (46.09% from 255 or 37.74% from 310); Max value from RGB is 117 - color contains mainly: red, blue. Hex color #754C75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754C75 is #8AB38A. Grayscale: #5C5C5C. Windows color (decimal): -9089931 or 7687285. OLE color: 7687285.

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

Color convert

RGB11776117-
CMYK00.3500.54
HSL300º21.24%37.84%-
HSV(B)300º35.04%45.88%-
XYZ13.1310.2418.11-
YUV92.93141.58145.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.74%
GREEN value IS 76 (30.08% from 255) = 24.52%
BLUE value IS 117 (46.09% from 255) = 37.74%
R=37.74%
G=24.52%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1177611700.3500.5430021.2437.84
Hex754C7502303612c1526
Octal1651141650430664542546
Binary1110101100110011101010100011011011010010110010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754C75; }

 p { color: rgb(117,76,117); }

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

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

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

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

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

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

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