Color Hex Logo

#796078 Color Hex

#796078
(121,96,120)
0 Favorites   0 Comments

Color spaces of #796078

RGB 12196120
HSL0.840.120.43
HSV302°21°47°
CMYK 0.000.210.01   0.53
XYZ15.458213.786819.6157
Yxy13.78680.31640.2822
Hunter Lab37.13069.3346-5.3309
CIE-Lab43.925614.6251-9.6365

#796078 color RGB value is (121,96,120).

#796078 hex color red value is 121, green value is 96 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #796078 hue: 0.84 , saturation: 0.12 and the lightness value of 796078 is 0.43.

The process color (four color CMYK) of #796078 color hex is 0.00, 0.21, 0.01, 0.53. Web safe color of #796078 is #666666. Color #796078 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01100000 01111000
Octal 171 140 170
Decimal 121 96 120
Hex 79 60 78

RGB Percentages of Color #796078

%35.91
%28.49
%35.61

CMYK Percentages of Color #796078

%0
%21
%1
%53

Triadic Colors of #796078

#796078 #787960 #607879

Analogous Colors of #796078

#796078 #79606c #6e6079

Monochromatic Colors of #796078

#796078

Complementary Color

#796078 #607961

#796078 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#796078 Color Preview on White Background

Lorem ipsum dolor sit amet.

#796078 Color CSS Codes

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

#796078 Text Font Color

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

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


#796078 Background Color

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

This div background color is #796078


#796078 Border Color

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

This div border color is #796078


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #796078


Comments

No comments written yet.

Please login to write comment.