Color Hex Logo

#796872 Color Hex

#796872
(121,104,114)
0 Favorites   0 Comments

Color spaces of #796872

RGB 121104114
HSL0.900.080.44
HSV325°14°47°
CMYK 0.000.140.06   0.53
XYZ15.872715.180518.0131
Yxy15.18050.32350.3094
Hunter Lab38.96224.5349-0.1376
CIE-Lab45.88048.6171-3.1021

#796872 color RGB value is (121,104,114).

#796872 hex color red value is 121, green value is 104 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #796872 hue: 0.90 , saturation: 0.08 and the lightness value of 796872 is 0.44.

The process color (four color CMYK) of #796872 color hex is 0.00, 0.14, 0.06, 0.53. Web safe color of #796872 is #666666. Color #796872 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01101000 01110010
Octal 171 150 162
Decimal 121 104 114
Hex 79 68 72

RGB Percentages of Color #796872

%35.69
%30.68
%33.63

CMYK Percentages of Color #796872

%0
%14
%6
%53

Triadic Colors of #796872

#796872 #727968 #687279

Analogous Colors of #796872

#796872 #79686a #786879

Monochromatic Colors of #796872

#796872

Complementary Color

#796872 #68796f

#796872 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#796872 Color Preview on White Background

Lorem ipsum dolor sit amet.

#796872 Color CSS Codes

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

#796872 Text Font Color

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

This sample text font color is #796872
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.


#796872 Background Color

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

This div background color is #796872


#796872 Border Color

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

This div border color is #796872


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,104,114, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #796872; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #796872;
  -webkit-box-shadow: 1px 1px 3px 2px #796872;
  box-shadow:         1px 1px 3px 2px #796872; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #796872


Comments

No comments written yet.

Please login to write comment.