#75456F

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

Shades of Eminence #75456F

Tints of Eminence #75456F

Color information

#75456F (or 0x75456F) is unknown color: approx Eminence. HEX triplet: 75, 45 and 6F. RGB value is (117,69,111). Sum of RGB (Red+Green+Blue) = 117+69+111=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 69 (27.34% from 255 or 23.23% from 297); Blue value is 111 (43.75% from 255 or 37.37% from 297); Max value from RGB is 117 - color contains mainly: red. Hex color #75456F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75456F is #8ABA90. Grayscale: #585858. Windows color (decimal): -9091729 or 7292277. OLE color: 7292277.

HSL color Cylindrical-coordinate representation of color #75456F: hue angle of 307.5º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #75456F is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB11769111-
CMYK00.410.050.54
HSL307.5º25.81%36.47%-
HSV(B)307.5º41.03%45.88%-
XYZ12.339.1916.16-
YUV88.14140.9148.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.39%
GREEN value IS 69 (27.34% from 255) = 23.23%
BLUE value IS 111 (43.75% from 255) = 37.37%
R=39.39%
G=23.23%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1176911100.410.050.54307.525.8136.47
Hex75456F0295361341a24
Octal1651051570515664643244
Binary111010110001011101111010100110111011010011010011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75456F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75456F; }

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

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

<style>
 a { background-color: #75456F; }

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

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

<style>
 span { border-color: #75456F; }

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

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