#75476D

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

Shades of Eminence #75476D

Tints of Eminence #75476D

Color information

#75476D (or 0x75476D) is unknown color: approx Eminence. HEX triplet: 75, 47 and 6D. RGB value is (117,71,109). Sum of RGB (Red+Green+Blue) = 117+71+109=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 71 (28.12% from 255 or 23.91% from 297); Blue value is 109 (42.97% from 255 or 36.70% from 297); Max value from RGB is 117 - color contains mainly: red. Hex color #75476D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75476D is #8AB892. Grayscale: #585858. Windows color (decimal): -9091219 or 7161717. OLE color: 7161717.

HSL color Cylindrical-coordinate representation of color #75476D: hue angle of 310.43º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #75476D is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB11771109-
CMYK00.390.070.54
HSL310.43º24.47%36.86%-
HSV(B)310.43º39.32%45.88%-
XYZ12.359.3915.63-
YUV89.09139.24147.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.39%
GREEN value IS 71 (28.12% from 255) = 23.91%
BLUE value IS 109 (42.97% from 255) = 36.70%
R=39.39%
G=23.91%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1177110900.390.070.54310.4324.4736.86
Hex75476D0277361361825
Octal1651071550477664663045
Binary111010110001111101101010011111111011010011011011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75476D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75476D; }

 p { color: rgb(117,71,109); }

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

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

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

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

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

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

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