#75456C

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

Shades of Eminence #75456C

Tints of Eminence #75456C

Color information

#75456C (or 0x75456C) is unknown color: approx Eminence. HEX triplet: 75, 45 and 6C. RGB value is (117,69,108). Sum of RGB (Red+Green+Blue) = 117+69+108=294 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.80% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 117 - color contains mainly: red. Hex color #75456C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75456C is #8ABA93. Grayscale: #575757. Windows color (decimal): -9091732 or 7095669. OLE color: 7095669.

HSL color Cylindrical-coordinate representation of color #75456C: hue angle of 311.25º 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 #75456C is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB11769108-
CMYK00.410.080.54
HSL311.25º25.81%36.47%-
HSV(B)311.25º41.03%45.88%-
XYZ12.179.1215.31-
YUV87.8139.4148.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.80%
GREEN value IS 69 (27.34% from 255) = 23.47%
BLUE value IS 108 (42.58% from 255) = 36.73%
R=39.80%
G=23.47%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1176910800.410.080.54311.2525.8136.47
Hex75456C0298361371a24
Octal16510515405110664673244
Binary1110101100010111011000101001100011011010011011111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75456C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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