#796280

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

Shades of Rum #796280

Tints of Rum #796280

Color information

#796280 (or 0x796280) is unknown color: approx Rum. HEX triplet: 79, 62 and 80. RGB value is (121,98,128). Sum of RGB (Red+Green+Blue) = 121+98+128=347 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.87% from 347); Green value is 98 (38.67% from 255 or 28.24% from 347); Blue value is 128 (50.39% from 255 or 36.89% from 347); Max value from RGB is 128 - color contains mainly: blue. Hex color #796280 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796280 is #869D7F. Grayscale: #6C6C6C. Windows color (decimal): -8822144 or 8413817. OLE color: 8413817.

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

Color convert

RGB12198128-
CMYK0.050.2300.50
HSL286º13.27%44.31%-
HSV(B)286º23.44%50.2%-
XYZ16.1514.3622.34-
YUV108.3139.12137.06-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.87%
GREEN value IS 98 (38.67% from 255) = 28.24%
BLUE value IS 128 (50.39% from 255) = 36.89%
R=34.87%
G=28.24%
B=36.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal121981280.050.2300.5028613.2744.31
Hex79628051703211ed2c
Octal1711422005270624361554
Binary11110011100010100000001011011101100101000111101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796280; }

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

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

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

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

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

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

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

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