#746976

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

Shades of Rum #746976

Tints of Rum #746976

Color information

#746976 (or 0x746976) is unknown color: approx Rum. HEX triplet: 74, 69 and 76. RGB value is (116,105,118). Sum of RGB (Red+Green+Blue) = 116+105+118=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 105 (41.41% from 255 or 30.97% from 339); Blue value is 118 (46.48% from 255 or 34.81% from 339); Max value from RGB is 118 - color contains mainly: blue. Hex color #746976 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746976 is #8B9689. Grayscale: #6D6D6D. Windows color (decimal): -9148042 or 7760244. OLE color: 7760244.

HSL color Cylindrical-coordinate representation of color #746976: hue angle of 290.77º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #746976 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB116105118-
CMYK0.020.1100.54
HSL290.77º5.83%43.73%-
HSV(B)290.77º11.02%46.27%-
XYZ15.5215.1219.24-
YUV109.77132.64132.44-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.22%
GREEN value IS 105 (41.41% from 255) = 30.97%
BLUE value IS 118 (46.48% from 255) = 34.81%
R=34.22%
G=30.97%
B=34.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1161051180.020.1100.54290.775.8343.73
Hex7469762B03612362c
Octal164151166213066443654
Binary1110100110100111101101010110110110100100011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746976; }

 p { color: rgb(116,105,118); }

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

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

 a { background-color: rgb(116,105,118); }

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

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

 span { border-color: rgb(116,105,118); }

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