#796B7C

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

Shades of Rum #796B7C

Tints of Rum #796B7C

Color information

#796B7C (or 0x796B7C) is unknown color: approx Rum. HEX triplet: 79, 6B and 7C. RGB value is (121,107,124). Sum of RGB (Red+Green+Blue) = 121+107+124=352 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.38% from 352); Green value is 107 (42.19% from 255 or 30.40% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 124 - color contains mainly: blue. Hex color #796B7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796B7C is #869483. Grayscale: #717171. Windows color (decimal): -8819844 or 8153977. OLE color: 8153977.

HSL color Cylindrical-coordinate representation of color #796B7C: hue angle of 289.41º degrees, saturation: 0.07, 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 #796B7C is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB121107124-
CMYK0.020.1400.51
HSL289.41º7.36%45.29%-
HSV(B)289.41º13.71%48.63%-
XYZ16.7816.0421.28-
YUV113.12134.14133.62-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.38%
GREEN value IS 107 (42.19% from 255) = 30.40%
BLUE value IS 124 (48.83% from 255) = 35.23%
R=34.38%
G=30.40%
B=35.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1211071240.020.1400.51289.417.3645.29
Hex796B7C2E03312172d
Octal171153174216063441755
Binary1111001110101111111001011100110011100100001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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