Color Hex Logo

#7b8d7e Color Hex

#7B8D7E
(123,141,126)
0 Favorites   0 Comments

Color spaces of #7b8d7e

RGB 123141126
HSL0.360.070.52
HSV130°13°55°
CMYK 0.130.000.11   0.45
XYZ21.459224.767123.3882
Yxy24.76710.30830.3558
Hunter Lab49.7666-10.12286.9728
CIE-Lab56.8478-9.54045.8220

#7b8d7e color RGB value is (123,141,126).

#7b8d7e hex color red value is 123, green value is 141 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #7b8d7e hue: 0.36 , saturation: 0.07 and the lightness value of 7b8d7e is 0.52.

The process color (four color CMYK) of #7b8d7e color hex is 0.13, 0.00, 0.11, 0.45. Web safe color of #7b8d7e is #669966. Color #7b8d7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10001101 01111110
Octal 173 215 176
Decimal 123 141 126
Hex 7B 8D 7E

RGB Percentages of Color #7b8d7e

%31.54
%36.15
%32.31

CMYK Percentages of Color #7b8d7e

%13
%0
%11
%45

Triadic Colors of #7b8d7e

#7b8d7e #7e7b8d #8d7e7b

Analogous Colors of #7b8d7e

#7b8d7e #7b8d87 #818d7b

Monochromatic Colors of #7b8d7e

#7b8d7e

Complementary Color

#7b8d7e #8d7b8a

#7b8d7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b8d7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b8d7e Color CSS Codes

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

#7b8d7e Text Font Color

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

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


#7b8d7e Background Color

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

This div background color is #7b8d7e


#7b8d7e Border Color

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

This div border color is #7b8d7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b8d7e


Comments

No comments written yet.

Please login to write comment.