#746679

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

Shades of Rum #746679

Tints of Rum #746679

Color information

#746679 (or 0x746679) is unknown color: approx Rum. HEX triplet: 74, 66 and 79. RGB value is (116,102,121). Sum of RGB (Red+Green+Blue) = 116+102+121=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 121 (47.66% from 255 or 35.69% from 339); Max value from RGB is 121 - color contains mainly: blue. Hex color #746679 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746679 is #8B9986. Grayscale: #6C6C6C. Windows color (decimal): -9148807 or 7956084. OLE color: 7956084.

HSL color Cylindrical-coordinate representation of color #746679: hue angle of 284.21º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #746679 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB116102121-
CMYK0.040.1600.53
HSL284.21º8.52%43.73%-
HSV(B)284.21º15.7%47.45%-
XYZ15.4114.620.09-
YUV108.35135.14133.46-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.22%
GREEN value IS 102 (40.23% from 255) = 30.09%
BLUE value IS 121 (47.66% from 255) = 35.69%
R=34.22%
G=30.09%
B=35.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1161021210.040.1600.53284.218.5243.73
Hex74667941003511c92c
Octal1641461714200654341154
Binary1110100110011011110011001000001101011000111001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746679; }

 p { color: rgb(116,102,121); }

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

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

 a { background-color: rgb(116,102,121); }

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

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

 span { border-color: rgb(116,102,121); }

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