#75426B

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

Shades of Eminence #75426B

Tints of Eminence #75426B

Color information

#75426B (or 0x75426B) is unknown color: approx Eminence. HEX triplet: 75, 42 and 6B. RGB value is (117,66,107). Sum of RGB (Red+Green+Blue) = 117+66+107=290 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.34% from 290); Green value is 66 (26.17% from 255 or 22.76% from 290); Blue value is 107 (42.19% from 255 or 36.90% from 290); Max value from RGB is 117 - color contains mainly: red. Hex color #75426B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75426B is #8ABD94. Grayscale: #555555. Windows color (decimal): -9092501 or 7029365. OLE color: 7029365.

HSL color Cylindrical-coordinate representation of color #75426B: hue angle of 311.76º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #75426B is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB11766107-
CMYK00.440.090.54
HSL311.76º27.87%35.88%-
HSV(B)311.76º43.59%45.88%-
XYZ11.948.7414.97-
YUV85.92139.9150.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.34%
GREEN value IS 66 (26.17% from 255) = 22.76%
BLUE value IS 107 (42.19% from 255) = 36.90%
R=40.34%
G=22.76%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1176610700.440.090.54311.7627.8735.88
Hex75426B02C9361381c24
Octal16510215305411664703444
Binary1110101100001011010110101100100111011010011100011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75426B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75426B; }

 p { color: rgb(117,66,107); }

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

<style>
 a { background-color: #75426B; }

 a { background-color: rgb(117,66,107); }

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

<style>
 span { border-color: #75426B; }

 span { border-color: rgb(117,66,107); }

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