#754B73

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

Shades of Eminence #754B73

Tints of Eminence #754B73

Color information

#754B73 (or 0x754B73) is unknown color: approx Eminence. HEX triplet: 75, 4B and 73. RGB value is (117,75,115). Sum of RGB (Red+Green+Blue) = 117+75+115=307 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.11% from 307); Green value is 75 (29.69% from 255 or 24.43% from 307); Blue value is 115 (45.31% from 255 or 37.46% from 307); Max value from RGB is 117 - color contains mainly: red. Hex color #754B73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754B73 is #8AB48C. Grayscale: #5C5C5C. Windows color (decimal): -9090189 or 7555957. OLE color: 7555957.

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

Color convert

RGB11775115-
CMYK00.360.020.54
HSL302.86º21.87%37.65%-
HSV(B)302.86º35.9%45.88%-
XYZ12.9510.0517.48-
YUV92.12140.91145.75-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.11%
GREEN value IS 75 (29.69% from 255) = 24.43%
BLUE value IS 115 (45.31% from 255) = 37.46%
R=38.11%
G=24.43%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1177511500.360.020.54302.8621.8737.65
Hex754B7302423612f1626
Octal1651131630442664572646
Binary11101011001011111001101001001011011010010111110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,75,115); }

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

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

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

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

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

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

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