#745E77

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

Shades of Rum #745E77

Tints of Rum #745E77

Color information

#745E77 (or 0x745E77) is unknown color: approx Rum. HEX triplet: 74, 5E and 77. RGB value is (116,94,119). Sum of RGB (Red+Green+Blue) = 116+94+119=329 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.26% from 329); Green value is 94 (37.11% from 255 or 28.57% from 329); Blue value is 119 (46.88% from 255 or 36.17% from 329); Max value from RGB is 119 - color contains mainly: blue. Hex color #745E77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745E77 is #8BA188. Grayscale: #676767. Windows color (decimal): -9150857 or 7822964. OLE color: 7822964.

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

Color convert

RGB11694119-
CMYK0.030.2100.53
HSL292.8º11.74%41.76%-
HSV(B)292.8º21.01%46.67%-
XYZ14.5313.0519.21-
YUV103.43136.79136.97-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.26%
GREEN value IS 94 (37.11% from 255) = 28.57%
BLUE value IS 119 (46.88% from 255) = 36.17%
R=35.26%
G=28.57%
B=36.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116941190.030.2100.53292.811.7441.76
Hex745E77315035125c2a
Octal1641361673250654451452
Binary111010010111101110111111010101101011001001011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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