#796480

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

Shades of Rum #796480

Tints of Rum #796480

Color information

#796480 (or 0x796480) is unknown color: approx Rum. HEX triplet: 79, 64 and 80. RGB value is (121,100,128). Sum of RGB (Red+Green+Blue) = 121+100+128=349 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.67% from 349); Green value is 100 (39.45% from 255 or 28.65% from 349); Blue value is 128 (50.39% from 255 or 36.68% from 349); Max value from RGB is 128 - color contains mainly: blue. Hex color #796480 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796480 is #869B7F. Grayscale: #6D6D6D. Windows color (decimal): -8821632 or 8414329. OLE color: 8414329.

HSL color Cylindrical-coordinate representation of color #796480: hue angle of 285º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #796480 is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB121100128-
CMYK0.050.2200.50
HSL285º12.28%44.71%-
HSV(B)285º21.88%50.2%-
XYZ16.3414.7422.41-
YUV109.47138.46136.22-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.67%
GREEN value IS 100 (39.45% from 255) = 28.65%
BLUE value IS 128 (50.39% from 255) = 36.68%
R=34.67%
G=28.65%
B=36.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1211001280.050.2200.5028512.2844.71
Hex79648051603211dc2d
Octal1711442005260624351455
Binary11110011100100100000001011011001100101000111011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796480; }

 p { color: rgb(121,100,128); }

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

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

 a { background-color: rgb(121,100,128); }

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

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

 span { border-color: rgb(121,100,128); }

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