Color Hex Logo

#796c8b Color Hex

#796C8B
(121,108,139)
0 Favorites   0 Comments

Color spaces of #796c8b

RGB 121108139
HSL0.740.130.48
HSV265°22°55°
CMYK 0.130.220.00   0.45
XYZ17.907916.654226.6968
Yxy16.65420.29230.2719
Hunter Lab40.80966.9120-10.2196
CIE-Lab47.821311.5493-15.1417

#796c8b color RGB value is (121,108,139).

#796c8b hex color red value is 121, green value is 108 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #796c8b hue: 0.74 , saturation: 0.13 and the lightness value of 796c8b is 0.48.

The process color (four color CMYK) of #796c8b color hex is 0.13, 0.22, 0.00, 0.45. Web safe color of #796c8b is #666699. Color #796c8b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01101100 10001011
Octal 171 154 213
Decimal 121 108 139
Hex 79 6C 8B

RGB Percentages of Color #796c8b

%32.88
%29.35
%37.77

CMYK Percentages of Color #796c8b

%13
%22
%0
%45

Triadic Colors of #796c8b

#796c8b #8b796c #6c8b79

Analogous Colors of #796c8b

#796c8b #896c8b #6c6f8b

Monochromatic Colors of #796c8b

#796c8b

Complementary Color

#796c8b #7e8b6c

#796c8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#796c8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#796c8b Color CSS Codes

.mybgcolor {background-color:#796c8b; } 
.myforecolor {color:#796c8b; }
.mybordercolor {border:3px solid #796c8b; }

#796c8b Text Font Color

<p style="color:#796c8b">Text here</p>

This sample text font color is #796c8b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#796c8b Background Color

<div style="background-color:#796c8b">
Div content here</div>

This div background color is #796c8b


#796c8b Border Color

<div style="border:3px solid #796c8b">
Div here</div>

This div border color is #796c8b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,108,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #796c8b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #796c8b;
  -webkit-box-shadow: 1px 1px 3px 2px #796c8b;
  box-shadow:         1px 1px 3px 2px #796c8b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,108,139, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #796c8b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #796c8b;
  -webkit-box-shadow: 1px 1px 3px 2px #796c8b;
  box-shadow:         1px 1px 3px 2px #796c8b;">
Div content here</div>

This div box has shadow with color #796c8b


Comments

No comments written yet.

Please login to write comment.