#745A7C

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

Shades of Rum #745A7C

Tints of Rum #745A7C

Color information

#745A7C (or 0x745A7C) is unknown color: approx Rum. HEX triplet: 74, 5A and 7C. RGB value is (116,90,124). Sum of RGB (Red+Green+Blue) = 116+90+124=330 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.15% from 330); Green value is 90 (35.55% from 255 or 27.27% from 330); Blue value is 124 (48.83% from 255 or 37.58% from 330); Max value from RGB is 124 - color contains mainly: blue. Hex color #745A7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745A7C is #8BA583. Grayscale: #656565. Windows color (decimal): -9151876 or 8149620. OLE color: 8149620.

HSL color Cylindrical-coordinate representation of color #745A7C: hue angle of 285.88º degrees, saturation: 0.16, 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 #745A7C is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11690124-
CMYK0.060.2700.51
HSL285.88º15.89%41.96%-
HSV(B)285.88º27.42%48.63%-
XYZ14.512.4820.71-
YUV101.65140.61138.24-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.15%
GREEN value IS 90 (35.55% from 255) = 27.27%
BLUE value IS 124 (48.83% from 255) = 37.58%
R=35.15%
G=27.27%
B=37.58%

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
Decimal116901240.060.2700.51285.8815.8941.96
Hex745A7C61B03311e102a
Octal1641321746330634362052
Binary11101001011010111110011011011011001110001111010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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