#745E7C

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

Shades of Rum #745E7C

Tints of Rum #745E7C

Color information

#745E7C (or 0x745E7C) is unknown color: approx Rum. HEX triplet: 74, 5E and 7C. RGB value is (116,94,124). Sum of RGB (Red+Green+Blue) = 116+94+124=334 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.73% from 334); Green value is 94 (37.11% from 255 or 28.14% from 334); Blue value is 124 (48.83% from 255 or 37.13% from 334); Max value from RGB is 124 - color contains mainly: blue. Hex color #745E7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745E7C is #8BA183. Grayscale: #676767. Windows color (decimal): -9150852 or 8150644. OLE color: 8150644.

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

Color convert

RGB11694124-
CMYK0.060.2400.51
HSL284º13.76%42.75%-
HSV(B)284º24.19%48.63%-
XYZ14.8413.1720.83-
YUV104139.29136.56-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.73%
GREEN value IS 94 (37.11% from 255) = 28.14%
BLUE value IS 124 (48.83% from 255) = 37.13%
R=34.73%
G=28.14%
B=37.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal116941240.060.2400.5128413.7642.75
Hex745E7C61803311ce2b
Octal1641361746300634341653
Binary1110100101111011111001101100001100111000111001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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