#75436B

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

Shades of Eminence #75436B

Tints of Eminence #75436B

Color information

#75436B (or 0x75436B) is unknown color: approx Eminence. HEX triplet: 75, 43 and 6B. RGB value is (117,67,107). Sum of RGB (Red+Green+Blue) = 117+67+107=291 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.21% from 291); Green value is 67 (26.56% from 255 or 23.02% from 291); Blue value is 107 (42.19% from 255 or 36.77% from 291); Max value from RGB is 117 - color contains mainly: red. Hex color #75436B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75436B is #8ABC94. Grayscale: #565656. Windows color (decimal): -9092245 or 7029621. OLE color: 7029621.

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

Color convert

RGB11767107-
CMYK00.430.090.54
HSL312º27.17%36.08%-
HSV(B)312º42.74%45.88%-
XYZ128.8614.99-
YUV86.51139.56149.75-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.21%
GREEN value IS 67 (26.56% from 255) = 23.02%
BLUE value IS 107 (42.19% from 255) = 36.77%
R=40.21%
G=23.02%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1176710700.430.090.5431227.1736.08
Hex75436B02B9361381b24
Octal16510315305311664703344
Binary1110101100001111010110101011100111011010011100011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75436B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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