Color Hex Logo

#799972 Color Hex

#799972
(121,153,114)
0 Favorites   0 Comments

Color spaces of #799972

RGB 121153114
HSL0.300.160.52
HSV109°25°60°
CMYK 0.210.000.25   0.40
XYZ22.313728.062320.1601
Yxy28.06230.31630.3978
Hunter Lab52.9739-17.516314.5179
CIE-Lab59.9450-18.901716.9477

#799972 color RGB value is (121,153,114).

#799972 hex color red value is 121, green value is 153 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #799972 hue: 0.30 , saturation: 0.16 and the lightness value of 799972 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10011001 01110010
Octal 171 231 162
Decimal 121 153 114
Hex 79 99 72

RGB Percentages of Color #799972

%31.19
%39.43
%29.38

CMYK Percentages of Color #799972

%21
%0
%25
%40

Triadic Colors of #799972

#799972 #727999 #997279

Analogous Colors of #799972

#799972 #72997f #8d9972

Monochromatic Colors of #799972

#799972

Complementary Color

#799972 #927299

#799972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#799972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#799972 Color CSS Codes

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

#799972 Text Font Color

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

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


#799972 Background Color

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

This div background color is #799972


#799972 Border Color

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

This div border color is #799972


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,153,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 #799972">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #799972


Comments

No comments written yet.

Please login to write comment.