#745F77

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

Shades of Rum #745F77

Tints of Rum #745F77

Color information

#745F77 (or 0x745F77) is unknown color: approx Rum. HEX triplet: 74, 5F and 77. RGB value is (116,95,119). Sum of RGB (Red+Green+Blue) = 116+95+119=330 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.15% from 330); Green value is 95 (37.5% from 255 or 28.79% from 330); Blue value is 119 (46.88% from 255 or 36.06% from 330); Max value from RGB is 119 - color contains mainly: blue. Hex color #745F77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745F77 is #8BA088. Grayscale: #676767. Windows color (decimal): -9150601 or 7823220. OLE color: 7823220.

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

Color convert

RGB11695119-
CMYK0.030.2000.53
HSL292.5º11.21%41.96%-
HSV(B)292.5º20.17%46.67%-
XYZ14.6213.2319.24-
YUV104.01136.46136.55-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.15%
GREEN value IS 95 (37.5% from 255) = 28.79%
BLUE value IS 119 (46.88% from 255) = 36.06%
R=35.15%
G=28.79%
B=36.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116951190.030.2000.53292.511.2141.96
Hex745F77314035124b2a
Octal1641371673240654441352
Binary111010010111111110111111010001101011001001001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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