#796080

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

Shades of Rum #796080

Tints of Rum #796080

Color information

#796080 (or 0x796080) is unknown color: approx Rum. HEX triplet: 79, 60 and 80. RGB value is (121,96,128). Sum of RGB (Red+Green+Blue) = 121+96+128=345 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.07% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 128 (50.39% from 255 or 37.10% from 345); Max value from RGB is 128 - color contains mainly: blue. Hex color #796080 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796080 is #869F7F. Grayscale: #6B6B6B. Windows color (decimal): -8822656 or 8413305. OLE color: 8413305.

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

Color convert

RGB12196128-
CMYK0.050.2500.50
HSL286.88º14.29%43.92%-
HSV(B)286.88º25%50.2%-
XYZ15.9613.9922.28-
YUV107.12139.78137.9-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.07%
GREEN value IS 96 (37.89% from 255) = 27.83%
BLUE value IS 128 (50.39% from 255) = 37.10%
R=35.07%
G=27.83%
B=37.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal121961280.050.2500.50286.8814.2943.92
Hex79608051903211fe2c
Octal1711402005310624371654
Binary11110011100000100000001011100101100101000111111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796080; }

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

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

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

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

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

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

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

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