Color Hex Logo

#7b9982 Color Hex

#7B9982
(123,153,130)
0 Favorites   0 Comments

Color spaces of #7b9982

RGB 123153130
HSL0.370.130.54
HSV134°20°60°
CMYK 0.200.000.15   0.40
XYZ23.588928.605125.3972
Yxy28.60510.30400.3687
Hunter Lab53.4837-14.86959.2843
CIE-Lab60.4315-15.23158.6651

#7b9982 color RGB value is (123,153,130).

#7b9982 hex color red value is 123, green value is 153 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #7b9982 hue: 0.37 , saturation: 0.13 and the lightness value of 7b9982 is 0.54.

The process color (four color CMYK) of #7b9982 color hex is 0.20, 0.00, 0.15, 0.40. Web safe color of #7b9982 is #669999. Color #7b9982 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10011001 10000010
Octal 173 231 202
Decimal 123 153 130
Hex 7B 99 82

RGB Percentages of Color #7b9982

%30.30
%37.68
%32.02

CMYK Percentages of Color #7b9982

%20
%0
%15
%40

Triadic Colors of #7b9982

#7b9982 #827b99 #99827b

Analogous Colors of #7b9982

#7b9982 #7b9991 #83997b

Monochromatic Colors of #7b9982

#7b9982

Complementary Color

#7b9982 #997b92

#7b9982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b9982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b9982 Color CSS Codes

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

#7b9982 Text Font Color

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

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


#7b9982 Background Color

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

This div background color is #7b9982


#7b9982 Border Color

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

This div border color is #7b9982


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b9982


Comments

No comments written yet.

Please login to write comment.