#745B7C

Color #745B7C Rum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rum #745B7C

Tints of Rum #745B7C

Color information

#745B7C (or 0x745B7C) is unknown color: approx Rum. HEX triplet: 74, 5B and 7C. RGB value is (116,91,124). Sum of RGB (Red+Green+Blue) = 116+91+124=331 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.05% from 331); Green value is 91 (35.94% from 255 or 27.49% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 124 - color contains mainly: blue. Hex color #745B7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745B7C is #8BA483. Grayscale: #666666. Windows color (decimal): -9151620 or 8149876. OLE color: 8149876.

HSL color Cylindrical-coordinate representation of color #745B7C: hue angle of 285.45º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #745B7C is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11691124-
CMYK0.060.2700.51
HSL285.45º15.35%42.16%-
HSV(B)285.45º26.61%48.63%-
XYZ14.5812.6520.74-
YUV102.24140.28137.82-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.05%
GREEN value IS 91 (35.94% from 255) = 27.49%
BLUE value IS 124 (48.83% from 255) = 37.46%
R=35.05%
G=27.49%
B=37.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal116911240.060.2700.51285.4515.3542.16
Hex745B7C61B03311df2a
Octal1641331746330634351752
Binary1110100101101111111001101101101100111000111011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745B7C; }

 p { color: rgb(116,91,124); }

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

<style>
 a { background-color: #745B7C; }

 a { background-color: rgb(116,91,124); }

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

<style>
 span { border-color: #745B7C; }

 span { border-color: rgb(116,91,124); }

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