Color Hex Logo

#799175 Color Hex

#799175
(121,145,117)
0 Favorites   0 Comments

Color spaces of #799175

RGB 121145117
HSL0.310.110.51
HSV111°19°57°
CMYK 0.170.000.19   0.43
XYZ21.221425.600120.6524
Yxy25.60010.31450.3794
Hunter Lab50.5965-13.676811.2167
CIE-Lab57.6555-14.150712.0799

#799175 color RGB value is (121,145,117).

#799175 hex color red value is 121, green value is 145 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #799175 hue: 0.31 , saturation: 0.11 and the lightness value of 799175 is 0.51.

The process color (four color CMYK) of #799175 color hex is 0.17, 0.00, 0.19, 0.43. Web safe color of #799175 is #669966. Color #799175 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10010001 01110101
Octal 171 221 165
Decimal 121 145 117
Hex 79 91 75

RGB Percentages of Color #799175

%31.59
%37.86
%30.55

CMYK Percentages of Color #799175

%17
%0
%19
%43

Triadic Colors of #799175

#799175 #757991 #917579

Analogous Colors of #799175

#799175 #75917f #879175

Monochromatic Colors of #799175

#799175

Complementary Color

#799175 #8d7591

#799175 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#799175 Color Preview on White Background

Lorem ipsum dolor sit amet.

#799175 Color CSS Codes

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

#799175 Text Font Color

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

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


#799175 Background Color

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

This div background color is #799175


#799175 Border Color

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

This div border color is #799175


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #799175


Comments

No comments written yet.

Please login to write comment.