#746276

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

Shades of Rum #746276

Tints of Rum #746276

Color information

#746276 (or 0x746276) is unknown color: approx Rum. HEX triplet: 74, 62 and 76. RGB value is (116,98,118). Sum of RGB (Red+Green+Blue) = 116+98+118=332 (43% of max value = 765). Red value is 116 (45.70% from 255 or 34.94% from 332); Green value is 98 (38.67% from 255 or 29.52% from 332); Blue value is 118 (46.48% from 255 or 35.54% from 332); Max value from RGB is 118 - color contains mainly: blue. Hex color #746276 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746276 is #8B9D89. Grayscale: #696969. Windows color (decimal): -9149834 or 7758452. OLE color: 7758452.

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

Color convert

RGB11698118-
CMYK0.020.1700.54
HSL294º9.26%42.35%-
HSV(B)294º16.95%46.27%-
XYZ14.8413.7619.01-
YUV105.66134.96135.37-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.94%
GREEN value IS 98 (38.67% from 255) = 29.52%
BLUE value IS 118 (46.48% from 255) = 35.54%
R=34.94%
G=29.52%
B=35.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116981180.020.1700.542949.2642.35
Hex74627621103612692a
Octal1641421662210664461152
Binary111010011000101110110101000101101101001001101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746276; }

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

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

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

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

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

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

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

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