Color Hex Logo

#95787b Color Hex

#95787B
(149,120,123)
0 Favorites   0 Comments

Color spaces of #95787b

RGB 149120123
HSL0.980.120.53
HSV354°19°58°
CMYK 0.000.190.17   0.42
XYZ22.686021.252621.6454
Yxy21.25260.34590.3241
Hunter Lab46.10057.16364.4322
CIE-Lab53.224811.77042.6278

#95787b color RGB value is (149,120,123).

#95787b hex color red value is 149, green value is 120 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #95787b hue: 0.98 , saturation: 0.12 and the lightness value of 95787b is 0.53.

The process color (four color CMYK) of #95787b color hex is 0.00, 0.19, 0.17, 0.42. Web safe color of #95787b is #996666. Color #95787b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01111000 01111011
Octal 225 170 173
Decimal 149 120 123
Hex 95 78 7B

RGB Percentages of Color #95787b

%38.01
%30.61
%31.38

CMYK Percentages of Color #95787b

%0
%19
%17
%42

Triadic Colors of #95787b

#95787b #7b9578 #787b95

Analogous Colors of #95787b

#95787b #958478 #95788a

Monochromatic Colors of #95787b

#95787b

Complementary Color

#95787b #789592

#95787b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95787b Color Preview on White Background

Lorem ipsum dolor sit amet.

#95787b Color CSS Codes

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

#95787b Text Font Color

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

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


#95787b Background Color

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

This div background color is #95787b


#95787b Border Color

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

This div border color is #95787b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,120,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #95787b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #95787b;
  -webkit-box-shadow: 1px 1px 3px 2px #95787b;
  box-shadow:         1px 1px 3px 2px #95787b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,120,123, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95787b


Comments

No comments written yet.

Please login to write comment.