Color Hex Logo

#99707f Color Hex

#99707F
(153,112,127)
0 Favorites   0 Comments

Color spaces of #99707f

RGB 153112127
HSL0.940.170.52
HSV338°27°60°
CMYK 0.000.270.17   0.40
XYZ22.761819.893022.7187
Yxy19.89300.34820.3043
Hunter Lab44.601613.04231.0206
CIE-Lab51.716018.6190-1.8719

#99707f color RGB value is (153,112,127).

#99707f hex color red value is 153, green value is 112 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #99707f hue: 0.94 , saturation: 0.17 and the lightness value of 99707f is 0.52.

The process color (four color CMYK) of #99707f color hex is 0.00, 0.27, 0.17, 0.40. Web safe color of #99707f is #996666. Color #99707f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01110000 01111111
Octal 231 160 177
Decimal 153 112 127
Hex 99 70 7F

RGB Percentages of Color #99707f

%39.03
%28.57
%32.40

CMYK Percentages of Color #99707f

%0
%27
%17
%40

Triadic Colors of #99707f

#99707f #7f9970 #707f99

Analogous Colors of #99707f

#99707f #997670 #997094

Monochromatic Colors of #99707f

#99707f

Complementary Color

#99707f #70998a

#99707f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99707f Color Preview on White Background

Lorem ipsum dolor sit amet.

#99707f Color CSS Codes

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

#99707f Text Font Color

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

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


#99707f Background Color

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

This div background color is #99707f


#99707f Border Color

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

This div border color is #99707f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,112,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #99707f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #99707f;
  -webkit-box-shadow: 1px 1px 3px 2px #99707f;
  box-shadow:         1px 1px 3px 2px #99707f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99707f


Comments

No comments written yet.

Please login to write comment.