#746577

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

Shades of Rum #746577

Tints of Rum #746577

Color information

#746577 (or 0x746577) is unknown color: approx Rum. HEX triplet: 74, 65 and 77. RGB value is (116,101,119). Sum of RGB (Red+Green+Blue) = 116+101+119=336 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.52% from 336); Green value is 101 (39.84% from 255 or 30.06% from 336); Blue value is 119 (46.88% from 255 or 35.42% from 336); Max value from RGB is 119 - color contains mainly: blue. Hex color #746577 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746577 is #8B9A88. Grayscale: #6B6B6B. Windows color (decimal): -9149065 or 7824756. OLE color: 7824756.

HSL color Cylindrical-coordinate representation of color #746577: hue angle of 290º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #746577 is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB116101119-
CMYK0.030.1500.53
HSL290º8.18%43.14%-
HSV(B)290º15.13%46.67%-
XYZ15.1914.3519.42-
YUV107.54134.47134.04-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.52%
GREEN value IS 101 (39.84% from 255) = 30.06%
BLUE value IS 119 (46.88% from 255) = 35.42%
R=34.52%
G=30.06%
B=35.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1161011190.030.1500.532908.1843.14
Hex7465773F03512282b
Octal1641451673170654421053
Binary11101001100101111011111111101101011001000101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746577; }

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

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

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

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

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

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

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

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