Color Hex Logo

#7b896c Color Hex

#7B896C
(123,137,108)
0 Favorites   0 Comments

Color spaces of #7b896c

RGB 123137108
HSL0.250.120.48
HSV89°21°54°
CMYK 0.100.000.21   0.46
XYZ19.820823.185017.6178
Yxy23.18500.32690.3824
Hunter Lab48.1508-10.786212.0121
CIE-Lab55.2624-10.661213.8827

#7b896c color RGB value is (123,137,108).

#7b896c hex color red value is 123, green value is 137 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #7b896c hue: 0.25 , saturation: 0.12 and the lightness value of 7b896c is 0.48.

The process color (four color CMYK) of #7b896c color hex is 0.10, 0.00, 0.21, 0.46. Web safe color of #7b896c is #669966. Color #7b896c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10001001 01101100
Octal 173 211 154
Decimal 123 137 108
Hex 7B 89 6C

RGB Percentages of Color #7b896c

%33.42
%37.23
%29.35

CMYK Percentages of Color #7b896c

%10
%0
%21
%46

Triadic Colors of #7b896c

#7b896c #6c7b89 #896c7b

Analogous Colors of #7b896c

#7b896c #6d896c #89896c

Monochromatic Colors of #7b896c

#7b896c

Complementary Color

#7b896c #7a6c89

#7b896c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b896c Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b896c Color CSS Codes

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

#7b896c Text Font Color

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

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


#7b896c Background Color

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

This div background color is #7b896c


#7b896c Border Color

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

This div border color is #7b896c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(123,137,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7b896c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7b896c;
  -webkit-box-shadow: 1px 1px 3px 2px #7b896c;
  box-shadow:         1px 1px 3px 2px #7b896c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b896c


Comments

No comments written yet.

Please login to write comment.