#796481

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

Shades of Rum #796481

Tints of Rum #796481

Color information

#796481 (or 0x796481) is unknown color: approx Rum. HEX triplet: 79, 64 and 81. RGB value is (121,100,129). Sum of RGB (Red+Green+Blue) = 121+100+129=350 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.57% from 350); Green value is 100 (39.45% from 255 or 28.57% from 350); Blue value is 129 (50.78% from 255 or 36.86% from 350); Max value from RGB is 129 - color contains mainly: blue. Hex color #796481 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796481 is #869B7E. Grayscale: #6D6D6D. Windows color (decimal): -8821631 or 8479865. OLE color: 8479865.

HSL color Cylindrical-coordinate representation of color #796481: hue angle of 283.45º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #796481 is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB121100129-
CMYK0.060.2200.49
HSL283.45º12.66%44.9%-
HSV(B)283.45º22.48%50.59%-
XYZ16.414.7622.75-
YUV109.58138.96136.14-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.57%
GREEN value IS 100 (39.45% from 255) = 28.57%
BLUE value IS 129 (50.78% from 255) = 36.86%
R=34.57%
G=28.57%
B=36.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1211001290.060.2200.49283.4512.6644.9
Hex79648161603111bd2d
Octal1711442016260614331555
Binary11110011100100100000011101011001100011000110111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796481; }

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

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

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

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

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

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

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

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