#796281

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

Shades of Rum #796281

Tints of Rum #796281

Color information

#796281 (or 0x796281) is unknown color: approx Rum. HEX triplet: 79, 62 and 81. RGB value is (121,98,129). Sum of RGB (Red+Green+Blue) = 121+98+129=348 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.77% from 348); Green value is 98 (38.67% from 255 or 28.16% from 348); Blue value is 129 (50.78% from 255 or 37.07% from 348); Max value from RGB is 129 - color contains mainly: blue. Hex color #796281 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796281 is #869D7E. Grayscale: #6C6C6C. Windows color (decimal): -8822143 or 8479353. OLE color: 8479353.

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

Color convert

RGB12198129-
CMYK0.060.2400.49
HSL284.52º13.66%44.51%-
HSV(B)284.52º24.03%50.59%-
XYZ16.2214.3922.69-
YUV108.41139.62136.98-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.77%
GREEN value IS 98 (38.67% from 255) = 28.16%
BLUE value IS 129 (50.78% from 255) = 37.07%
R=34.77%
G=28.16%
B=37.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal121981290.060.2400.49284.5213.6644.51
Hex79628161803111de2d
Octal1711422016300614351655
Binary11110011100010100000011101100001100011000111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796281; }

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

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

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

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

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

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

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

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