#796B7D

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

Shades of Rum #796B7D

Tints of Rum #796B7D

Color information

#796B7D (or 0x796B7D) is unknown color: approx Rum. HEX triplet: 79, 6B and 7D. RGB value is (121,107,125). Sum of RGB (Red+Green+Blue) = 121+107+125=353 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.28% from 353); Green value is 107 (42.19% from 255 or 30.31% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 125 - color contains mainly: blue. Hex color #796B7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796B7D is #869482. Grayscale: #717171. Windows color (decimal): -8819843 or 8219513. OLE color: 8219513.

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

Color convert

RGB121107125-
CMYK0.030.1400.51
HSL286.67º7.76%45.49%-
HSV(B)286.67º14.4%49.02%-
XYZ16.8416.0621.61-
YUV113.24134.64133.54-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.28%
GREEN value IS 107 (42.19% from 255) = 30.31%
BLUE value IS 125 (49.22% from 255) = 35.41%
R=34.28%
G=30.31%
B=35.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1211071250.030.1400.51286.677.7645.49
Hex796B7D3E03311f82d
Octal1711531753160634371055
Binary11110011101011111110111111001100111000111111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796B7D; }

 p { color: rgb(121,107,125); }

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

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

 a { background-color: rgb(121,107,125); }

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

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

 span { border-color: rgb(121,107,125); }

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