#796680

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

Shades of Rum #796680

Tints of Rum #796680

Color information

#796680 (or 0x796680) is unknown color: approx Rum. HEX triplet: 79, 66 and 80. RGB value is (121,102,128). Sum of RGB (Red+Green+Blue) = 121+102+128=351 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.47% from 351); Green value is 102 (40.23% from 255 or 29.06% from 351); Blue value is 128 (50.39% from 255 or 36.47% from 351); Max value from RGB is 128 - color contains mainly: blue. Hex color #796680 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796680 is #86997F. Grayscale: #6E6E6E. Windows color (decimal): -8821120 or 8414841. OLE color: 8414841.

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

Color convert

RGB121102128-
CMYK0.050.2000.50
HSL283.85º11.3%45.1%-
HSV(B)283.85º20.31%50.2%-
XYZ16.5315.1322.47-
YUV110.64137.79135.39-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.47%
GREEN value IS 102 (40.23% from 255) = 29.06%
BLUE value IS 128 (50.39% from 255) = 36.47%
R=34.47%
G=29.06%
B=36.47%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1211021280.050.2000.50283.8511.345.1
Hex79668051403211cb2d
Octal1711462005240624341355
Binary11110011100110100000001011010001100101000111001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796680; }

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

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

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

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

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

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

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

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