Color Hex Logo

#799976 Color Hex

#799976
(121,153,118)
0 Favorites   0 Comments

Color spaces of #799976

RGB 121153118
HSL0.320.150.53
HSV115°23°60°
CMYK 0.210.000.23   0.40
XYZ22.546428.155421.3858
Yxy28.15540.31280.3906
Hunter Lab53.0617-17.011613.2471
CIE-Lab60.0289-18.194814.8274

#799976 color RGB value is (121,153,118).

#799976 hex color red value is 121, green value is 153 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #799976 hue: 0.32 , saturation: 0.15 and the lightness value of 799976 is 0.53.

The process color (four color CMYK) of #799976 color hex is 0.21, 0.00, 0.23, 0.40. Web safe color of #799976 is #669966. Color #799976 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10011001 01110110
Octal 171 231 166
Decimal 121 153 118
Hex 79 99 76

RGB Percentages of Color #799976

%30.87
%39.03
%30.10

CMYK Percentages of Color #799976

%21
%0
%23
%40

Triadic Colors of #799976

#799976 #767999 #997679

Analogous Colors of #799976

#799976 #769985 #8b9976

Monochromatic Colors of #799976

#799976

Complementary Color

#799976 #967699

#799976 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#799976 Color Preview on White Background

Lorem ipsum dolor sit amet.

#799976 Color CSS Codes

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

#799976 Text Font Color

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

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


#799976 Background Color

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

This div background color is #799976


#799976 Border Color

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

This div border color is #799976


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #799976


Comments

No comments written yet.

Please login to write comment.