#796E7B

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

Shades of Rum #796E7B

Tints of Rum #796E7B

Color information

#796E7B (or 0x796E7B) is unknown color: approx Rum. HEX triplet: 79, 6E and 7B. RGB value is (121,110,123). Sum of RGB (Red+Green+Blue) = 121+110+123=354 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.18% from 354); Green value is 110 (43.36% from 255 or 31.07% from 354); Blue value is 123 (48.44% from 255 or 34.75% from 354); Max value from RGB is 123 - color contains mainly: blue. Hex color #796E7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796E7B is #869184. Grayscale: #727272. Windows color (decimal): -8819077 or 8089209. OLE color: 8089209.

HSL color Cylindrical-coordinate representation of color #796E7B: hue angle of 290.77º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #796E7B is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB121110123-
CMYK0.020.1100.52
HSL290.77º5.58%45.69%-
HSV(B)290.77º10.57%48.24%-
XYZ17.0416.6521.05-
YUV114.77132.64132.44-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.18%
GREEN value IS 110 (43.36% from 255) = 31.07%
BLUE value IS 123 (48.44% from 255) = 34.75%
R=34.18%
G=31.07%
B=34.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1211101230.020.1100.52290.775.5845.69
Hex796E7B2B03412362e
Octal171156173213064443656
Binary1111001110111011110111010110110100100100011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,110,123); }

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

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

 a { background-color: rgb(121,110,123); }

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

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

 span { border-color: rgb(121,110,123); }

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