#745E78

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

Shades of Rum #745E78

Tints of Rum #745E78

Color information

#745E78 (or 0x745E78) is unknown color: approx Rum. HEX triplet: 74, 5E and 78. RGB value is (116,94,120). Sum of RGB (Red+Green+Blue) = 116+94+120=330 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.15% from 330); Green value is 94 (37.11% from 255 or 28.48% from 330); Blue value is 120 (47.27% from 255 or 36.36% from 330); Max value from RGB is 120 - color contains mainly: blue. Hex color #745E78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745E78 is #8BA187. Grayscale: #676767. Windows color (decimal): -9150856 or 7888500. OLE color: 7888500.

HSL color Cylindrical-coordinate representation of color #745E78: hue angle of 290.77º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #745E78 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11694120-
CMYK0.030.2200.53
HSL290.77º12.15%41.96%-
HSV(B)290.77º21.67%47.06%-
XYZ14.613.0719.52-
YUV103.54137.29136.89-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.15%
GREEN value IS 94 (37.11% from 255) = 28.48%
BLUE value IS 120 (47.27% from 255) = 36.36%
R=35.15%
G=28.48%
B=36.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116941200.030.2200.53290.7712.1541.96
Hex745E78316035123c2a
Octal1641361703260654431452
Binary111010010111101111000111011001101011001000111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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