Color Hex Logo

#7b9676 Color Hex

#7B9676
(123,150,118)
0 Favorites   0 Comments

Color spaces of #7b9676

RGB 123150118
HSL0.310.130.53
HSV111°21°59°
CMYK 0.180.000.21   0.41
XYZ22.344727.331721.2374
Yxy27.33170.31510.3854
Hunter Lab52.2797-15.197412.5107
CIE-Lab59.2801-15.893113.8060

#7b9676 color RGB value is (123,150,118).

#7b9676 hex color red value is 123, green value is 150 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #7b9676 hue: 0.31 , saturation: 0.13 and the lightness value of 7b9676 is 0.53.

The process color (four color CMYK) of #7b9676 color hex is 0.18, 0.00, 0.21, 0.41. Web safe color of #7b9676 is #669966. Color #7b9676 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10010110 01110110
Octal 173 226 166
Decimal 123 150 118
Hex 7B 96 76

RGB Percentages of Color #7b9676

%31.46
%38.36
%30.18

CMYK Percentages of Color #7b9676

%18
%0
%21
%41

Triadic Colors of #7b9676

#7b9676 #767b96 #96767b

Analogous Colors of #7b9676

#7b9676 #769681 #8b9676

Monochromatic Colors of #7b9676

#7b9676

Complementary Color

#7b9676 #917696

#7b9676 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b9676 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b9676 Color CSS Codes

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

#7b9676 Text Font Color

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

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


#7b9676 Background Color

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

This div background color is #7b9676


#7b9676 Border Color

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

This div border color is #7b9676


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b9676


Comments

No comments written yet.

Please login to write comment.