#746376

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

Shades of Rum #746376

Tints of Rum #746376

Color information

#746376 (or 0x746376) is unknown color: approx Rum. HEX triplet: 74, 63 and 76. RGB value is (116,99,118). Sum of RGB (Red+Green+Blue) = 116+99+118=333 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.83% from 333); Green value is 99 (39.06% from 255 or 29.73% from 333); Blue value is 118 (46.48% from 255 or 35.44% from 333); Max value from RGB is 118 - color contains mainly: blue. Hex color #746376 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746376 is #8B9C89. Grayscale: #6A6A6A. Windows color (decimal): -9149578 or 7758708. OLE color: 7758708.

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

Color convert

RGB11699118-
CMYK0.020.1600.54
HSL293.68º8.76%42.55%-
HSV(B)293.68º16.1%46.27%-
XYZ14.9313.9419.04-
YUV106.25134.63134.96-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.83%
GREEN value IS 99 (39.06% from 255) = 29.73%
BLUE value IS 118 (46.48% from 255) = 35.44%
R=34.83%
G=29.73%
B=35.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116991180.020.1600.54293.688.7642.55
Hex74637621003612692b
Octal1641431662200664461153
Binary111010011000111110110101000001101101001001101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746376; }

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

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

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

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

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

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

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

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