#75406E

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

Shades of Eminence #75406E

Tints of Eminence #75406E

Color information

#75406E (or 0x75406E) is unknown color: approx Eminence. HEX triplet: 75, 40 and 6E. RGB value is (117,64,110). Sum of RGB (Red+Green+Blue) = 117+64+110=291 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.21% from 291); Green value is 64 (25.39% from 255 or 21.99% from 291); Blue value is 110 (43.36% from 255 or 37.80% from 291); Max value from RGB is 117 - color contains mainly: red. Hex color #75406E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75406E is #8ABF91. Grayscale: #545454. Windows color (decimal): -9093010 or 7225461. OLE color: 7225461.

HSL color Cylindrical-coordinate representation of color #75406E: hue angle of 307.92º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75406E is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB11764110-
CMYK00.450.060.54
HSL307.92º29.28%35.49%-
HSV(B)307.92º45.3%45.88%-
XYZ11.988.5715.78-
YUV85.09142.06150.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.21%
GREEN value IS 64 (25.39% from 255) = 21.99%
BLUE value IS 110 (43.36% from 255) = 37.80%
R=40.21%
G=21.99%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1176411000.450.060.54307.9229.2835.49
Hex75406E02D6361341d23
Octal1651001560556664643543
Binary111010110000001101110010110111011011010011010011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75406E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75406E; }

 p { color: rgb(117,64,110); }

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

<style>
 a { background-color: #75406E; }

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

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

<style>
 span { border-color: #75406E; }

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

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