Color Hex Logo

#99756f Color Hex

#99756F
(153,117,111)
0 Favorites   0 Comments

Color spaces of #99756f

RGB 153117111
HSL0.020.170.52
HSV27°60°
CMYK 0.000.240.27   0.40
XYZ22.367420.642617.8445
Yxy20.64260.36760.3392
Hunter Lab45.43418.36658.5174
CIE-Lab52.556113.19428.7513

#99756f color RGB value is (153,117,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01110101 01101111
Octal 231 165 157
Decimal 153 117 111
Hex 99 75 6F

RGB Percentages of Color #99756f

%40.16
%30.71
%29.13

CMYK Percentages of Color #99756f

%0
%24
%27
%40

Triadic Colors of #99756f

#99756f #6f9975 #756f99

Analogous Colors of #99756f

#99756f #998a6f #996f7e

Monochromatic Colors of #99756f

#99756f

Complementary Color

#99756f #6f9399

#99756f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99756f Color Preview on White Background

Lorem ipsum dolor sit amet.

#99756f Color CSS Codes

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

#99756f Text Font Color

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

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


#99756f Background Color

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

This div background color is #99756f


#99756f Border Color

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

This div border color is #99756f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99756f


Comments

No comments written yet.

Please login to write comment.